您的位置:首页 > 产品设计 > UI/UE

装虚拟机遇到的The CPU has been disabled by the guest operating system

2013-03-20 15:46 423 查看
安装虚拟机过程中,出现下面状况的:
The cpu has been disabled by the guest operating system. You will need to power off or reset the virtual machine at this point”
编辑vmx的文件,就是开始的时候改成darwin10的那个文件,添加下面这个语句。
cpuid.1.eax = "0000:0000:0000:0001:0000:0110:1010:0101"
新的i3,i5,i7cpu,虚拟机会对对核心进行检验,上面的语句的特点,就是绕过这些检验。
语句的原理是用一个mask骗过不必要的cpu检验


追问
这个方法我试过了,我那台i5cpu的笔记本 用这个方法就可以了
但是AMD的台式机不行啊~有没有别的办法啊~


回答
*.vmx文件的最后添加两行:

       monitor_control.restrict_backdoor = TRUE
        monitor_control.enable_svm = TRUE
内容来自用户分享和网络整理,不保证内容的准确性,如有侵权内容,可联系管理员处理 点击这里给我发消息
标签: 
相关文章推荐