Since the move to 12.04 LTS/HWE, I now seem to have several linux kernel images stored. I don't really care about the detail of what is going on here, but want to know which of the old kernels I can safely delete. I can take a guess, but could someone please advise. I include a screenshot of my existing set-up. Thanks.
uname -r
- determine which kernel you are using at the moment.dpkg --list | grep linux-image
- to list all kernelsapt-get purge linux-image-3.13.0-36-generic
- delete old unused kernel (just for example)sudo update-grub
- Now update grub so it knows that you don't have some of the kernelsHope this helps!
Test this:
Open a terminal,
Press Ctrl+Alt+T
Run it: