vmware安装完solaris10后,重启后出现错误:
A fault has occurred causing a virtual CPU to enter the shutdown state.
If this fault had occurred outside of a virtual machine,
it would have caused the physical machine to restart.原因是主机操作系统是X64,导致虚拟机启动时尝试使用64bit。解决方法是到虚拟机的安装目录下,找到.vmx文件,添加一行
monitor_control.disable_longmode = TRUE重新启动即可。 版权声明:本文为white_eyes原创文章,遵循CC 4.0 BY-SA版权协议,转载请附上原文出处链接和本声明。