今天折騰了好久,反復(fù)安裝了VMware和VirtualBox的好幾個(gè)版本,一直都有問題,以前安裝的時(shí)候一切順利,這次不知道怎么了。
軟件環(huán)境
- Ubuntu 16.04.2
- VMware Workstation 14(12.5.7也這樣)
問題描述
在終端中運(yùn)行VMware-Workstation-Full-14.0.0-6661328.x86_64.bundle進(jìn)行安裝的時(shí)候報(bào)了一堆錯(cuò)誤
Gtk-WARNING **: 無法在模塊路徑中找到主題引擎:"murrine",百度搜索了一會(huì)裝了幾個(gè)軟件包也沒解決,暫時(shí)不管他了,繼續(xù)安裝。
裝好以后像往常一樣創(chuàng)建虛擬機(jī)然后啟動(dòng)虛擬機(jī),這時(shí)候出現(xiàn)一個(gè)彈窗,內(nèi)容如下:
"Could not open /dev/vmmon: No such file or directory. Please make sure that the kernel module `vmmon' is loaded."
緊接著還有一個(gè)
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 啟動(dòng)失敗,百度搜索了一會(huì)“Virtual machine monitor failed”,找了一會(huì)沒發(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.
重啟,進(jìn)入BIOS Setup,禁用secure boot,搞定。
前面提到有兩項(xiàng)啟動(dòng)失敗,另一個(gè)是關(guān)于虛擬以太網(wǎng)的,我在虛擬機(jī)系統(tǒng)中測試可以ping通外網(wǎng),于是就沒再管他。
在WIndows上一直用VM,在linux上想用用VirtualBox,畢竟VirtualBox更小巧,有時(shí)間繼續(xù)鼓搗一下。