直到昨天,我还在用 ubuntu 启动 Workstation 9(只是在启动应用程序 GUI 中添加了一个条目)。当我启动 ubuntu 时,工作站启动,一切运行正常。
然后,我升级到了 Workstation 10。一切似乎都运行正常,没有任何问题,除了在启动时启动虚拟机时它不会启动。它显示以下错误:
Could not open /dev/vmmon: No such file or directory.
Please make sure that the kernel module `vmmon' is loaded.
然后,
Failed to initialize monitor device.
然后,
Unable to change virtual machine power state: Internal error
否则,如果我尝试再次播放虚拟机(按播放键),它就可以起作用。
这可能是 VMware 的一个错误。
请问有什么建议吗?
答案1
从命令行运行此命令:
sudo vmware-modconfig --console --install-all
然后启动 vmplayer。
答案2
以下命令可以解决该问题:sudo vmware-modconfig --console --install-all
答案3
当我尝试上述命令时,出现“无法获取 gcc 信息”的错误。
我在 init.d 中启动了 vmware-workstation-server,我的虚拟机现在启动了。我不需要再次运行上述命令。
cd /etc/init.d/
./vmware-workstation-server start