我最近擦拭了我的盒子并安装了 20.10,我喜欢它,非常棒!这次我决定要生活在边缘并使用实验性的 zfs 支持,但在安装软件包和更新一段时间后,我现在遇到了一个奇怪的问题,我的启动 zpool 太满了。
每当我在软件更新程序中点击“立即更新”时,我都会收到如下消息:
The upgrade needs a total of 254 M free space on disk '/boot'. Please free at least an additional 194 M of disk space on '/boot'. You can remove old kernels using 'sudo apt autoremove', and you could also set COMPRESS=xz in /etc/initramfs-tools/initramfs.conf to reduce the size of your initramfs.
Run Code Online (Sandbox Code Playgroud)
我已经运行了sudo apt autoremove
,它没有删除任何内容,我犹豫更改 initramfs 上的压缩,因为这更像是针对可能较低问题的补丁(也许我错了哈哈)。
我仍然可以手动升级,sudo apt update && sudo apt upgrade
但每次都会收到此错误:
ERROR couldn't save system state: Minimum free …
Run Code Online (Sandbox Code Playgroud)