Skip to content

Instantly share code, notes, and snippets.

@quocduongpy
Last active August 21, 2019 04:30
Show Gist options
  • Save quocduongpy/6b172fcfbce8e02f3bf85b0bd06ee149 to your computer and use it in GitHub Desktop.
Save quocduongpy/6b172fcfbce8e02f3bf85b0bd06ee149 to your computer and use it in GitHub Desktop.
Config MacOs VirtualBox
VBoxManage modifyvm "MacOs" --cpuidset 00000001 000106e5 00100800 0098e3fd bfebfbff
VBoxManage setextradata "MacOs" "VBoxInternal/Devices/efi/0/Config/DmiSystemProduct" "iMac11,3"
VBoxManage setextradata "MacOs" "VBoxInternal/Devices/efi/0/Config/DmiSystemVersion" "1.0"
VBoxManage setextradata "MacOs" "VBoxInternal/Devices/efi/0/Config/DmiBoardProduct" "Iloveapple"
VBoxManage setextradata "MacOs" "VBoxInternal/Devices/smc/0/Config/DeviceKey" "ourhardworkbythesewordsguardedpleasedontsteal(c)AppleComputerInc"
VBoxManage setextradata "MacOs" "VBoxInternal/Devices/smc/0/Config/GetKeyFromRealSMC" 1
VBoxManage setextradata "MacOs" VBoxInternal2/EfiGraphicsResolution 1440x900
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment