Ubuntu 之 initramfs 报错解决之一

时间:2023-03-09 22:25:08
Ubuntu 之 initramfs 报错解决之一

问题出现:
ubuntu 更新后,编辑文件提示权限不够,并提示更新错误,重启后进入 initramfs ,仔细看提示错误有:
file system check of the root filesystem failed the root filesystem
on /dev/sda1 requeird a manual fsck

解决方法:

<initramfs> fsck /dev/sda1

跟着提示一路'y'下去,然后重启

注:
一定要仔细看错误提示,才能少走弯路。