Skip to content

Instantly share code, notes, and snippets.

@richienyhus
Created October 26, 2016 16:43
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save richienyhus/03ed54d28d94d5da6e60513834910be3 to your computer and use it in GitHub Desktop.
Save richienyhus/03ed54d28d94d5da6e60513834910be3 to your computer and use it in GitHub Desktop.
Emulating Haiku In VMware Fusion
There are several methods offered to install Haiku. Among those, only the vmdk and the iso methods are suitable for running Haiku easily on VMware Fusion. Basically these are the two methods that will be shown in this guide. The easiest of all is utilising the vmdk which is already properly configured.
<div class="box-info">Running Haiku from a VM image is recommended to avoid any possible problems. Unless it does not work, or you would like to simulate an actual installation, do stick to this method.</div>
The required files can be found at on the Get-Haiku page of this website which is located <a href="http://www.haiku-os.org/get-haiku">here</a>.Both the vmdk and iso are available there, do select the closest mirror to enjoy higher transfer rates. Verify using the checksums to make sure that the downloaded files are not corrupted as they are big files. VMware Fusion is available for free on their website which can be found <a href="http://www.vmware.com/products/fusion/">here</a>.
<h5 id="gotopart">Go to section:</h5>
<ul>
<li> <a href="#part_vmimage">Running Haiku from a VM image.</a></li>
<li> <a href="#part_iso">Installing and running Haiku from an ISO image.</a></li>
<li> <a href="#part_additional">Additional Steps.</a></li>
<li> <a href="#part_trouble">Troubleshooting.</a></li>
</ul>
<BR>
<h3 id="part_vmimage">Running Haiku from a VM image.</h3>
<h5 id="part_Downloadingv">Step 1. Downloading Haiku.</h5>
After downloading the VMDK image, unzip the file and in the folder, you will see a .vmx file.
<h5 id="part_Openingv">Step 2. Opening the file.</h5>
Open the .vmx file and open with VMware Fusion.
VMware Fusion will prompt if you would like to upgrade this Virtual Machine, it is totally up to you if you want to as an ungraded version offers support for new features, however, cannot be used with older versions of VMware Fusion. It is possible if you want to downgrade the Virtual Machine.
After selecting your choice, VMware Fusion will start to boot Haiku.
<h5 id="part_Finishingv">Step 3. Finishing Up.</h5>
Wait for Haiku to boot and Haiku is now up and running! It is convenient, time-saving and easier to manage.
<BR>
<h3 id="part_iso">Installing and running Haiku from an ISO image.</h3>
This method is pretty much similar to installing on an actual machine, but a little more tedious than running Haiku from a VM image
<h5 id="part_DownloadingI">Step 1. Downloading Haiku.</h5>
After downloading the ISO image, unzip the file and in the folder, you will see a .iso file.
Under Virtual Machine Library, which you can use the shortcut <span class="button">Shift</span>+<span class="button">cmd</span>+<span class="button">L</span>, click Add and then New.
<h5 id="part_CreatingI">Step 2. Creating a virtual machine.</h5>
<img src="/files/new-vm-step-1.png" width="75%" height="50%"/>
<img src="/files/new-vm-step-2.png" width="75%" height="50%"/>
<img src="/files/new-vm-step-3.png" width="75%" height="50%"/>
<h5 id="part_SelectinglI">Step 3. Selecting the location.</h5>
<strong>TODO</strong>
<h5 id="part_SelectingoI">Step 4. Selecting type of Operating System.</h5>
For the operating system, select Other. For version, do take note to make sure that Other is selected. Do not select Other 64-bit.
<h5 id="part_NamingI">Step 5. Naming the virtual machine.</h5>
<strong>TODO</strong>
<h5 id="part_SpecifyingI">Step 6. Specifying Disk space.</h5>
<strong>TODO</strong>
<h5 id="part_AdjustingI">Step 7. Adjusting Memory.</h5>
<strong>TODO</strong>
<h5 id="part_Powering-onI">Step 8. Starting the Virtual Machine.</h5>
Save the settings and power on the virtual machine. Once Haiku has booted, you can choose whether to run as a Live-CD (which does not have any persistency through reboots) or continue with the installation.
<h5 id="part_InitialisingI">Step 9. Initialising partition.</h5>
Don't worry if you see the warning saying Haiku can't find any partitions to boot from. Click <span class="button">OK</span> and we will setup the necessary partitions needed to install Haiku.
Click <span class="button">Set up partitions</span>. Before clicking on the device with the hard disk icon. Then click Disk &gt; Initialize &gt; Intel Partition Map&hellip;
<h5 id="part_SelectingpI">Step 10. Selecting partition.</h5>
Select the new space and click Partition &gt; Create.
<div class="box-warning">It is important that you tick the active partition or else your disk will not boot!</div>
<h5 id="part_FormattingI">Step 11. Formatting the new partition.</h5>
Format the newly created partition(s) by selecting the partition and clicking Partition &gt; Format &gt; Be File System&hellip; Accept the defaults and you should see something like the previous screen.
<h5 id="part_Selectingp2I">Step 12. Selecting your new partition.</h5>
Close the dialog box and select the partition you just created. Ensure that the partition is correct.
<h5 id="part_InstallingI">Step 14. Installing Haiku.</h5>
Begin the installation! Reboot once you are done, you should be able to see the Haiku desktop after you reboot. If you are stuck at the installation screen after reboot, disconnect the iso from the virtual disk drive and try again.
<h5 id="part_FinishingI">Step 14. You are now finished.</h5>
you have successfully installed Haiku! Have fun and refer to the Haiku User Guide if you encounter any problems.
<BR>
<h3 id="part_part_additional">Additional Steps.</h3>
<strong>TODO</strong>
<BR>
<h3 id="part_trouble">Troubleshooting.</h3>
<strong>TODO</strong>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment