Leviathangk

关于虚拟机安装 MAC 提示禁用 CPU 的解决方式

编辑 .vmx 文件,直接末尾添加

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"
keyboard.vusb.enable = "TRUE"
mouse.vusb.enable = "TRUE"

分类:

技术点:

相关文章:

  • 2022-12-23
  • 2021-11-30
  • 2021-12-20
  • 2021-06-26
  • 2022-01-18
  • 2021-04-19
猜你喜欢
  • 2021-05-22
  • 2021-12-25
  • 2021-12-09
  • 2021-05-04
  • 2021-10-28
  • 2021-12-14
  • 2021-12-10
相关资源
相似解决方案