taken from here http://tuxtweaks.com/2010/10/remove-old-kernels-in-ubuntu-with-one-command/
if doesnt work, tried this
if doesnt work, tried this
dpkg -l 'linux-*' | sed '/^ii/!d;/'"$(uname -r | sed "s/\(.*\)-\([^0-9]\+\)/\1/")"'/d;s/^[^ ]* [^ ]* \([^ ]*\).*/\1/;/[0-9]/!d' | xargs sudo apt-get -y purge