我的 Ubuntu 笔记本电脑无法启动

我的 Ubuntu 笔记本电脑无法启动

我的笔记本电脑上有 Ubuntu,但在启动过程中无法启动操作系统,我收到一条消息说

[    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) _

答案1

您的文件系统已损坏。在提示符下,键入e2fsck -fy /dev/sda2以修复它。如果可行,请按 ctrl-alt-del 重新启动,希望它会恢复正常。

相关内容