Download macOS ISO
Download VMware Tools (darwin.iso)
Code for Inter CPU
cd "C:\Program Files\Oracle\VirtualBox\"
VBoxManage.exe modifyvm "VM Name" --cpuidset 00000001 000106e5 00100800 0098e3fd bfebfbff
VBoxManage setextradata "VM Name" "VBoxInternal/Devices/efi/0/Config/DmiSystemProduct" "iMac19,1"
VBoxManage setextradata "VM Name" "VBoxInternal/Devices/efi/0/Config/DmiSystemVersion" "1.0"
VBoxManage setextradata "VM Name" "VBoxInternal/Devices/efi/0/Config/DmiBoardProduct" "Mac-AA95B1DDAB278B95"
VBoxManage setextradata "VM Name" "VBoxInternal/Devices/smc/0/Config/DeviceKey" "ourhardworkbythesewordsguardedpleasedontsteal(c)AppleComputerInc"
VBoxManage setextradata "VM Name" "VBoxInternal/Devices/smc/0/Config/GetKeyFromRealSMC" 1
VBoxManage setextradata "VM Name" VBoxInternal2/EfiGraphicsResolution 1366x768
pause
Code for AMD CPU
cd "C:\Program Files\Oracle\VirtualBox\"
VBoxManage.exe modifyvm "VM Name" --cpu-profile "Intel Core i7-6700K"
VBoxManage setextradata "VM Name" "VBoxInternal/Devices/efi/0/Config/DmiSystemProduct" "iMac19,1"
VBoxManage setextradata "VM Name" "VBoxInternal/Devices/efi/0/Config/DmiSystemVersion" "1.0"
VBoxManage setextradata "VM Name" "VBoxInternal/Devices/efi/0/Config/DmiBoardProduct" "Mac-AA95B1DDAB278B95"
VBoxManage setextradata "VM Name" "VBoxInternal/Devices/smc/0/Config/DeviceKey" "ourhardworkbythesewordsguardedpleasedontsteal(c)AppleComputerInc"
VBoxManage setextradata "VM Name" "VBoxInternal/Devices/smc/0/Config/GetKeyFromRealSMC" 1
VBoxManage setextradata "VM Name" VBoxInternal2/EfiGraphicsResolution 1366x768
pause
Valid CPU profiles if you get get EXITBS:START error
VBoxManage modifyvm "VM name" --cpu-profile "Intel Xeon X5482 3.20GHz"
VBoxManage modifyvm "VM name" --cpu-profile "Intel Core i7-2635QM"
VBoxManage modifyvm "VM name" --cpu-profile "Intel Core i7-3960X"
VBoxManage modifyvm "VM name" --cpu-profile "Intel Core i5-3570"
VBoxManage modifyvm "VM name" --cpu-profile "Intel Core i7-5600U"
5/5 - (1 vote)