VM虚拟机常见错误

xiaoxiao2026-08-22  11

[quote]本文收集虚拟机常见的一些错误[/quote] 在XP 上装了一个虚拟机 虚拟机系统是2003SERVER 接通虚拟机电源时出现如下错误 Cannot open the disk 'F:\vm2003\Windows Server 2003 Standard Edition.vmdk' or one of the snapshot disks it depends on. Reason: Failed to lock the file. 这是怎么回事?怎么解决? 在*.VMX文件上需要各加上这样一行代码disk.locking = "FALSE"解决问题 在虚拟机上安装好系统后,重启提示9297错误: vmware “经典”错误9297解决方案 > *** 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 > aboutrunning PAE-enabled guest operating systems, please consult > [url]http://www.vmware.com/info?id=28[/url] 如下图所示: [img]/upload/attachment/125166/398624dd-a292-315e-9189-8bd8beff3eb9.bmp[/img] If you are running GSX Server 2.5 and are trying to start a Linux or NetWare 6 guest operating system, check the virtual machine's configuration file (.vmx on Windows hosts, .cfg on Linux hosts) and look for the following line: paevm=false 到虚拟机器的数据夹里找设定文件,如果是 Windows 尾檔名是 .vmx,Linux 则是 .cfg, 用文字编辑器开启后找到一行文字:paevm=false If the line appears, change it to paevm=true 如果文字存在,改成:paevm=true If you are running GSX Server 2.5 and are trying to start any other PAE-enabled guest operating system, open the virtual machine's configuration file and add the following line anywhere within the file: paevm=true 如果不存在,在设定档里随处加入: paevm=true Save the configuration file and try starting the virtual machine again. 改好后储存设定档,然后重新执行虚拟机器。 相关资源:vmware常见问题解决
转载请注明原文地址: https://www.6miu.com/read-5051659.html

最新回复(0)