I'm used Vmware Workstation 15.5 PRO to build MacOS Big Sur in Win10 and I refer this website.
https://www.wikigain.com/install-macos-big-sur-on-vmware-windows-pc/
My device:
- CPU: AMD Ryzen 5 2600x
- Display card: NVIDIA 1070ti
- RAM: 16GB
- Operating System: Windows 10 1909x64
I did the sixth step but an error occurred.
The CPU has been disabled by the guest operating system. Power off or reset the virtual machine.
I tried the commands from other website.
https://www.youtube.com/watch?v=ogEPiiufrO0&ab_channel=CAPSTV
And used the command.
smc.version = "0"
cpuid.0.eax = "0000:0000:0000:0000:0000:0000:0000:1011"
cpuid.0.ebx = "0111:0101:0110:1110:0110:0101:0100:0111"
cpuid.0.ecx = "0110:1100:0110:0101:0111:0100:0110:1110"
cpuid.0.edx = "0100:1001:0110:0101:0110:1110:0110:1001"
cpuid.1.eax = "0000:0000:0000:0001:0000:0110:0111:0001"
cpuid.1.ebx = "0000:0010:0000:0001:0000:1000:0000:0000"
cpuid.1.ecx = "1000:0010:1001:1000:0010:0010:0000:0011"
cpuid.1.edx = "0000:1111:1010:1011:1111:1011:1111:1111"
featureCompat.enable = "FALSE"
But there are still errors. enter image description here
Feature 'cpuid.intel' was absent, but must be present.
Module 'FeatureCompatLate' power on failed.
Failed to start the virtual machine.
I have read many websites saying that MacOS does not support non-MacOS CPUs. What should I do if I am using AMD's device?
Thanks in advance for your help!!