0

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!

enter image description here

enter image description here

Organic Marble
  • 23,641
  • 15
  • 70
  • 122

2 Answers2

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