Ubuntu – Is it risky to update the Linux Kernel to latest stable version when running Ubuntu

17.04distro-recommendationkernelkubuntuupdates

Please, I would like to know how risky it can be to update the kernel of Ubuntu to the latest stable version.

Currently, I am running Kubuntu 17.04 which uses the kernel 4.10.0-22-generic. The latest stable Kernel version at the time of writing this question is: 4.11.4.

In addition to that, it would be great if you can point out any Ubuntu or Debian-based distribution that uses the latest stable version of the kernel.

Any suggestions, comments, or answers will be greatly appreciated.

Best Answer

The kernels that are offered via the Ubuntu repositories are tested and likely to work properly with the version of Ubuntu that you are running, more likely than the latest stable kernel version. But things might break anyway because some new driver might not match your hardware or a present driver might not be supported by that kernel.

For this reason it is a good habit to keep two kernels in the system, the newest one offered via the repositories and a previous kernel, that works well. Then you can select the previous kernel from the grub menu, if there are problems with the newest kernel.

If you want to 'see' the grub menu in a single boot system, edit the file /etc/default/grub and run

sudo update-grub

according to the instructions at

help.ubuntu.com/community/Grub2/Setup#/etc/default/grub

GRUB_HIDDEN_TIMEOUT=

    No value entered after the = sign
    The menu will be displayed for the number of seconds designated by GRUB_TIMEOUT.