Sunday, November 17, 2019

uninstall - About removing old kernels

I am trying to remove my used kernels since my /boot is going low. Here I have a chicken and egg problem.


First I try to remove the kernel with command:
sudo apt-get autoremove linux-image-... and sudo apt-get -y purge...


It gave me error that
You might want to run 'apt-get -f install' to correct these:
The following packages have unmet dependencies:


Then I run apt-get -f install, then got the error that /boot has no space left.


So how can first release some space under /boot? I don't want to rudely delete the files under /boot anyway.

No comments:

Post a Comment

11.10 - Can't boot from USB after installing Ubuntu

I bought a Samsung series 5 notebook and a very strange thing happened: I installed Ubuntu 11.10 from a usb pen drive but when I restarted (...