计算机无法从休眠状态唤醒

计算机无法从休眠状态唤醒

所以我有一个非常愚蠢的问题...我在尝试重新启动时意外按下了休眠模式...从那时起我的电脑就无法再启动到 Ubuntu(通过正常模式或单用户模式 ​​- 即救援模式)...我得到的是:

mount: mounting /dev on /root/dev failed: No such file or directory
mount: mounting /sys/ on root/sys failed: No such file or directory
mount: mounting /proc on /root/proc failed: No such file or dirctory
Target filesystem doesn't have requested /sbin/init.
No init found. Try passing init= boot arg.

BusyBox v1.15.3 (Ubuntu 1:1.15.3-1ubuntu5) built-in shell (ash)
Enter 'help' for a list of built-in commands.

(initramfs)

显然,我尝试启动 Live CD 并从那里运行 fsck(或 e2fsck)(或者只是尝试/dev/sdb1 通过 gparted 检查我的分区 - 这基本上是同一件事)。但它不允许我...gparted 和 fsck 都说设备正忙(我甚至无法将其安装在 LiveCD 中以挽救数据)...umount /dev/sdb1 说它未安装...有什么想法吗?

答案1

所以回答我自己的问题,Ubuntu Live CDe2fsck不起作用。所以我启动了GParted 实时 CD,跑了e2fsck,现在一切恢复正常了。

相关内容