this post was submitted on 24 Sep 2025
18 points (100.0% liked)

Arch Linux

9137 readers
1 users here now

The beloved lightweight distro

founded 5 years ago
MODERATORS
 

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?

you are viewing a single comment's thread
view the rest of the comments
[โ€“] yardy_sardley@lemmy.ca 13 points 3 days ago* (last edited 3 days ago) (1 children)

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.

sudo pacman -R linux-firmware
sudo pacman -Rns linux-firmware-nvidia

This did the trick, thank you! Cut my fallback.img sizes almost in half!