Skip to content

Instantly share code, notes, and snippets.

@pmunin
Created December 8, 2018 16:17
Show Gist options
  • Save pmunin/87067ebde817ce61424fd7a3dbd57c4a to your computer and use it in GitHub Desktop.
Save pmunin/87067ebde817ce61424fd7a3dbd57c4a to your computer and use it in GitHub Desktop.
Installing macOs on VirtualBox for Windows
cd C:\Program Files\Oracle\VirtualBox
VBoxManage modifyvm "MacOS" --cpuid-set 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/EfiGopMode 4
pause
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment