Skip to content

Instantly share code, notes, and snippets.

@pubkey
Last active February 9, 2017 10:34
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save pubkey/cae473d1dbd372aa4133415da17a0251 to your computer and use it in GitHub Desktop.
Save pubkey/cae473d1dbd372aa4133415da17a0251 to your computer and use it in GitHub Desktop.
If you have Linux mint and cant upgrade because your /boot/ is full, do this

Error-Message: Errors were encountered while processing: linux-image-extra-4.4.0-62-generic

Fix:

  • uname -a to check which kernel you currently use
  • ls /boot/ to show the kernels on the system

You can now remove all not-used kernels. For example if you have vmlinuz-4.4.0-51-generic on /boot/,

run sudo apt-get purge linux-image-4.4.0-51-generic to remove it.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment