0

I have a system that has been in use and updated since 18.04. The current version is 24.04.2 LTS and it is running kernel 6.8.0.53 I ran apt-get update && apt-get upgrade and no kernel updates are available.

Output from sudo apt install linux-generic

sudo apt install linux-generic
Reading package lists... Done
Building dependency tree... Done
Reading state information... Done
linux-generic is already the newest version (6.8.0-53.55+1).
0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded 

Output from /etc/os-release

PRETTY_NAME="Ubuntu 24.04.2 LTS"
NAME="Ubuntu"
VERSION_ID="24.04"
VERSION="24.04.2 LTS (Noble Numbat)"
VERSION_CODENAME=noble
ID=ubuntu
ID_LIKE=debian
HOME_URL="https://www.ubuntu.com/"
SUPPORT_URL="https://help.ubuntu.com/"
BUG_REPORT_URL="https://bugs.launchpad.net/ubuntu/"
PRIVACY_POLICY_URL="https://www.ubuntu.com/legal/terms-and-policies/privacy-policy"
UBUNTU_CODENAME=noble
LOGO=ubuntu-logo

Sources in /etc/apt/sources.list.d/ubuntu.sources:

cat /etc/apt/sources.list.d/ubuntu.sources
Types: deb
URIs: http://us.archive.ubuntu.com/ubuntu
Suites: noble noble-updates noble-backports
Components: main restricted universe multiverse
Signed-By: /usr/share/keyrings/ubuntu-archive-keyring.gpg

Types: deb URIs: http://security.ubuntu.com/ubuntu Suites: noble-security Components: main restricted universe multiverse Signed-By: /usr/share/keyrings/ubuntu-archive-keyring.gpg

Types: deb URIs: http://archive.ubuntu.com/ubuntu Suites: noble noble-updates Components: main universe multiverse Signed-By: /usr/share/keyrings/ubuntu-archive-keyring.gpg

Any reason it doesn't see the latest kernel 6.11?

1 Answers1

1

If you want kernel version 6.11 you need to install linux-generic-hwe-24.04.

mook765
  • 18,644