REMOVING OLD KERNELS FROM UBUNTU
Run the below command to see what kernels are installed.
ben@Akula ~ $ dpkg -l '*image*' | grep ^ii
Run the below command to remove the unwanted entries.
ben@Akula ~ $ sudo apt-get --purge remove <name of kernel image>
*MAKE SURE YOU DON'T REMOVE THE RUNNING KERNEL!!!*