error that says not enough space on boot
sudo apt-get -f autoremove
results in
0 upgraded, 0 newly installed, 0 to remove and 100 not upgraded.
I've manually removed all kernels (with sudo rm
on /boot) except for 5.14.0-1033-oem
that I've got from uname -a
. This solved lack of space problem for a little bit, so I could run autoremove, and fix-broken (previously they were failing due to lack of space on /boot). But those commands brought a lot of kernels back and there is no space on boot again.
My previous post 0 bytes left on /boot, apt autoremove and apt --fix-broken install fail due to unmet dependencies was marked as answered in My /boot partition hit 100% and now I can't upgrade. Can't remove old kernels to make room , but in fact I've done everything from the linked answers just to come back to original situation.