OSX 10.11 on Linux via VirtualBox

This has been covered about million times already, but I needed to get a relatively new OSX up and running and I have no access to an actual Mac to create the bootable ISO to use in VirtualBox. So here are my notes on the process.

Thanks to the howto from Howtogeek https://www.howtogeek.com/289594/how-to-install-macos-sierra-in-virtualbox-on-windows-10/

Prerequisites   (I run this on Panasonic Toughbook CF-53 with 8GB RAM)

  • 64bit Linux distro (I have used Mint 18.1)
  • VirtualBox 5.1.22
  • OSX El Captain 10.11 ISO downloaded from PirateBay

Create a new Virtual Machine OSX 10.11 El Captain in VirtualBox (There is an option now) The only modifications you need to do are these

Close VirtualBox now and add the following via terminal

$ VBoxManage modifyvm "OSX" --cpuidset 00000001 000306a9 04100800 7fbae3ff bfebfbff
$ VBoxManage setextradata "OSX" "VBoxInternal/Devices/efi/0/Config/DmiSystemProduct" "MacBookPro11,3"
$ VBoxManage setextradata "OSX" "VBoxInternal/Devices/efi/0/Config/DmiSystemVersion" "1.0"
$ VBoxManage setextradata "OSX" "VBoxInternal/Devices/efi/0/Config/DmiBoardProduct" "Mac-2BD1B31983FE1663"
$ VBoxManage setextradata "OSX" "VBoxInternal/Devices/smc/0/Config/DeviceKey" "ourhardworkbythesewordsguardedpleasedontsteal(c)AppleComputerInc"
$ VBoxManage setextradata "OSX" "VBoxInternal/Devices/smc/0/Config/GetKeyFromRealSMC" 1

Now you will be able to boot the El Captain 10.11 ISO. Be patient, the boot process takes some time (approx 4 minutes on my machine) Once it is installed and configured it is much faster.

After installation (Not gonna cover how to install OSX here) you can add some custom resolution via the following commands  for resolution 1440×900

VBoxManage setextradata "macOS Sierra" "VBoxInternal2/EfiGopMode" 4

Final boot time after you have configured everything takes 1minute 30 seconds to boot on the Panasonic CF-53. So I think this is pretty good for a Virtualized OSX

Here is a short video

Advertisement

About astr0baby

Please run Adblock or similar... we have been told to do so since Carl Sagan wrote the Contact .
This entry was posted in Uncategorized. Bookmark the permalink.

1 Response to OSX 10.11 on Linux via VirtualBox

  1. Pingback: Marc Wäckerlin – Build for Old Mac OSX Versions

Leave a Reply

Fill in your details below or click an icon to log in:

WordPress.com Logo

You are commenting using your WordPress.com account. Log Out /  Change )

Facebook photo

You are commenting using your Facebook account. Log Out /  Change )

Connecting to %s

This site uses Akismet to reduce spam. Learn how your comment data is processed.