当前位置:首页 > Web开发 > 正文

VMware无法正常启动 git clone https: // github.com/mkubecek/vmware-

2024-03-31 Web开发

将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

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

温馨提示: 本文由Jm博客推荐,转载请保留链接: https://www.jmwww.net/file/web/31406.html