|
大概半个月前,我就从网上down了个汉化版的VMware Workstation 5.0,,打算装个Windows Server 2003,从同学处借来光盘后,安装过程中出了一些问题,我也没多想就没装了,直接装到了电脑上的E盘,我的电脑就成了双系统了,,记得那时这个win 2003不能驱动我的网卡,我为了驱动它可费了我的一番心血啊,那是笨啦!我的主板是华硕的,P5GC-MX/1333,不知道去生产商的网站去下 ,总算找了半天在个不知名的小网站找到了~~现在总结了一点,那就是Windows Server 2003面向服务器的,它里面只集成了一些高性能的网卡的驱动程序,我的垃圾网卡就驱动不了 ,还有声卡没驱动,也挺费劲了找到了一个万能声卡驱动,AUD_ALLOS_XP_VISTA_5377_PV_REALTEK.EXE,闲话就不多说了,今天我又下了个深度Windows XP SP3 完美精简 v6.2 正式版来装,结果中途有来问题了,弹出个框框,我把它截图了

还好我能看懂点英文,我按照它提示的一个网址www.vmware.com/info?id=28找到了答案,
Details
While I was trying to install a guest operating system, or upgrade an existing legacy virtual machine, my VMware product displayed a message that said the guest operating system was trying to use PAE. How can I correct the problem?
Solution
Below are two situations in which this error message appears:
- The host computer has a processor that includes NX (no execute) or XD (execute disable) technology, the host operating does not support the NX or XD bit, and the guest operating system makes use of the NX or XD bit. Affected guest operating systems include Windows XP SP2, Windows Server 2003, Red Hat Enterprise Linux 4, Red Hat Enterprise Linux 3 Update 3, and Solaris 10.
The NX technology is present in AMD processors including Athlon64, Opteron, and Sempron. The XD technology is present in Intel EMT64-capable processors. - You start a virtual machine created by VMware ESX Server, VMware GSX Server 2.0.1 or earlier, or VMware Workstation 3.x or earlier.
To resolve the issue:
- If you have a NX technology-enabled system, change or upgrade the host operating system to one that supports the NX or XD bit.
- If your host operating system is not PAE-enabled, but the guest is, power off the virtual machine and use a text editor to edit the VMX file (.vmx) for the affected virtual machine.
Search for a line beginning with:
paevm =
If the line appears, change it to:
paevm = "TRUE"
If the line does not exist, add it with the value of true as shown in the above example.
You can then power on the virtual machine and run a PAE enabled guest operating system in it.
For more information about editing the virtual machine's configuration file, see http://kb.vmware.com/kb/1714.
Note: If you run the Microsoft Application Compatibility Toolkit on a Windows XP Service Pack 1 system that has VMware Workstation 5 installed, the Application Compatibility Toolkit identifies Workstation as a program that has problems on Windows XP Service Pack 2. It identifies Workstation because of the issue described in this article. The workarounds described in this article resolve the issue.
呵呵~我的问题很简单,用搜索搜到我的winxppro.vmx,用记事本打开,在里面添上一句paevm = "TRUE",重启OKay!!!!!!!!!!

|
|