Skip to content

Instantly share code, notes, and snippets.

@nomionz
Last active July 20, 2023 15:55
Show Gist options
  • Save nomionz/6f57075de26c9d8f7c3bf858437d72da to your computer and use it in GitHub Desktop.
Save nomionz/6f57075de26c9d8f7c3bf858437d72da to your computer and use it in GitHub Desktop.
vbox macos config. Replace macosMonterey with actual vm name.
VBoxManage modifyvm "macosMonterey" --cpuidset 00000001 000106e5 00100800 0098e3fd bfebfbff
VBoxManage setextradata "macosMonterey" "VBoxInternal/Devices/efi/0/Config/DmiSystemProduct" "iMac11,3"
VBoxManage setextradata "macosMonterey" "VBoxInternal/Devices/efi/0/Config/DmiSystemVersion" "1.0"
VBoxManage setextradata "macosMonterey" "VBoxInternal/Devices/efi/0/Config/DmiBoardProduct" "Iloveapple"
VBoxManage setextradata "macosMonterey" "VBoxInternal/Devices/smc/0/Config/DeviceKey" "ourhardworkbythesewordsguardedpleasedontsteal(c)AppleComputerInc"
VBoxManage setextradata "macosMonterey" "VBoxInternal/Devices/smc/0/Config/GetKeyFromRealSMC" 1
VBoxManage setextradata "macosMonterey" "VBoxInternal/TM/TSCMode" "RealTSCOffset"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment