从 14.04 升级到 16.04 后无 GUI

从 14.04 升级到 16.04 后无 GUI

我从 14.04 升级到 16.04 并得到以下信息:

ubuntu 16.04.1 LTS pawan-vostro-3559 tty1

pawan-vostro-3559 login: pawan
password:
last login: sunday Dec 25 17:19:33 IST 2016 on tty1
Welcome to ubuntu 16.04.1 LTS(GNU/Linux 3.19.0-78-generic x86_64)

*Documentation: https://help.ubuntu.com
*Management: https://landscape.canonical.com

答案1

尝试这个:

在终端运行它:

exec sudo -i
dpkg --configure -a
apt-get -f install
apt-get update
apt-get dist-upgrade
apt-get install --reinstall ubuntu-desktop
apt-get autoremove
apt-get clean

相关内容