Skip to content

Instantly share code, notes, and snippets.

@jadia
Created July 27, 2019 18:42
Show Gist options
  • Save jadia/4268ac3a67016488df0f02154c2b9146 to your computer and use it in GitHub Desktop.
Save jadia/4268ac3a67016488df0f02154c2b9146 to your computer and use it in GitHub Desktop.
Update/Upgrade kernel on Ubuntu 16.04 server

Update/Upgrade kernel on Ubuntu 16.04 server

This solves the issue where apt upgrade does not upgrade the kernel version.

Just doing apt upgrade won't work. We might need to give special attention to some packages.

sudo apt-get upgrade linux-generic linux-headers-generic linux-image-generic

Source

Remember to use tmux session while upgrading the kernel.

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