mirror of
https://github.com/clearlinux/clear-linux-documentation.git
synced 2026-05-01 20:43:48 +00:00
273 lines
14 KiB
HTML
273 lines
14 KiB
HTML
|
|
<!DOCTYPE html>
|
|
|
|
<html lang="en" data-content_root="../../">
|
|
<head>
|
|
<meta charset="utf-8" />
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0" /><meta name="viewport" content="width=device-width, initial-scale=1" />
|
|
|
|
<title>Clear Linux* OS on Parallels* Desktop for Mac* — Documentation for Clear Linux* project</title>
|
|
<link rel="stylesheet" type="text/css" href="../../_static/pygments.css?v=fa44fd50" />
|
|
<link rel="stylesheet" type="text/css" href="../../_static/bizstyle.css?v=5283bb3d" />
|
|
<link rel="stylesheet" type="text/css" href="../../_static/copybutton.css?v=76b2166b" />
|
|
|
|
<script src="../../_static/documentation_options.js?v=5929fcd5"></script>
|
|
<script src="../../_static/doctools.js?v=9bcbadda"></script>
|
|
<script src="../../_static/sphinx_highlight.js?v=dc90522c"></script>
|
|
<script src="../../_static/clipboard.min.js?v=a7894cd8"></script>
|
|
<script src="../../_static/copybutton.js?v=a56c686a"></script>
|
|
<script src="../../_static/bizstyle.js"></script>
|
|
<link rel="canonical" href="https://clearlinux.github.io/clear-linux-documentation/get-started/virtual-machine-install/parallels.html" />
|
|
<link rel="icon" href="../../_static/favicon.ico"/>
|
|
<link rel="author" title="About these documents" href="../../about.html" />
|
|
<link rel="index" title="Index" href="../../genindex.html" />
|
|
<link rel="search" title="Search" href="../../search.html" />
|
|
<link rel="next" title="Clear Linux* OS on Proxmox* Virtual Environment" href="proxmox.html" />
|
|
<link rel="prev" title="Clear Linux* OS on KVM" href="kvm.html" />
|
|
<meta name="viewport" content="width=device-width,initial-scale=1.0" />
|
|
<!--[if lt IE 9]>
|
|
<script src="_static/css3-mediaqueries.js"></script>
|
|
<![endif]-->
|
|
</head><body>
|
|
<div class="related" role="navigation" aria-label="Related">
|
|
<h3>Navigation</h3>
|
|
<ul>
|
|
<li class="right" style="margin-right: 10px">
|
|
<a href="../../genindex.html" title="General Index"
|
|
accesskey="I">index</a></li>
|
|
<li class="right" >
|
|
<a href="proxmox.html" title="Clear Linux* OS on Proxmox* Virtual Environment"
|
|
accesskey="N">next</a> |</li>
|
|
<li class="right" >
|
|
<a href="kvm.html" title="Clear Linux* OS on KVM"
|
|
accesskey="P">previous</a> |</li>
|
|
<li class="nav-item nav-item-0"><a href="../../index.html">Documentation for Clear Linux* project</a> »</li>
|
|
<li class="nav-item nav-item-1"><a href="../index.html" accesskey="U">Get started</a> »</li>
|
|
<li class="nav-item nav-item-this"><a href="">Clear Linux* OS on Parallels* Desktop for Mac*</a></li>
|
|
</ul>
|
|
</div>
|
|
|
|
<div class="document">
|
|
<div class="documentwrapper">
|
|
<div class="bodywrapper">
|
|
<div class="body" role="main">
|
|
|
|
<section id="cl-attr-on-parallels-desktop-for-mac">
|
|
<span id="parallels"></span><h1>Clear Linux* OS on Parallels* Desktop for Mac*<a class="headerlink" href="#cl-attr-on-parallels-desktop-for-mac" title="Link to this heading">¶</a></h1>
|
|
<p>This page explains how to run Clear Linux OS Server in <abbr title="command-line interface">CLI</abbr> mode as a guest OS in Parallels Desktop 14 for Mac.</p>
|
|
<p>Parallels Desktop for Mac is virtualization software that allows other
|
|
operating systems, such as Linux, to run side-by-side with macOS*.</p>
|
|
<nav class="contents local" id="contents">
|
|
<ul class="simple">
|
|
<li><p><a class="reference internal" href="#prerequisites" id="id10">Prerequisites</a></p></li>
|
|
<li><p><a class="reference internal" href="#download-iso-image" id="id11">Download ISO image</a></p></li>
|
|
<li><p><a class="reference internal" href="#initialize-new-vm" id="id12">Initialize new VM</a></p></li>
|
|
<li><p><a class="reference internal" href="#install-cl-on-vm" id="id13">Install Clear Linux OS on VM</a></p></li>
|
|
</ul>
|
|
</nav>
|
|
<section id="prerequisites">
|
|
<h2><a class="toc-backref" href="#id10" role="doc-backlink">Prerequisites</a><a class="headerlink" href="#prerequisites" title="Link to this heading">¶</a></h2>
|
|
<ul class="simple">
|
|
<li><p>Install Parallels Desktop 14 for Mac.</p></li>
|
|
</ul>
|
|
</section>
|
|
<section id="download-iso-image">
|
|
<h2><a class="toc-backref" href="#id11" role="doc-backlink">Download ISO image</a><a class="headerlink" href="#download-iso-image" title="Link to this heading">¶</a></h2>
|
|
<ol class="arabic">
|
|
<li><p>Download a live-server ISO installation file from <a class="reference external" href="https://clearlinux.org/downloads">https://clearlinux.org/downloads</a>.
|
|
This guide uses Clear Linux OS Server 30140 as its example.</p></li>
|
|
<li><p>Unzip the ISO image with the command:</p>
|
|
<div class="highlight-bash notranslate"><div class="highlight"><pre><span></span>gunzip<span class="w"> </span>clear-30140-live-server.iso.xz
|
|
</pre></div>
|
|
</div>
|
|
</li>
|
|
</ol>
|
|
</section>
|
|
<section id="initialize-new-vm">
|
|
<h2><a class="toc-backref" href="#id12" role="doc-backlink">Initialize new VM</a><a class="headerlink" href="#initialize-new-vm" title="Link to this heading">¶</a></h2>
|
|
<p>Start Parallels and initialize your <abbr title="Virtual Machine">VM</abbr> with the
|
|
following steps.</p>
|
|
<ol class="arabic">
|
|
<li><p>Go to <span class="menuselection">File > New</span>.</p></li>
|
|
<li><p>In the opening dialog window, select
|
|
<span class="guilabel">Install Windows or another OS from a DVD or image</span>, then click
|
|
<span class="guilabel">Continue</span>. (See Figure 1.)</p>
|
|
<figure class="align-default" id="id1">
|
|
<img alt="Parallels opening dialog" src="../../_images/parallels-01.png" />
|
|
<figcaption>
|
|
<p><span class="caption-text">Figure 1: Parallels opening dialog</span><a class="headerlink" href="#id1" title="Link to this image">¶</a></p>
|
|
</figcaption>
|
|
</figure>
|
|
</li>
|
|
<li><p>On the next screen, select <span class="guilabel">Image File</span>, then click
|
|
<span class="guilabel">Select a file…</span> as shown in Figure 2.</p>
|
|
<figure class="align-default" id="id2">
|
|
<img alt="Dialog to select source for VM" src="../../_images/parallels-02.png" />
|
|
<figcaption>
|
|
<p><span class="caption-text">Figure 2: Dialog to select source for VM</span><a class="headerlink" href="#id2" title="Link to this image">¶</a></p>
|
|
</figcaption>
|
|
</figure>
|
|
</li>
|
|
<li><p>Select your ISO file. The system displays the warning message “Unable to
|
|
detect operating system”, as shown in Figure 3. This message is expected and
|
|
can be ignored. Click <span class="guilabel">Continue</span>.</p>
|
|
<figure class="align-default" id="id3">
|
|
<img alt="Warning that OS is not detected" src="../../_images/parallels-03.png" />
|
|
<figcaption>
|
|
<p><span class="caption-text">Figure 3: Warning that OS is not detected</span><a class="headerlink" href="#id3" title="Link to this image">¶</a></p>
|
|
</figcaption>
|
|
</figure>
|
|
</li>
|
|
<li><p>You are prompted to select your OS, as shown in Figure 4. Select
|
|
<span class="menuselection">More Linux > Other Linux</span> from the drop-down menu and click
|
|
<span class="guilabel">Continue</span>.</p>
|
|
<figure class="align-default" id="id4">
|
|
<img alt="Select OS from drop-down menu" src="../../_images/parallels-04.png" />
|
|
<figcaption>
|
|
<p><span class="caption-text">Figure 4: Select OS from drop-down menu</span><a class="headerlink" href="#id4" title="Link to this image">¶</a></p>
|
|
</figcaption>
|
|
</figure>
|
|
</li>
|
|
<li><p>Name your VM and check <span class="guilabel">Customize settings before installation</span>.
|
|
(See Figure 5.)</p>
|
|
<figure class="align-default" id="id5">
|
|
<img alt="Name and Location screen" src="../../_images/parallels-05.png" />
|
|
<figcaption>
|
|
<p><span class="caption-text">Figure 5: Name and Location screen</span><a class="headerlink" href="#id5" title="Link to this image">¶</a></p>
|
|
</figcaption>
|
|
</figure>
|
|
</li>
|
|
<li><p>Click <span class="guilabel">Create</span>. The Configuration window for the new VM opens, as
|
|
shown in Figure 6.</p>
|
|
<p>Select <span class="menuselection">Hardware > Boot Order</span>.</p>
|
|
<figure class="align-default" id="id6">
|
|
<img alt="VM Configuration window" src="../../_images/parallels-06.png" />
|
|
<figcaption>
|
|
<p><span class="caption-text">Figure 6: VM Configuration window</span><a class="headerlink" href="#id6" title="Link to this image">¶</a></p>
|
|
</figcaption>
|
|
</figure>
|
|
</li>
|
|
<li><p>Expand <span class="guilabel">Advanced Settings</span>. Set <span class="guilabel">BIOS</span> to “EFI 64-bit”
|
|
and in the <span class="guilabel">Boot flags</span> field, enter “vm.bios.efi=1” as shown in
|
|
Figure 7.</p>
|
|
<figure class="align-default" id="id7">
|
|
<img alt="Advanced configuration settings" src="../../_images/parallels-07.png" />
|
|
<figcaption>
|
|
<p><span class="caption-text">Figure 7: Advanced configuration settings</span><a class="headerlink" href="#id7" title="Link to this image">¶</a></p>
|
|
</figcaption>
|
|
</figure>
|
|
</li>
|
|
<li><p>Close the Configuration window and click <span class="guilabel">Continue</span>.</p>
|
|
<p>If camera and microphone access restriction warnings are displayed, you can
|
|
ignore them.</p>
|
|
</li>
|
|
</ol>
|
|
</section>
|
|
<section id="install-cl-on-vm">
|
|
<h2><a class="toc-backref" href="#id13" role="doc-backlink">Install Clear Linux OS on VM</a><a class="headerlink" href="#install-cl-on-vm" title="Link to this heading">¶</a></h2>
|
|
<ol class="arabic">
|
|
<li><p>Follow the prompts and install Clear Linux OS using the text-based installer as shown
|
|
in Figure 8.</p>
|
|
<p>Refer to <a class="reference internal" href="../bare-metal-install-server.html#bare-metal-install-server"><span class="std std-ref">Install Clear Linux* OS from the live server</span></a> for additional installation
|
|
instructions.</p>
|
|
<figure class="align-default" id="id8">
|
|
<img alt="On screen instructions from text-based installer" src="../../_images/parallels-08.png" />
|
|
<figcaption>
|
|
<p><span class="caption-text">Figure 8: On screen instructions from text-based installer</span><a class="headerlink" href="#id8" title="Link to this image">¶</a></p>
|
|
</figcaption>
|
|
</figure>
|
|
</li>
|
|
<li><p>After installation, reboot the VM. You are prompted to log in, as shown
|
|
in Figure 9. Log in with the credentials you used when you installed Clear Linux OS
|
|
on the VM.</p>
|
|
<figure class="align-default" id="id9">
|
|
<img alt="Log in prompt" src="../../_images/parallels-09.png" />
|
|
<figcaption>
|
|
<p><span class="caption-text">Figure 9: Log in prompt</span><a class="headerlink" href="#id9" title="Link to this image">¶</a></p>
|
|
</figcaption>
|
|
</figure>
|
|
</li>
|
|
</ol>
|
|
<p>Congratulations! You have successfully set up a Clear Linux OS VM using Parallels
|
|
Desktop for Mac.</p>
|
|
</section>
|
|
</section>
|
|
|
|
|
|
<div class="clearer"></div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
<div class="sphinxsidebar" role="navigation" aria-label="Main">
|
|
<div class="sphinxsidebarwrapper">
|
|
<p class="logo"><a href="../../index.html">
|
|
<img class="logo" src="../../_static/clearlinux.png" alt="Logo of Clear Linux* Project Docs"/>
|
|
</a></p>
|
|
<div>
|
|
<h3><a href="../../index.html">Table of Contents</a></h3>
|
|
<ul>
|
|
<li><a class="reference internal" href="#">Clear Linux* OS on Parallels* Desktop for Mac*</a><ul>
|
|
<li><a class="reference internal" href="#prerequisites">Prerequisites</a></li>
|
|
<li><a class="reference internal" href="#download-iso-image">Download ISO image</a></li>
|
|
<li><a class="reference internal" href="#initialize-new-vm">Initialize new VM</a></li>
|
|
<li><a class="reference internal" href="#install-cl-on-vm">Install Clear Linux OS on VM</a></li>
|
|
</ul>
|
|
</li>
|
|
</ul>
|
|
|
|
</div>
|
|
<div>
|
|
<h4>Previous topic</h4>
|
|
<p class="topless"><a href="kvm.html"
|
|
title="previous chapter">Clear Linux* OS on KVM</a></p>
|
|
</div>
|
|
<div>
|
|
<h4>Next topic</h4>
|
|
<p class="topless"><a href="proxmox.html"
|
|
title="next chapter">Clear Linux* OS on Proxmox* Virtual Environment</a></p>
|
|
</div>
|
|
<div role="note" aria-label="source link">
|
|
<h3>This Page</h3>
|
|
<ul class="this-page-menu">
|
|
<li><a href="../../_sources/get-started/virtual-machine-install/parallels.rst.txt"
|
|
rel="nofollow">Show Source</a></li>
|
|
</ul>
|
|
</div>
|
|
<search id="searchbox" style="display: none" role="search">
|
|
<h3 id="searchlabel">Quick search</h3>
|
|
<div class="searchformwrapper">
|
|
<form class="search" action="../../search.html" method="get">
|
|
<input type="text" name="q" aria-labelledby="searchlabel" autocomplete="off" autocorrect="off" autocapitalize="off" spellcheck="false"/>
|
|
<input type="submit" value="Go" />
|
|
</form>
|
|
</div>
|
|
</search>
|
|
<script>document.getElementById('searchbox').style.display = "block"</script>
|
|
</div>
|
|
</div>
|
|
<div class="clearer"></div>
|
|
</div>
|
|
<div class="related" role="navigation" aria-label="Related">
|
|
<h3>Navigation</h3>
|
|
<ul>
|
|
<li class="right" style="margin-right: 10px">
|
|
<a href="../../genindex.html" title="General Index"
|
|
>index</a></li>
|
|
<li class="right" >
|
|
<a href="proxmox.html" title="Clear Linux* OS on Proxmox* Virtual Environment"
|
|
>next</a> |</li>
|
|
<li class="right" >
|
|
<a href="kvm.html" title="Clear Linux* OS on KVM"
|
|
>previous</a> |</li>
|
|
<li class="nav-item nav-item-0"><a href="../../index.html">Documentation for Clear Linux* project</a> »</li>
|
|
<li class="nav-item nav-item-1"><a href="../index.html" >Get started</a> »</li>
|
|
<li class="nav-item nav-item-this"><a href="">Clear Linux* OS on Parallels* Desktop for Mac*</a></li>
|
|
</ul>
|
|
</div>
|
|
<div class="footer" role="contentinfo">
|
|
© Copyright 2022 Intel Corporation. All Rights Reserved..
|
|
Last updated on Nov 04, 2024.
|
|
Created using <a href="https://www.sphinx-doc.org/">Sphinx</a> 8.1.3.
|
|
</div>
|
|
</body>
|
|
</html> |