Como posso iniciar o Ubuntu depois que a instalação foi interrompida?

1

Eu posso ir tão longe quanto escolher o Ubuntu no menu inicial, então ele carrega uma tela preta.
Aqui está a tela que aparece:

[ 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.

E então fica lá para sempre. Eu não posso digitar nada. Embora eu possa fazer CTRL + ALT + DEL e ele irá parar esse processo e então voltar para o tty1.

Como posso corrigir esse problema?

    
por John Fisch 18.10.2016 / 06:24

1 resposta

3

Abra o TTY ( Ctrl + Alt + F1 )
Instalação ausente:

sudo apt-get install -f

Ou se o seu PATH estiver quebrado, então:

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

Agora reinicie:

sudo reboot

Ou se o seu PATH estiver quebrado, então:

/usr/bin/sudo /sbin/reboot
    
por Benny 18.10.2016 / 07:04