MAC OS升级之路

我的I5 在WIN7中用VM7装MAC OS10.6,在网上下的,安装很成功,但是一但想升级到10.6或10.8就出问题了,在升级完成后,一点重启就出现The CPU has been disabled by the guest operating system. You will need to power off or reset the virtual machine at this point.

最后终于被我 Google 到答案了:

关掉虚拟机,在 vmx 文件中加入这样一行

cpuid.1.eax = "0000:0000:0000:0001:0000:0110:1010:0101"

然后再重启虚拟机,应该是绕开了CPU的审查

你可能感兴趣的:(虚拟机,Google,OS,审查)