I'm a linux nubie. For some reason my /boot is really small. I need to do a software update but when I try it says I need to free space. here is what is on my /boot now. I'm not sure what I should remove. I took a screen shot of what is on my /boot, any help in what is extra and what I should remove is appreciated. thanks!
Asked
Active
Viewed 39 times
0
-
3Possible duplicate of How do I free up more space in /boot? and How to resize partitions? – karel Dec 14 '17 at 18:00
2 Answers
0
A safe way to remove the old kernels is to install Ubuntu Tweak. Then click on "Start Janitor", check the "Old Kernel" box on the left, check the "Old Kernels" entry that appears in the middle, then click "Clean" and input your password. You're done.

Organic Marble
- 23,641
- 15
- 70
- 122
0
To remove kernel version 3.19.0-xx-generic
, just do
sudo apt-get remove --purge linux-image-3.19.0-xx-generic
In case you also have the kernel headers installed, likewise remove linux-headers-3.19.0-xx
.

fkraiem
- 12,555
- 4
- 35
- 40