this post was submitted on 19 Dec 2024
11 points (100.0% liked)
Linux
2436 readers
7 users here now
Shit, just linux.
Use this community for anything related to linux for now, if it gets too huge maybe there will be some sort of meme/gaming/shitpost spinoff. Currently though… go nuts
founded 2 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
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.)
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.