I have Ubuntu 20.04.3 but not Linux 5.11, what's up?

5,999

Solution 1

Presumably you are running Ubuntu 20.04 LTS on this machine because you have determined that it's more important for this machine to be stable rather than having newer, more bleeding edge software.

Ubuntu 20.04 currently uses Linux Kernel 5.4 unless you have enabled HWE or have manually upgraded the kernel beyond the version in repositories.

Unless you actually need the newer kernel version, it might be better to leave it alone if stability is more important to you than the newest versions of software.

Solution 2

You have to enable HWE stack for kernel by

sudo apt install --install-recommends linux-generic-hwe-20.04 

See release cycle for actual kernel versions.

Share:
5,999

Related videos on Youtube

KneadToKnow
Author by

KneadToKnow

Updated on September 18, 2022

Comments

  • KneadToKnow
    KneadToKnow over 1 year

    I've confirmed that I got the point release update to 20.04.3 LTS with lsb_release -a, but uname -r shows that my kernel is still on 5.4.0-81-generic. Should I not be on 5.11? My machine running Ubuntu 21.04 is on 5.11.0-31-generic.

    I found an old thread here which proposes using apt to install linux-generic, but I wanted to make sure it was still good advice.

  • KneadToKnow
    KneadToKnow over 2 years
    Thank you, Nmath! That explains the discrepancy perfectly.
  • raj
    raj over 2 years
    Isn't this installed by default automatically? I have Ubuntu 20.04 and have the HWE kernel, but don't remember specifically installing the above package.
  • Bakuriu
    Bakuriu over 2 years
    @raj I may be completely wrong... it might be that if you install 20.04.1 or above it defaults to having hwe enabled, while if you install 20.04 (i.e. first release) it doesn't. I have some memory of something like this, but I'm very fuzzy on the details...