I'm sure that I'm not the first and/or only one to notice that 12.04.2, released earlier this year, installs by default a backported 3.5 kernel from the Quantal (12.10) release.
I'm surprised to see this in an LTS version, so I was wondering what's the reason for this?
It's the first time I noticed it on an LTS release.
Also: is there a method to upgrade to that or will I have to select manually that package (linux-image-generic-lts-quantal
)?
Comparing two fully updated systems
Originally installed with 12.04.1 installation CD
$ lsb_release -d && dpkg -l|grep linux-image|grep ^ii
Description: Ubuntu 12.04.2 LTS
ii linux-image-3.2.0-39-generic 3.2.0-39.62 Linux kernel image for version 3.2.0 on 64 bit x86 SMP
ii linux-image-3.2.0-40-generic 3.2.0-40.64 Linux kernel image for version 3.2.0 on 64 bit x86 SMP
ii linux-image-generic 3.2.0.40.48 Generic Linux kernel image
Originally installed with 12.04.2 installation CD
$ lsb_release -d && dpkg -l|grep linux-image|grep ^ii
Description: Ubuntu 12.04.2 LTS
ii linux-image-3.5.0-23-generic 3.5.0-23.35~precise1 Linux kernel image for version 3.5.0 on 64 bit x86 SMP
ii linux-image-3.5.0-27-generic 3.5.0-27.46~precise1 Linux kernel image for version 3.5.0 on 64 bit x86 SMP
ii linux-image-generic-lts-quantal 3.5.0.27.34 Generic Linux kernel image
$ apt-cache show linux-image-generic-lts-quantal
Package: linux-image-generic-lts-quantal
Priority: optional
Section: metapackages
Installed-Size: 27
Maintainer: Ubuntu Kernel Team <kernel-team@lists.ubuntu.com>
Architecture: amd64
Source: linux-meta-lts-quantal
Version: 3.5.0.27.34
Depends: linux-image-3.5.0-27-generic, linux-firmware
Filename: pool/main/l/linux-meta-lts-quantal/linux-image-generic-lts-quantal_3.5.0.27.34_amd64.deb
Size: 2520
MD5sum: c9ad82fa12aacbd14324283cb9344ea9
SHA1: a2f9a758f605c116865b7c7fa6971bf77364bf62
SHA256: 08133998d027b5af18e2e3374e0723b4cf22baab28850cc89ca327a34b3094df
Description-en: Generic Linux kernel image
This package will always depend on the latest generic 12.10 kernel image
available.
Description-md5: c7e4fbc023632f2e538ff93b600ef34c
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu
Supported: 18m
apt-cache show linux-image-generic-lts-quantal | grep ^Supported #outputs Supported: 18m
This baffles me as this 1.5yr supported kernel is installed on an LTS 5yr supported system. As you mentioned that this will be supported until the next LTS... I don't see this. – gertvdijk Apr 09 '13 at 08:06hwe
packages instead oflts-quantal
. Sinceapt-cache show linux-image-hwe-generic | grep ^Supported # shows "Supported: 5y"
indeed. You'll just receive newer kernels by the time the Quantal one is unsupported. Thanks :) – gertvdijk Apr 09 '13 at 19:27