Comment on Debian /boot is full - LVM complicating resizing the partition
nottelling@lemmy.world 3 days ago
Check your sector boundaries. You can’t resize a physical partition if it overlaps another one. That lvm shrink likely lowered the top sector, rather than raising the bottom.
Also, 488mb should be plenty in /boot. You can purge old kernels with ‘sudo apt --purge autoremove’ (that’ll take any other unused packages with it, so use caution.)
clay_pidgin@sh.itjust.works 3 days ago
Purge seemed like the way to go from my reading too. Several kernel versions in there that I think I could get rid of. It seems like a bad design to default to a tiny /boot but to let it fill up under six months of quite normal use.