njsuntop 发表于 2018-6-5 10:32:23

VMware Workstation 运行出错 Could not open /dev/vmmon

  新建了一个虚似机WINXP后,在主界面按Power On按键后出现提示:
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: Cannot find a valid peer process to connect to.

然后退回主界面不能正常运行,怎么解决:
  Could not open /dev/vmmon
是没有把 vmware 加到 默认的 runlevel

#/etc/init.d/vmware start
这时就可以用了

用一下命令添加
#rc-update add vmware default(这个好像没用)
  
页: [1]
查看完整版本: VMware Workstation 运行出错 Could not open /dev/vmmon