No HDD space left for ubuntu update, make some space at /boot

alt text
your hd is full, make space in /boot

make a

cd /boot ls -la
so you see the `/boot` folder

alt text

now delete the stuff you don’t need anymore:

sudo aptitude remove linux-image-3.13.0-49-generic
sudo apt-get remove ...

alt text
(ls -la after deleting the linux kernel image)