Para atualizar o Ubuntu Kernal:
Verifique sua versão atual do Ubuntu:
$ lsb_release -a
Verifique seu ke0rnel atual:
$ uname -mrs
Encontre o último lançamento:
$ sudo apt update
$ apt-cache search linux-generic
Ou use:
$ apt-cache search linux-image
Instalar a versão mais recente:
$ sudo apt install linux-image-4.xx
Reinicializar:
$ sudo reboot
Verifique a versão atualizada:
$ uname -mrs
Como alternativa, você pode usar o UKUU:
$ sudo add-apt-repository ppa:teejee2008/ppa
$ sudo apt-get update
$ sudo apt-get install ukuu -y
$ ukuu –help # To show commands
Agora, use o UKUU:
$ ukuu –list
$ xhost +
$ sudo ukuu --install v4.xx.x # x is the version number you want to install
Reinicie e verifique:
$ reboot
$ uname -r