I have a 500MB boot partition, and I keep only the linux
and linux-lts
kernels.
Recently I see that the partition only has about 23Mb free.
Is there some recent change which increased the kernel’s size significantly?
I have a 500MB boot partition, and I keep only the linux
and linux-lts
kernels.
Recently I see that the partition only has about 23Mb free.
Is there some recent change which increased the kernel’s size significantly?
Check which
linux-firmware-*
packages you have installed. Arch recently split the linux firmware into a bunch of separate packages, and made the old package depend on pretty much all of them. So unless you already knew about this and uninstalled the packages you don’t need, you likely have a bunch of unnecessary firmware stuffed into your fallback initramfs.I thought I removed
linux-firmware-nvidia
but I guess not.This did the trick, thank you! Cut my fallback.img sizes almost in half!