Skip to content

Instantly share code, notes, and snippets.

@clarkwinkelmann
Created November 7, 2015 12:16
Show Gist options
  • Save clarkwinkelmann/32cb4b9ed510f80bc5f0 to your computer and use it in GitHub Desktop.
Save clarkwinkelmann/32cb4b9ed510f80bc5f0 to your computer and use it in GitHub Desktop.
How to purge old linux images

Purge old Linux images

What's taking place on /boot ?

ls -A -S -l /boot/

Installed kernel packages:

dpkg -l linux-image-\* | grep ^ii

Kernel in use:

uname -r

Remove kernel. Change version !

sudo apt-get purge linux-image-3.11.0-20-generic
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment