Skip to content

Instantly share code, notes, and snippets.

@sgoranson
Last active January 28, 2022 02:52
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save sgoranson/54a1aefdab00020d01cb2dcfe364e169 to your computer and use it in GitHub Desktop.
Save sgoranson/54a1aefdab00020d01cb2dcfe364e169 to your computer and use it in GitHub Desktop.
macos 10.12 virtualbox magic
cd "C:\Program Files\Oracle\VirtualBox\"
./VBoxManage.exe modifyvm macos2 --cpuidset 00000001 000106e5 00100800 0098e3fd bfebfbff
./VBoxManage setextradata macos2 "VBoxInternal/Devices/efi/0/Config/DmiSystemProduct" "iMac11,3"
./VBoxManage setextradata macos2 "VBoxInternal/Devices/efi/0/Config/DmiSystemVersion" "1.0"
./VBoxManage setextradata macos2 "VBoxInternal/Devices/efi/0/Config/DmiBoardProduct" "Iloveapple"
./VBoxManage setextradata macos2 "VBoxInternal/Devices/smc/0/Config/DeviceKey" "ourhardworkbythesewordsguardedpleasedontsteal(c)AppleComputerInc"
./VBoxManage setextradata macos2 "VBoxInternal/Devices/smc/0/Config/GetKeyFromRealSMC" 1
./VBoxManage modifyvm macos2 --cpu-profile "Intel Core i7-6700K"
./VBoxManage setextradata macos2 VBoxInternal2/EfiGraphicsResolution 2560x1440
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment