[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: Out of space error from dpkg, but I can't see where



On 2026-01-12, Chris Green wrote:

> I can't see any obvious lack of space on any of the 'real' disk drives:-
>
>     Filesystem                Type     1M-blocks   Used  Avail Use% Mounted on
>     /dev/mapper/t470--vg-root ext4        936644 201503 687490  23% /
>     efivarfs                  efivarfs         1      1      1  56% /sys/firmware/efi/efivars
>     /dev/sda1                 ext4        960331  18776 892702   3% /bak
>     /dev/nvme0n1p2            ext2           456    264    168  62% /boot
>     /dev/nvme0n1p1            vfat           511      5    507   1% /boot/efi

The error seems to be triggered during building initramfs. It is build in
/boot. If you have much drivers used the initramfs can use more than 168M
for its compression via zstd. If you can't enlarge /dev/nvme0n1p2 you
could remove older kernels installed and/or limit the drivers
used.

Check if you have in /etc/initramfs-tools/initramfs.conf
MODULES=dep
BUSYBOX=auto
In case they are not, change them and rebuild with
update-initramfs -u -k all


Reply to: