作者NOBUNAGA01 (0.0)
看板Linux
标题[问题] CentOS7安装VMplayer7无法开启虚拟机
时间Wed Dec 24 16:12:12 2014
从vmware网上下载vmplayer7 64bit
安装时有些perl的讯息不过因为最後显示成功安装我就没理他
打开vmplayer之後不论是开启现有vm或是新建vm都会跳出
Could not open /dev/vmmon: ?????????.
Please make sure that the kernel module
`vmmon' is loaded.
讯息
google以後有人说使用这样的指令
sudo /etc/init.d/vmware start
我得到
Starting vmware (via systemctl): Job for vmware.service failed. See
'systemctl status vmware.service' and 'journalctl -xn' for details.
的错误讯息
照着打systemctl status vmware.service得到
12月 24 15:25:31 vmware[23261]: Starting VMware services:
12月 24 15:25:31 vmware[23261]: Virtual machine monitor[失败]
12月 24 15:25:31 vmware[23261]: Virtual ethernet[失败]
(其他ok的讯息就不贴了)
所以我猜是vmmon和vmnet这两个模组有问题吧
再google 有人是这样解的
for EACH in vmmon vmnet vmcido
vmware-modconfig --console --build-mod $EACH
modprobe $EACH
done
然後build过程似乎没啥错误 但是有几行冒出来
modprobe: ERROR: could not insert 'vmmon': Required key not
available
modprobe: ERROR: could not insert 'vmnet': Required key not
available
modprobe: FATAL: Module vmci not found.
查了一下key好像跟secure boot什麽的有关可是要解好像很麻烦
有人在centos7上也预过这种问题的吗?
--
※ 发信站: 批踢踢实业坊(ptt.cc), 来自: 60.251.202.88
※ 文章网址: http://webptt.com/cn.aspx?n=bbs/Linux/M.1419408734.A.832.html
1F:→ danny8376: 你需要关secure boot 然後用unsigned的kernel 12/24 19:52