该机器全新安装了 Ubuntu 18.04.1,并在安装过程中使用了 LVM 和 LUKS。该机器在内核 4.15.0-33-generic 上运行良好。
内核从 4.15.0-33 升级到 4.15.0-34-generic。内核更新后,不再提示输入 LUKS 密码并直接启动至 BusyBox v1.27.2
当从旧内核启动时,它会像平常一样提示 LUKS,并且机器能够正常启动。问题出在从较新的内核启动时。
我尝试从 18.04 的 liveCD 运行 fsck。我先解锁驱动器然后运行
fsck -f /deb/sda3
Run Code Online (Sandbox Code Playgroud)
然而我只得到
fsck from util-linux 2.31.1
Run Code Online (Sandbox Code Playgroud)
没有别的。
有我可以运行的修复程序吗?