我正在运行 Ubuntu 20.04(5.15.-10088.98)LUKS 逻辑卷管理器并做了一些愚蠢的事。
我尝试过sudo apt upgrade
并遇到以下问题:
I:initramfs 将尝试从 /dev/dm-2 恢复 我:(/dev/mapper/system-swap) I:设置 RESUME 变量来覆盖此变量。 错误 24:写入错误:无法写入压缩块 E:mkinitramfs 失败 cpio 141 lz4 -9 -l 24 update-initramfs: /boot/initrd.img-5.15.0-10088-tuxedo 失败,1。 软件包:使用 initramfs-tools (--configure) 包时出错: »安装 initramfs-tools-安装后软件包脚本«-检查 ss gab den Fehlerwert 1 返回 因以下原因拒绝提供服务: initramfs 工具 埃:子进程 /usr/bin/dpkg 返回错误代码 (1)
然后我做了这个:
sudo apt remove initramfs-tools
sudo apt clean
sudo apt install initramfs-tools
之后我看到了cryptsetup 已被删除:
brltty cryptsetup-initramfs dmraid initramfs-tools kpartx-boot
当我尝试时:
apt show cryptsetup -a
表明
软件包:cryptsetup 版本:2:2.2.2-3ubuntu2 优先级:可选 部分: 管理 起源:Ubuntu 维护者:Ubuntu 开发人员 <[电子邮件保护]> 原始维护者:Debian Cryptsetup 团队 <[电子邮件保护]> 错误:https://bugs.launchpad.net/ubuntu/+filebug 安装大小:407 kB 依赖:cryptsetup-bin(>= 2:1.6.0)、dmsetup、debconf(>= 0.5)| debconf-2.0、libc6(>= 2.15) 推荐:cryptsetup-initramfs、cryptsetup-run 建议:dosfstools、keyutils、liblocale-gettext-perl 中断:cryptsetup-run(<< 2:2.1.0-6) 替换:cryptsetup-run(<< 2:2.1.0-6) 主页:https://gitlab.com/cryptsetup/cryptsetup 任务:服务器、云图像、ubuntu-live、kubuntu-desktop、kubuntu-full、xubuntu-live、lubuntu-live、ubuntustudio-dvd-live、ubuntukylin-live、ubuntu-mate-core、ubuntu-mate-desktop、ubuntu-budgie-live 下载大小:159 kB APT 来源:https://mirrors.tuxedocomputers.com/ubuntu/mirror/archive.ubuntu.com/ubuntu focal/main amd64 软件包 描述:支持平台转换 - 起始页 Cryptsetup 提供了一个配置协调中心 交换分区设备(例如 /home- 或 Swap-Partitionen)。 这将是通过 Ziels »dm-crypt« 和 Device-Mappers 的 Linux 内核获取。为 LUKS (Linux 统一密钥 设置)。 。 Cryptsetup 与 cryptoloop 的磁盘格式兼容, 还需确保 Formate 的安全。此套餐优惠 自动配置换档器 在 Bootvorgangs 中(包含配置数据 /etc/crypttab)。 更多信息请参见 cryptoroot 的支持 initramfs-工具和不同的方法、密码或 退出并阅读。 。 此包由 Wrapper cryptdisk_start 和 cryptdisk_stop 启动 格式如下。
由于担心我的笔记本电脑在启动时不会被解密,我还没有关机。我不知道我是否反应过度,或者我的担心是否有道理。
有没有什么办法可以解决可能存在的问题?