REMOVING OLD KERNELS FROM UBUNTU

Added on 2009-02-20 Under:

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!!!*