Zaten "SATA" tipini kullanıyor gibi. Bunun dışında aşağıda olan kodları eğer girmediyseniz "komut istemi" programını yönetici olarak çalıştırarak aşağıdaki kodları girin. Onun dışında eğer bu kodları girdiyseniz kullandığınız imajın hasarlı olmadığına emin olun.
[CODE title="Kod"]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
AMD ve desteklenmeyen işlemciler için:
VBoxManage modifyvm "Catalina" --cpu-profile "Intel Core i7-6700K"[/CODE]