Sometimes you may face problem while updating your latest Ubuntu updates.
sudo su
dpkg --get-selections|grep 'linux-image*'|awk '{print $1}'|egrep -v "linux-image-$(uname -r)|linux-image-generic" |while read n;do apt-get -y remove $n;done
This may take sometimes, so please be patient and enjoy!