web-dev-qa-db-fra.com

Comment puis-je démarrer Ubuntu après une interruption de l'installation?

Je peux aller aussi loin que choisir Ubuntu au début, comme menu, puis cela charge un écran noir.
Voici l'écran qui apparaît:

[ OK ] Started Terminate Plymouth Boot Screen.
[ OK ] Started Hold until boot process finishes up.
[ OK ] Started Getty on tty1.
[ OK ] Reached target Login Prompts.
       Starting Set console scheme...
[ OK ] Started Avahi mDNS/DNS-SD Stack.
[ OK ] Started Make remote CUPS printers available locally.
[ OK ] Started set console scheme.
[ OK ] Started LSB: Record successful boot for GRUB.
[ OK ] Started System Logging Service.
[ OK ] Started Thermal Daemon Service.
[ OK ] Reached target Multi-User System.
[ OK ] Reached target Graphical Interface.
       Starting Update UTMP about System Runlevel Changes...
[ OK ] Started Update UTMP about System Runlevel Changes.

Et puis il y reste pour toujours. Je ne peux rien taper. Bien que je puisse faire CTRL+ALT+DEL et cela arrêtera ce processus, puis retournera dans tty1.

Comment puis-je résoudre ce problème?

1
John Fisch

ATS ouvert (Ctrl+Alt+F1)
Installation manquante:

Sudo apt-get install -f

Ou si votre chemin est cassé, alors:

/usr/bin/Sudo /usr/bin/apt-get /usr/bin/install -f

Maintenant redémarrez:

Sudo reboot

Ou si votre chemin est cassé, alors:

/usr/bin/Sudo /sbin/reboot
3
Benny