Skip to content

Instantly share code, notes, and snippets.

@qwerity
Created October 4, 2018 10:21
Show Gist options
  • Save qwerity/b20b7bffa22cee6670c4aaa5db7853f4 to your computer and use it in GitHub Desktop.
Save qwerity/b20b7bffa22cee6670c4aaa5db7853f4 to your computer and use it in GitHub Desktop.
prepare mac OSx VirtualBox Vm
VBoxManage modifyvm "mac_high_sierra_10_13_6" --cpuidset 00000001 000106e5 00100800 0098e3fd bfebfbff
VBoxManage setextradata "mac_high_sierra_10_13_6" "VBoxInternal/Devices/efi/0/Config/DmiSystemProduct" "iMac11,3"
VBoxManage setextradata "mac_high_sierra_10_13_6" "VBoxInternal/Devices/efi/0/Config/DmiSystemVersion" "1.0"
VBoxManage setextradata "mac_high_sierra_10_13_6" "VBoxInternal/Devices/efi/0/Config/DmiBoardProduct" "Iloveapple"
VBoxManage setextradata "mac_high_sierra_10_13_6" "VBoxInternal/Devices/smc/0/Config/DeviceKey" "ourhardworkbythesewordsguardedpleasedontsteal(c)AppleComputerInc"
VBoxManage setextradata "mac_high_sierra_10_13_6" "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