报错:Before you can run Vmware, several modules must be compiled and loaded into the running kernel
解决办法:
wget https://github.com/mkubecek/vmware-host-modules/archive/workstation-17.0.1.tar.gz
#根据自己版本
tar -xzf workstation-17.0.1.tar.gz
cd vmware-host-modules-workstation-17.0.1
sudo make
sudo make install
重启vmware