Meu laptop ubuntu não está inicializando

1

Tenho o Ubuntu no meu laptop e não consigo inicializar o sistema operacional no meio do processo de inicialização. Recebi uma mensagem dizendo

[    0.079681] Ignoring BGRT: invalid status 0 (expected 1)
fsck from util-linux 2.26.2
/dev/sda2 contains a file system with errors, check forced.
/dev/sda2: Inodes that were part of a corrupted orphanlinked list found.

/dev/sda2: UNEXPECTED INCONSISTENCY; RUN fsck MANUALLY.
        (i.e., without -a or -p options)
fsck exited with status 4
The root filesystem on /dev/sda2 requires a manual fsck

BusyBox v1.22.1 (Ubuntu 1:1.22.0-15ubuntu1) built-in shell (ash)
Enter 'help' for a list of built-in commands.

(initramfs) _
    
por Terrance 19.02.2016 / 23:37

1 resposta

1

Seu sistema de arquivos está corrompido. No prompt, digite e2fsck -fy /dev/sda2 para repará-lo. Se funcionar, pressione ctrl-alt-del para reiniciar e esperamos que volte normalmente.

    
por psusi 20.02.2016 / 01:37