Skip to content

Instantly share code, notes, and snippets.

@peterchappell
Created July 5, 2015 09:24
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save peterchappell/29be7a86c8719e5fbee8 to your computer and use it in GitHub Desktop.
Save peterchappell/29be7a86c8719e5fbee8 to your computer and use it in GitHub Desktop.
# get version of current kernel
uname -r
# get a list of the stored kernels
dpkg --list | grep linux-image
# remove an old kernel
sudo apt-get purge linux-image-x.x.x.x-generic
# update grub
sudo update-grub2
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment