我正在双启动 Ubuntu 12.04 和 Windows 8。断电时我启动了 Ubuntu,现在当我尝试启动 Ubuntu 时,它会冻结在黑屏上。但是我仍然可以正常启动 Windows。当我启动到恢复模式时,我收到以下错误:
There are differences between boot sector and its backup.
Differences: (offset: original/backup)
65:01/00
Not automatically fixing this
/dev/sda6 contains a file system with errors, check forced.
Checking disk drives for errors. This may take several minutes.
Press C to cancel all check in progress
/dev/sda1: 179 files, 7007/126976 clusters
/dev/sda6 Unattached inode 599991
/dev/sda6: UNEXPECTED INCONSISTENCY; RUN fsck MANUALLY.
(i.e., without -a or -p options)
mountall: fsck / [1183] terminated with statas 4
mountall: Filesystem has errors: /
Errors were found while checking the disk drive for /.
Press F to attempt to fix the errors, I to ignore, S to skip mounting, or M for manual recovery
我尝试按“F”键来修复错误,但什么也没发生。实际上,我在不同的重启过程中尝试按了所有提到的键(“F”、“I”、“S”和“M”),但计算机没有响应。
我对 Ubuntu 和 Linux 还不熟悉,所以不知道从哪里开始。提前感谢大家的帮助。
答案1
我找到了解决方案。我启动到恢复模式,然后进入 root shell 并运行以下命令:
fsck /dev/sda6 -v
这似乎解决了这个问题。
答案2
PC 启动时,您将看到一个操作系统选择屏幕。因此,我们有很多选项,如 Ubuntu、Ubuntu 恢复模式(类似的东西)、memtest、Windows 7 等。选择恢复模式。有时可能会有帮助。祝你好运。评论!