Skip to content

Instantly share code, notes, and snippets.

@tayyebi
Created September 4, 2018 08:44
Show Gist options
  • Save tayyebi/766da6af134e1505f116e678b5e86274 to your computer and use it in GitHub Desktop.
Save tayyebi/766da6af134e1505f116e678b5e86274 to your computer and use it in GitHub Desktop.
How incept VirtualBox that this machine is Apple iMac; so the you can install OS X Mavericks humble and kind
VBoxManage modifyvm "Mavericks" --cpuidset 00000001 000106e5 00100800 0098e3fd bfebfbff
VBoxManage setextradata "Mavericks" "VBoxInternal/Devices/efi/0/Config/DmiSystemProduct" "iMac11,3"
VBoxManage setextradata "Mavericks" "VBoxInternal/Devices/efi/0/Config/DmiSystemVersion" "1.0"
VBoxManage setextradata "Mavericks" "VBoxInternal/Devices/efi/0/Config/DmiBoardProduct" "Iloveapple"
VBoxManage setextradata "Mavericks" "VBoxInternal/Devices/smc/0/Config/DeviceKey" "ourhardworkbythesewordsguardedpleasedontsteal(c)AppleComputerInc"
VBoxManage setextradata "Mavericks" "VBoxInternal/Devices/smc/0/Config/GetKeyFromRealSMC" 1
source https://github.com/osmdroid/osmdroid
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment