我的系统将我带入 busybox/initramfs 终端并告诉我 /dev/mapper/vgubuntu-root 不存在。但/dev/mapper
nvme0n1p3_crypt 确实存在,所以我可能需要使用它而不是 vgubuntu-root。我还尝试让 cryptsetup 通过该文件创建该文件,cryptsetup luksOpen /dev/nvme0n1p3 vgubuntu-root
但 cryptsetup 告诉我该设备已在使用中。我还尝试编辑 /cryptroot/crypttab,但该环境中似乎没有任何编辑器。正如您所看到的,通过使用 cryptsetup,磁盘已加密。