Fix macOS 10.15 Catalina Installation Error on VirtualBox on Windows PC

How to Install macOS 10.15 Catalina on AMD Systems on VirtualBox?

The installation process of installing macOS 10.15 Catalina on VirtualBox especially on the computers with AMD System is the same as Intel Processor. If you have tried installing macOS 10.15 Catalina on your system, then certainly you will face the “unknown command -CPU-profile” Error. However, there may be other kinds of errors too but yet I don’t know them. To fix this problem use the below codes while installing macOS 10.15 Catalina on CMD. If you don’t know How to Install macOS 10.15 Catalina on VirtualBox on Windows PC, follow the below instructions.

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

1 thought on “Fix macOS 10.15 Catalina Installation Error on VirtualBox on Windows PC”

Comments are closed.