Britec Tech Support Forum

Full Version: INSTALL MACOS HIGH SIERRA IN VIRTUALBOX ON WINDOWS 10
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
[attachment=3792]

Download

Code:
Close your VirtualBox before run this commands. Replace “Virtual Machine Name” with your virtual machine name, then copy and paste this code to Command Prompt.

Code for Virtualbox 5.x:

cd "C:\Program Files\Oracle\VirtualBox\"
VBoxManage.exe modifyvm "Virtual Machine Name" --cpuidset 00000001 000106e5 00100800 0098e3fd bfebfbff
VBoxManage setextradata "Virtual Machine Name" "VBoxInternal/Devices/efi/0/Config/DmiSystemProduct" "iMac11,3"
VBoxManage setextradata "Virtual Machine Name" "VBoxInternal/Devices/efi/0/Config/DmiSystemVersion" "1.0"
VBoxManage setextradata "Virtual Machine Name" "VBoxInternal/Devices/efi/0/Config/DmiBoardProduct" "Iloveapple"
VBoxManage setextradata "Virtual Machine Name" "VBoxInternal/Devices/smc/0/Config/DeviceKey" "ourhardworkbythesewordsguardedpleasedontsteal(c)AppleComputerInc"
VBoxManage setextradata "Virtual Machine Name" "VBoxInternal/Devices/smc/0/Config/GetKeyFromRealSMC" 1


Code:
cd "C:\Program Files\Oracle\VirtualBox"
VBoxManage modifyvm "Virtual Machine Name" --firmware efi
VBoxManage setextradata "MacOS" VBoxInternal2/EfiGraphicsResolution 1920x1080