Après la dernière mise à jour du système, j'ai perdu mon interface graphique. comment réparer un ordinateur de bureau Ubuntu/Unity?
Essaye ça:
Allumez votre ordinateur.
Maintenez la touche Maj enfoncée, ce qui fera apparaître le Grub menu.
Sélectionnez la ligne qui commence par Advanced options
.
Sélectionnez la ligne se terminant par recovery mode
Votre PC doit afficher un menu avec un certain nombre d’options.
Sélectionner:
L'option File system check
et
L'option Drop to root Shell Prompt with networking
Dans le terminal:
mount -o remount,rw /
mount --all
dpkg --configure -a
apt-get -f install
apt-get -m install
apt-get update
apt-get dist-upgrade
apt-get install --reinstall ubuntu-desktop unity
apt-get autoremove
apt-get clean
reboot