Skip to content

Instantly share code, notes, and snippets.

@tntim96
Created April 21, 2018 01:35
Show Gist options
  • Save tntim96/5b08947402a20d121fbe3e1211147874 to your computer and use it in GitHub Desktop.
Save tntim96/5b08947402a20d121fbe3e1211147874 to your computer and use it in GitHub Desktop.
Remove Old Grub Kernel
# Find current kernel - and don't remove that
uname -r
# List kernels
dpkg --list | grep linux-image
# Remove kernel
sudo apt-get purge linux-image-3.16.0-4-amd64
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment