1 Jan 2017

macOS10.12 in VirtualBox on Win10 Host

收藏到CSDN网摘
Following THIS post's instructions.
But use the code below.
cd "C:\Program Files\Oracle\VirtualBox"
VBoxManage.exe modifyvm "macos1012" –-cpuidset 00000001 000106e5 00100800 0098e3fd bfebfbff
VBoxManage setextradata "macos1012" "VBoxInternal/Devices/efi/0/Config/DmiSystemProduct" "iMac11,3"
VBoxManage setextradata "macos1012" "VBoxInternal/Devices/efi/0/Config/DmiSystemVersion" "1.0"
VBoxManage setextradata "macos1012" "VBoxInternal/Devices/efi/0/Config/DmiBoardProduct" "Iloveapple"
VBoxManage setextradata "macos1012" "VBoxInternal/Devices/smc/0/Config/DeviceKey" "ourhardworkbythesewordsguardedpleasedontsteal(c)AppleComputerInc"
VBoxManage setextradata "macos1012" "VBoxInternal/Devices/smc/0/Config/GetKeyFromRealSMC" 1

The default screen resolution is 1024*768. The following code could change it to other pre-defined resolutions.
VBoxManage setextradata "macos1012" VBoxInternal2/EfiGopMode N
Where N can be one of 0,1,2,3,4 referring to the 640x480, 800x600, 1024x768, 1280x1024, 1440x900 screen resolution respectively.

No comments :

Post a Comment