今天折騰了好久,反復(fù)安裝了VMware和VirtualBox的好幾個版本,一直都有問題,以前安裝的時候一切順利,這次不知道怎么了。
軟件環(huán)境
- Ubuntu 16.04.2
- VMware Workstation 14(12.5.7也這樣)
問題描述
在終端中運行VMware-Workstation-Full-14.0.0-6661328.x86_64.bundle進行安裝的時候報了一堆錯誤
Gtk-WARNING **: 無法在模塊路徑中找到主題引擎:"murrine",百度搜索了一會裝了幾個軟件包也沒解決,暫時不管他了,繼續(xù)安裝。
裝好以后像往常一樣創(chuàng)建虛擬機然后啟動虛擬機,這時候出現(xiàn)一個彈窗,內(nèi)容如下:
"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.
解決方法
按照百度來的方法,執(zhí)行sudo /etc/init.d/vmware restart
輸出內(nèi)容如下:
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
發(fā)現(xiàn)Virtual machine monitor和Virtual ethernet 啟動失敗,百度搜索了一會“Virtual machine monitor failed”,找了一會沒發(fā)現(xiàn)什么有用的帖子,于是改成bing搜索(別問為什么不用google),終于在vmware的社區(qū)中找到了。
原貼傳送門
正確答案 1. Re: Virtual machine monitor failed. Ubuntu 16.04.1 x86_64
AlexVelS 2016-7-30 上午12:22 (回復(fù) AlexVelS)
Lot of everything I tried ))
Finally - just disable secure boot in BIOS.
重啟,進入BIOS Setup,禁用secure boot,搞定。
前面提到有兩項啟動失敗,另一個是關(guān)于虛擬以太網(wǎng)的,我在虛擬機系統(tǒng)中測試可以ping通外網(wǎng),于是就沒再管他。
在WIndows上一直用VM,在linux上想用用VirtualBox,畢竟VirtualBox更小巧,有時間繼續(xù)鼓搗一下。