My boot partition is full and I can't install new kernel versions. So I tried to remove some old versions like this:
get active kernel
uname -a
Linux Ubuntu-1404-trusty-64-minimal 3.13.0-43-generic #72-Ubuntu SMP Mon Dec 8 19:35:06 UTC 2014 x86_64 x86_64 x86_64 GNU/Linux
get installed kernels
dpkg -l linux-image-* | grep ^ii
output: http://pastebin.com/X9P81W22
now i try to remove linux-image-3.13.0-24-generic
aptitude purge linux-image-3.13.0-24-generic
output: http://pastebin.com/J4Zmhf9Y
I'm not shure because aptitude will delete linux-generic{a} and linux-image-generic{a} as well. Over 420MB will be freed. But my boot partition looks like this:
/dev/md1 488M 484M 0 100% /boot
is this normal??
dpkg -l|grep 3.13.0-24
and look at all those starting with linux-, not just linux-image-)