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重新启动即可。
本文介绍了解决在VMware中安装Solaris10后遇到的启动错误问题,该错误是因为主机操作系统为X64导致虚拟机尝试使用64位模式。通过修改虚拟机安装目录下的.vmx文件,添加一行配置禁用长模式,即可解决此问题。

8013

被折叠的 条评论
为什么被折叠?



