Ubuntu中安装VMwareworkstation报错

问题描述

在终端中运行VMware-Workstation-Full-14.0.0-6661328.x86_64.bundle进行安装的时候报了一堆错误

Gtk-WARNING **: 无法在模块路径中找到主题引擎:"murrine",百度搜索了一会装了几个软件包也没解决,暂时不管他了,继续安装。

装好以后像往常一样创建虚拟机然后启动虚拟机,这时候出现一个弹窗,内容如下:

"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.

解决方法

按照百度来的方法,执行sudo /etc/init.d/vmware restart

输出内容如下:

Starting VMware services:

Virtual machine monitor                                            failed

Virtual machine communication interface              done

VM communication interface socket family            done

Blocking file system                                                    done

Virtual ethernet                                                            failed

VMware Authentication Daemon

发现Virtual machine monitor和Virtual ethernet 启动失败,百度搜索了一会“Virtual machine monitor failed”,找了一会没发现什么有用的帖子,于是改成bing搜索(别问为什么不用google),终于在vmware的社区中找到了。

原贴传送门

正确答案 1. Re: Virtual machine monitor failed. Ubuntu 16.04.1 x86_64

AlexVelS 2016-7-30 上午12:22 (回复 AlexVelS)

Lot of everything I tried ))

Finally -just disable secure boot in BIOS.

重启,进入BIOS Setup,禁用secure boot,搞定。

前面提到有两项启动失败,另一个是关于虚拟以太网的,我在虚拟机系统中测试可以ping通外网,于是就没再管他。

在WIndows上一直用VM,在linux上想用用VirtualBox,毕竟VirtualBox更小巧,有时间继续鼓捣一下。

你可能感兴趣的:(Ubuntu中安装VMwareworkstation报错)