command to make macos working with vbox which host is AMD cpu

VBoxManage modifyvm “iMac” –cpuidset 00000001 000106e5 00100800 0098e3fd bfebfbff
VBoxManage modifyvm “iMac” –cpu-profile “Intel Core i7-6700K”
VBoxManage setextradata “iMac” “VBoxInternal/Devices/efi/0/Config/DmiSystemProduct” “iMac11,3”
VBoxManage setextradata “iMac” “VBoxInternal/Devices/efi/0/Config/DmiSystemVersion” “1.0”
VBoxManage setextradata “iMac” “VBoxInternal/Devices/efi/0/Config/DmiBoardProduct” “Iloveapple”
VBoxManage setextradata “iMac” “VBoxInternal/Devices/smc/0/Config/DeviceKey” “ourhardworkbythesewordsguardedpleasedontsteal(c)AppleComputerInc”
VBoxManage setextradata “iMac” “VBoxInternal/Devices/smc/0/Config/GetKeyFromRealSMC” 1

You may also like...