VMWare报错:The virtual machine could not start

来源:互联网 发布:淘宝主动打招呼 编辑:程序博客网 时间:2024/04/30 09:36

VMWare报错:The virtual machine could not start——已解决  


|字号 订阅

关闭后无法启动,然后跳出对话框

The virtual machine could not start. Make sure VMware Workstation is installed correctly and you have rights to run the software and to access all directories it uses, including directories in which the software is installed, directories containing the virtual disk and configuration files, and directories for temporary files

 

解决方案:

1,关闭电脑,重新启动;

2,开机后重启虚拟机,出现如下对话框

Unable to open kernel device "\\.\vmci": 系统找不到指定的文件. Did you reboot after installing VMware Workstation?
Module DevicePowerOn power on failed.

 

解决方法一:

对虚拟机相对应的.vmx文件进行编辑修改。找到这一行: vmci0.present = "TRUE"将TRUE 改为 FALSE或者直接将这行删除。保存此虚拟机的.vmx文件。

重新运行虚拟机。

 

解决方法二:

在vm软件界面上,编辑虚拟机设置。在 虚拟机设置 -> 选项 -> 客户机隔离 ->VM通信接口(VMCI)把启用VMCI的钩去掉。点击确定保存。

重新运行虚拟机。

原创粉丝点击