不能启动虚拟机。请确保 VMware Workstation 安装正确,并且您具足够的权限

2024-11-06 12:47:04
推荐回答(5个)
回答(1):

解决方案: 打开物理机器的任务管理器,结束所有vm开头的进程,重启启动即可!

回答(2):

VM虚拟机要求比较高的·· 当你安装新版卸载后就不能安装就版本了·· 还有就是VM只能覆盖安装,卸载后安装后,注册表是删不干净的,我用360也卸载过,没用,还是要自己去注册表手动卸载··

回答(3):

安装后文件夹的属性变为只读的缘故。

回答(4):

https://vmware.com/go/getworkstation-linux

Guide for Debian : sudo apt install gcc
sudo apt update&&sudo apt upgrade
sudo apt install linux-headers-$(uname -r)
sudo reboot
sudo apt install make
sudo chmod 544 ./VMware-Workstation-Full-14.0.0-6661328.x86_64.bundle
sudo ./VMware-Workstation-Full-14.0.0-6661328.x86_64.bundle
.
Guide for ArchLinux : Two solutions . One is to download vmware patch from Internet .The other is to use LTS kernel .
sudo pacman -R linux
sudo pacman -Syy linux-lts
sudo reboot
sudo pacman -S linux-lts-headers gcc make
sudo chmod 544 ./VMware-Workstation-Full-14.0.0-6661328.x86_64.bundle
sudo ./VMware-Workstation-Full-14.0.0-6661328.x86_64.bundle
While you're using unpopular graphical interface ,such as fluxbox :
sudo pacman -S gksu
sudo cp -f /bin/gksu /usr/lib/vmware/bin/vmware-gksu
Guide for CentOS Fedora opensuse : Similar to above

回答(5):

你安装的是不是完整版本的,还有是哪个版本?初步怀疑是你安装版本的问题,可以考虑重新安装一下,建议安装完整版本的,如果可以的话,尽量不要汉化。