- How To Install Mac Os X On New Hard Drive
- Mac Os X Iso For Virtualbox
- Mac Os X On Vmware
- Can I Install Mac Os X On My Windows Machine
Just throwing this up here as it may help others significantly. I had Ubuntu VMs (guests) that i created on a Linux host install of Virtualbox, they ran fine on the Linux machine and were very slow once I moved them to my top of the line MacBook air 2012 (2ghz, 8gb ram).
Has anyone managed to install OS X Guest in VirtualBox under Ubuntu? I've wasted 3 days trying to accomplish this by following various tutorials around the Web, but none seem to work for me.
Can anyone share some experience, or an updated tutorial link for this? For the record, I'm running Ubuntu 13.04 on Acer AS5830TG.
Томица КораћТомица Кораћclosed as off-topic by Mateo, Richard, Eric Carvalho, Charles Green, muruNov 25 '14 at 5:16
How To Install Mac Os X On New Hard Drive
This question appears to be off-topic. The users who voted to close gave this specific reason:
- 'This is not about Ubuntu. Questions about other Linux distributions can be asked on Unix & Linux, those about Windows on Super User, those about Apple products on Ask Different and generic programming questions on Stack Overflow.' – Mateo, Richard, Eric Carvalho, Charles Green, muru
3 Answers
I will warn you that I do not condone this, so please don't try it. However, for educational purposes, it is possible to install OSX in VirtualBox... you need a Hackintosh install disc to do this though. For information on this, have a look here: Lifehacker 'How to Run Mac OS X Inside Windows Using VirtualBox'. Ignore the fact that they are using VirtualBox in Windows, because the same process will work in Ubuntu too.
http://www.sysprobs.com/install-mac-snow-leopard-1063-oracle-virtualbox-32-apple-intel-pcShould work on ubuntu as well, give it a try
I have done the same thing and found out that OSX is very hardware specific. So to get the OSX to work you need to adjust the OSX to understand the hosts hardware emulation. You will be able to get it up and running so that the ethernet works and the screen and the rest is very dodgy.
The other problem as that the OSX will not be update-able. As soon as you update the OSX the install will break. The process is a cat and mouse chase of ensuring your updates do not kill the emulators limited hardware.
You'd think that Apples decision to go down the Intel route would make it easier but it doesn't. In the end the emulation will be slow and any advantage that OSX brings will be lost.
There are premade versions that are sold by third party vendors to run on regular hardware but they too will suffer from the issues I have mentioned.
Meer BorgMeer BorgNot the answer you're looking for? Browse other questions tagged virtualboxmacosx or ask your own question.
Installing Windows on your Mac is easy with Boot Camp, but Boot Camp won’t help you install Linux. You’ll have to get your hands a bit dirtier to install and dual-boot a Linux distribution like Ubuntu.
If you just want to try Linux on your Mac, you can boot from a live CD or USB drive. Insert the live Linux media, restart your Mac, press and hold the Option key, and select the Linux media on the Startup Manager screen.
We installed Ubuntu 14.04 LTS to test this process.
Install rEFInd
RELATED:How to Install Windows on a Mac With Boot Camp
rEFInd is a boot manager that will allow you to choose between Mac OS X, Linux, Windows, and other operating systems when you boot your computer. Installing rEFInd makes the dual-boot process easier. (Some older how-to’s will instruct you to use rEFIt, but it’s no longer maintained. rEFInd is a currently maintained boot manager based on rEFIt.)

Full-disk encryption causes problems with rEFIt, so you’ll need to disable full-disk encryption or do some extra work before installing rEFInd.
First, visit the rEFInd page on SourceForge and click the Download button to download the latest refind-bin-[version].zip file. Open a Terminal window by pressing Command + Space and, typing Terminal, and pressing Enter. Drag and drop the install.sh file from the downloaded zip file into the terminal window and press Enter to run it.
Shut down your Mac — a full shut down, not a restart — and boot it back up again. You should see the rEFInd boot manager screen.
Partition Your Mac
You’ll now need to resize your Mac OS X system partition to make room for your Linux distribution of choice. From within Mac OS X, press Command + Space, type Disk Utility, and press Enter to open the Disk Utility. Select your Mac’s hard drive in the list on the left and select Partition on the right.
RELATED:Beginner Geek: Hard Disk Partitions Explained
Shrink the current Mac OS X partition to make space for your Linux system. How much space you want for Linux is up to you. Ubuntu’s system requirements say it requires at least 5 GB of space, but something like 20 GB is much more reasonable. Drag and drop the handle on the partition volume or enter a final size for the partition and click Partition to partition it.
Don’t create a new partition after shrinking your current partition — just leave the space empty for now.
Boot and Install Linux
You’ll need Linux installation media to continue. For example, if you’re using Ubuntu, you’ll need to download an Ubuntu ISO file — download the “64-bit Mac” version. Burn the ISO to disc or follow Ubuntu’s official instructions to create a bootable USB drive from the ISO file.
Restart your computer and rEFInd will appear. Select the USB or disc drive containing the Linux system and boot it on your Mac.
Launch your Linux distribution’s installer and go through the installation process. On Ubuntu, launch the Install Ubuntu application from the desktop and install Ubuntu as you normally would. Be sure to select the “Install Ubuntu alongside Mac OS X” option instead of overwriting your Mac OS X system with Ubuntu. The installation process should otherwise be normal.
Whenever you boot your computer, you’ll have the ability to choose between Mac OS X and Linux on the rEFInd boot manager screen.
Depending on your Mac, some hardware components may not work perfectly on Linux. This depends on the version of Linux you use, how recent it is, and what Mac hardware you’re using. If something doesn’t work, you may have to perform some Google searches with the model and year of your Mac as well as the name and version of the Linux distribution you’re using. Other users have probably dealt with the same problems before you, and they’ve probably written guides to making everything work.
How to Remove Linux and rEFInd
Mac Os X Iso For Virtualbox
RELATED:How to Wipe Your Mac and Reinstall macOS from Scratch
If you decide you no longer want to dual boot Linux on your Mac, you can remove Linux fairly easily. Boot into OS X, open the Disk Utility, and delete your Linux partitions. You can also boot from your Linux USB media and use the GParted partition manager to remove these partitions. After the partitions are deleted, you can enlarge your Mac OS X partition afterwards from the Disk Utility in OS X to reclaim the space used for Linux.
Mac Os X On Vmware
If you installed Linux as the only operating system and replaced Mac OS X, you’ll need to reinstall OS X on your Mac if you want to leave Linux behind.
To remove the rEFInd boot manager, follow rEFInd’s uninstallation instructions. You don’t have to remove rEFInd — your Mac will continue working fine with rEFInd installed even if you remove Linux.
The rEFInd bit isn’t mandatory, but you’ll have to perform other tweaks to make Linux boot properly on a Mac if you opt to not use rEFInd. While Apple makes installing Windows easy through Boot Camp, they don’t provide any simple solution for installing Linux.
Image Credit: Brandon Nguyen on Flickr
READ NEXTCan I Install Mac Os X On My Windows Machine
- › What Does “FOMO” Mean, and How Do You Use It?
- › How to Fix a Slow or Unresponsive Mac
- › Windows 10’s Tablet Mode May Be Replaced With the Desktop
- › How to Quickly Switch Between Gmail Accounts on Android, iPhone, and iPad
- › How to Use the chmod Command on Linux