Skip to content

Instantly share code, notes, and snippets.

@TolgaBagci
Created July 26, 2021 15:20
Show Gist options
  • Save TolgaBagci/5920088af310dec9dcf25bc6abb19502 to your computer and use it in GitHub Desktop.
Save TolgaBagci/5920088af310dec9dcf25bc6abb19502 to your computer and use it in GitHub Desktop.
VirtualBox macOS High Sierra Codes
cd "C:\Program Files\Oracle\VirtualBox\"
VBoxManage.exe modifyvm "Your Virtual Machine Name" --cpuidset 00000001 000106e5 00100800 0098e3fd bfebfbff
VBoxManage setextradata "Your Virtual Machine Name" "VBoxInternal/Devices/efi/0/Config/DmiSystemProduct" "iMac11,3"
VBoxManage setextradata "Your Virtual Machine Name" "VBoxInternal/Devices/efi/0/Config/DmiSystemVersion" "1.0"
VBoxManage setextradata "Your Virtual Machine Name" "VBoxInternal/Devices/efi/0/Config/DmiBoardProduct" "Iloveapple"
VBoxManage setextradata "Your Virtual Machine Name" "VBoxInternal/Devices/smc/0/Config/DeviceKey" "ourhardworkbythesewordsguardedpleasedontsteal(c)AppleComputerInc"
VBoxManage setextradata "Your Virtual Machine Name" "VBoxInternal/Devices/smc/0/Config/GetKeyFromRealSMC" 1
@phillipremaker
Copy link

@Badvibesforever I changed GetKeyFromRealSMC to "0" and that fixed it for me.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment