使用Secure Boot后,导致VMware无法启动虚拟机

Posted 立体风

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了使用Secure Boot后,导致VMware无法启动虚拟机相关的知识,希望对你有一定的参考价值。

最初安装vmware时就报错
 Gtk-Message: Failed to load module "canberra-gtk-module": libcanberra-gtk-module.so:cannot open shared object file: No such file or directory 
Gtk-Message: Failed to load module "pk-gtk-module": libpk-gtk-module.so: cannot open shared object file: No such file or directory 

但是安装界面可以打开,可以正常安装,但是安装过后,启动虚拟机时再次报错,无法启动虚拟机。

Could not open /dev/vmmon: ?????????.
Please make sure that the kernel module `vmmon‘ is loaded.

提示:无法加载vmmon这个模块。但是,经过查看:"/lib/modules/4.4.0-36-generic/misc"目录下有vmmon.ko这个模块。

后来,经过一阵狂搜,感谢网络。终于在:https://communities.vmware.com/message/2461448,找到了答案:

When "Secure Boot" is enabled, unsigned kernel extensions will not allowed to be loaded. vmmon.ko and vmnet.ko are of course not signed with Fedora cert, so they just won‘t run.

如果在bios下面,开启了安全启动选项,那么没有注册的内核扩展均不被允许安装,这样就会导致vmmon.ko和vmnet.ko无法运行了。

最后,在附上一段编译vmware模块的方法:

网址:https://communities.vmware.com/message/2442783

cd /tmp

tar -xvf /usr/lib/vmware/modules/source/vmmon.tar

cd vmmon-only/

make

cp vmmon.ko /lib/modules/2.6.32-504.el6.x86_64/misc/vmmon.ko

modprobe vmmon

 Start the VM.

以上是关于使用Secure Boot后,导致VMware无法启动虚拟机的主要内容,如果未能解决你的问题,请参考以下文章

小米笔记本怎么关闭secure boot

宏碁vn7的bios中无法选择secure boot进行更改为disable

华硕Win10系统想将secure boot设置成disabled如何操作?

解决VMware虚拟机安装 Mac os,安装VMware tools不成功或无法全屏的问题

小米笔记本怎么关闭secure boot

STM32F4 使用 JFlash 加密后无法再擦除了