随机冻结 3 次并且无法再启动

随机冻结 3 次并且无法再启动

过去 3 天我一直在使用 Ubuntu 16.04,运行非常顺利,直到今天它突然死机。我等着看它是否会恢复,但没有恢复,并强制关机。我重新打开它,它在登录屏幕后死机了,再次强制关机并重新打开它。它工作了一段时间,然后又死机了。

我在 Spotify 上,电脑死机了,但我仍然可以切换歌曲。由于 Chrome 也在运行,我可以访问页面/打开和关闭新标签。我一加载页面,所有内容就加载了,然后页面崩溃了。主要问题是启动栏不可见,上部菜单和系统选项也不可见。

强制关机并重新启动后,系统无法启动,并显示以下消息:

[0.135282] Errors parsing PCC subspaces from PCCT
[1.033914] nouveau 0000:04:00.0: priv: HUBO 6013d4 badf573f (19428200)
[1.033981] nouveau 0000:04:00.0: priv: HUBO 10ecc0 ffffffff (1940822c)
/dev/sda2 contains a file system with errors, check forced
Inodes that were part of a corrupted orphan liked list found

/dev/sda2:UNEXPECTED INCONSISTENCY; RUN fsck MANUALLY. 
    (i.e., without -a or -p options.)
fsck exited with status code 4
The root file system 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 commands

(initramfs) _ 

请帮忙

答案1

我又搜索了一下,在另一个问题中找到了答案。如果其他人也遇到同样的问题,请运行

fsck /dev/sda2

你应该会没事的。

相关内容