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