MACOS 11.X BIG SUR ON VMWARE WORKSTATION 16

I have no contact with macOS so far, since I only use Windows, Linux, Android and iOS. macOS was missing from my list. I did not want to buy a Mac for the time being. So I looked to see if I can install a VM. Yes, with this video it works fine.

After moving the computer from an Intel system to AMD Ryzen, the virtual machine stopped working.
In .vmx, find smc.version=”0″ and replace it with this:

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:0111:1000:1011:1111:1011:1111:1111"
smbios.reflectHost = "TRUE"
hw.model = "MacBookPro14,3"
board-id = "Mac-551B86E5744E2388"

Then it worked again. 🙂