VMware 虚拟机安装好系统重启下次重启虚拟机后边空白

我已经安装好系统了也进去了,有时候关闭虚拟机启动还可以正常进入系统,再次关闭打开就不行了,现在直接是关闭虚拟机再次打开都不能进了,一片空白,连右侧界面操控虚拟机的功能都没了,是这么回事啊

第1个回答  2017-12-18
https://www.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本回答被网友采纳
相似回答