Centos7升级内核后,导致打开VMware提示需要安装vmmon和vmnet模块


将Centos7的内核升级到5.4.12后,VMware无法正常启动

git clone https://github.com/mkubecek/vmware-host-modules.git
cd vmware-host-modules/
git checkout workstation-15.5.1
git fetch
make
make install

参考链接https://blog.csdn.net/seaship/article/details/103351654

 

进入VMware后,发现打开虚拟机时报错could not open /dev/ vmmon,Please make sure that the kernel module `vmmon’ is loaded.

解决方法:

/etc/init.d/vmware start


免责声明!

本站转载的文章为个人学习借鉴使用,本站对版权不负任何法律责任。如果侵犯了您的隐私权益,请联系本站邮箱yoyou2525@163.com删除。



 
粤ICP备18138465号  © 2018-2025 CODEPRJ.COM