22.04.2 upgrade kernel?

Jeffrey Walton noloader at gmail.com
Fri Mar 17 06:16:11 UTC 2023


On Thu, Mar 16, 2023 at 8:14 PM MR ZenWiz <mrzenwiz at gmail.com> wrote:
>
> I have done all the latest updates and upgrades on my base desktop and
> it shows me this for version info:
>
> marbase 5.15.0-67-generic #74-Ubuntu SMP Wed Feb 22 14:14:39 UTC 2023
> x86_64 GNU/Linux
> DISTRIB_ID=Ubuntu
> DISTRIB_RELEASE=22.04
> DISTRIB_CODENAME=jammy
> DISTRIB_DESCRIPTION="Ubuntu 22.04.2 LTS"
>
> I thought 22.04.2 LTS came with kernel 5.19, but that's not showing.
>
> I pulled down the manifest for the iso and it shows 5.19 for the kernel pieces.
>
> How/why is it not upgraded to the right kernel (5.19)? What am I missing?

For the 5.19 kernel, I believe you should install the
linux-image-generic-hwe-22.04 meta package (and friends). [1] I
believe the command is:

    sudo apt install --install-recommends \
        linux-generic-hwe-22.04

For the 5.15 kernel, I believe you can remove it by removing the
linux-image-generic and linux-headers-generic meta packages.

Also see the Rolling Enablement Stack at [2].

[1] https://wiki.ubuntu.com/Kernel/LTSEnablementStack
[2] https://wiki.ubuntu.com/Kernel/RollingLTSEnablementStack

Jeff



More information about the ubuntu-users mailing list