ubuntu20.04中vmware16.1.0 啟動報錯 Before you can run VMware,several modules must be compiled and loaded into the running kernel


解決方法

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

進入后如果虛擬機無法啟動,則用下面的方法解決:

wget https://github.com/mkubecek/vmware-host-modules/archive/workstation-16.1.0.tar.gz
tar zvxf workstation-16.1.0.tar.gz
cd vmware-host-modules-workstation-16.1.0
sudo make
sudo make install
cd vmmon-only
# ${kernel-version} 是你的內核版本
cp vmmon.ko /lib/modules/${kernel-version}/misc/vmmon.ko
sudo modprobe vmmon


免責聲明!

本站轉載的文章為個人學習借鑒使用,本站對版權不負任何法律責任。如果侵犯了您的隱私權益,請聯系本站郵箱yoyou2525@163.com刪除。



 
粵ICP備18138465號   © 2018-2025 CODEPRJ.COM