Update to 22.04.3
Keith
keithw at caramail.com
Fri Aug 11 19:50:05 UTC 2023
On 8/10/23 07:38, Jerry Geis wrote:
> I updated from 22.04.2 to 22.04.3
>
[snipped]
>
> ls -l /boot/
> total 56316
> -rw-r--r-- 1 root root 270051 Jun 21 10:38 config-5.19.0-46-generic
> drwxr-xr-x 3 root root 4096 Dec 31 1969 efi
> drwxr-xr-x 5 root root 4096 Aug 10 08:30 grub
> -rw-r--r-- 1 root root 38164152 Aug 7 07:54 initrd.img-5.19.0-46-generic
> lrwxrwxrwx 1 root root 28 Aug 7 07:54 initrd.img.old ->
> initrd.img-5.19.0-46-generic
> -rw-r--r-- 1 root root 182800 Feb 6 2022 memtest86+.bin
> -rw-r--r-- 1 root root 184476 Feb 6 2022 memtest86+.elf
> -rw-r--r-- 1 root root 184980 Feb 6 2022 memtest86+_multiboot.bin
> -rw------- 1 root root 6438424 Jun 21 10:38 System.map-5.19.0-46-generic
> -rw------- 1 root root 12220712 Jun 21 10:43 vmlinuz-5.19.0-46-generic
> lrwxrwxrwx 1 root root 25 Aug 7 07:54 vmlinuz.old ->
> vmlinuz-5.19.0-46-generic
Odd, there aren't symbolic links (initrd.img, and vmlinuz) to the
initrd.img-5.19.0-46-generic and vmlinuz-5.19.0-46-generic files
respectively. When installing a kernel package the package's postinstall
script or the xx-update-initrd-links script in /etc/kernel/postinst.d
calls /usr/bin/linux-update-symlinks to create and update the links. It
obviously did for *.old links but for some reason didn't create the
other two.
>
> But I am still running 5.19
> uname -r
> 5.19.0-46-generic
The current version of the 5.19 kernel is 5.19.0-50-generic Apparently,
the 5.19 version didn't get updated at a previous time (sometime middle
or end of July).
>
> apt list --installed | grep hwe
>
> WARNING: apt does not have a stable CLI interface. Use with caution in
> scripts.
>
> linux-generic-hwe-22.04/jammy-updates,jammy-security,now
> 6.2.0.26.26~22.04.7 amd64 [installed]
> linux-headers-generic-hwe-22.04/jammy-updates,jammy-security,now
> 6.2.0.26.26~22.04.7 amd64 [installed,automatic]
> linux-hwe-6.2-headers-6.2.0-26/jammy-updates,jammy-security,now
> 6.2.0-26.26~22.04.1 all [installed,automatic]
> linux-image-generic-hwe-22.04/jammy-updates,jammy-security,now
> 6.2.0.26.26~22.04.7 amd64 [installed,automatic]
> systemd-hwe-hwdb/jammy-updates,now 249.11.3 all [installed,automatic]
Well except for the linux-hwe-6.2-headers package, you've only confirmed
that the the meta-packages that pull in the actual image and header
packages are installed (systemd package is irrelevant here).
The following command will be more complete.
$ apt list -q2 ~i"(~V6.2.0|~V5.19.0)"~n^linux |sed 's/\// [/' |cut -d"["
-f1,3
--
Keith
More information about the ubuntu-users
mailing list