VMware workstation internal monitor error bug 9297
2010年6月29日
没有评论
***VMware workstation internal monitor error [bug 9297]***
the guest operating system you are running is using the Physical Address Extension[PAE]processor option. For more information about running PAE-enabled guest operating systems,please consult http://www.vmware.com/info?id=28
造成该问题的原因是由于旧版VMWare不支持在x64处理器上安装物理地址扩展选项
解决办法:
打开虚拟机虚拟配置文件(windows下为.vmx,Linux下为.cfg) ,搜索
paevm =
如果找到的话,将它后面的值更改为"TRUE" (注意大小写)
paevm = "TRUE"
如果没有的话,直接添加上面的内容。