Skip to content

Instantly share code, notes, and snippets.

@rightson
Last active May 20, 2016 21:44
Show Gist options
  • Save rightson/ab445607a57015d5ff240081a51a98dd to your computer and use it in GitHub Desktop.
Save rightson/ab445607a57015d5ff240081a51a98dd to your computer and use it in GitHub Desktop.
virtualbox patch for installing OS X
VBoxManage modifyvm "OS X 10.11" --cpuidset 00000001 000306a9 04100800 7fbae3ff bfebfbff
VBoxManage setextradata "OS X 10.11" "VBoxInternal/Devices/efi/0/Config/DmiSystemProduct" "MacBookPro11,3"
VBoxManage setextradata "OS X 10.11" "VBoxInternal/Devices/efi/0/Config/DmiSystemVersion" "1.0"
VBoxManage setextradata "OS X 10.11" "VBoxInternal/Devices/efi/0/Config/DmiBoardProduct" "Mac-2BD1B31983FE1663"
VBoxManage setextradata "OS X 10.11" "VBoxInternal/Devices/smc/0/Config/DeviceKey" "ourhardworkbythesewordsguardedpleasedontsteal(c)AppleComputerInc"
VBoxManage setextradata "OS X 10.11" "VBoxInternal/Devices/smc/0/Config/GetKeyFromRealSMC" 1
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment