提示
Could not connect 'Ethernet0' to virtual network '/dev/vmnet8'. More information can be found in the vmware.log file. Failed to connect virtual device 'Ethernet0'.关闭 Secure Boot(安全启动)
UOS 系统如果运行在开启了 Secure Boot(安全启动) 的机器上,可能会阻止未经签名的 VMware 驱动加载。
强制杀掉卡住的进程
# 强制杀掉虚拟机运行进程 sudo killall -9 vmware-vmx # 强制杀掉 VMware 主程序 sudo killall -9 vmware # 强制杀掉 USB 仲裁服务(有时它也会占用设备) sudo killall -9 vmware-usbarbitrator检查是否清理干净
ps -ef | grep vmware-vmx | grep -v grep重新运行编译命令
sudo vmware-modconfig --console --install-all重启 VMware 网络服务
sudo /etc/init.d/vmware restart查看是否有网卡
ip addr | grep vmnet