在VMware Workstation7.0装xpThe CPU has been disabled by the guest operating system.You will need to power off or reset the virtual machine at this point.怎么办?
来源:学生作业帮助网 编辑:六六作业网 时间:2025/02/02 03:19:18
在VMware Workstation7.0装xpThe CPU has been disabled by the guest operating system.You will need to power off or reset the virtual machine at this point.怎么办?
在VMware Workstation7.0装xpThe CPU has been disabled by the guest operating system.You will need to power off or reset the virtual machine at this point.怎么办?
在VMware Workstation7.0装xpThe CPU has been disabled by the guest operating system.You will need to power off or reset the virtual machine at this point.怎么办?
你的处理器不支持这个系统,可能是因为你的处理器不支持指定的指令集导致的,大多数这样的情况都是intel的处理器和amd处理器的冲突的问题,这样的问题无法解决,除非换电脑.
安装虚拟机过程中,出现下面状况的:
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的那个文件,添加下面这个语句。
...
全部展开
安装虚拟机过程中,出现下面状况的:
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检验
收起