Hi, I hope someone here can help me diagnose (and possibly) solve a kernel load problem I seem to be having:
I like to believe that I am running Ubuntu 24.10. Every few days I run an 'apt update / upgrade'. Below is the content of my /boot folder. Notice how initrd.img and vmlinuz point to the 6.11 kernel.
-rw-r--r-- 1 root root 292033 Feb 24 07:23 config-6.11.0-21-generic
-rw-r--r-- 1 root root 287562 Mar 14 10:48 config-6.8.0-57-generic
drwx------ 5 root root 4096 Dec 31 1969 efi
drwxr-xr-x 5 root root 4096 Mar 31 16:38 grub
lrwxrwxrwx 1 root root 28 Mar 31 16:29 initrd.img -> initrd.img-6.11.0-21-generic
-rw-r--r-- 1 root root 68099625 Mar 22 16:05 initrd.img-5.14.0-1051-oem
-rw-r--r-- 1 root root 74757550 Mar 31 16:30 initrd.img-6.11.0-21-generic
-rw-r--r-- 1 root root 73741181 Mar 31 16:29 initrd.img-6.8.0-57-generic
lrwxrwxrwx 1 root root 27 Mar 31 16:37 initrd.img.old -> initrd.img-6.8.0-57-generic
-rw-r--r-- 1 root root 142796 Apr 8 2024 memtest86+ia32.bin
-rw-r--r-- 1 root root 143872 Apr 8 2024 memtest86+ia32.efi
-rw-r--r-- 1 root root 147744 Apr 8 2024 memtest86+x64.bin
-rw-r--r-- 1 root root 148992 Apr 8 2024 memtest86+x64.efi
-rw------- 1 root root 5972498 Aug 25 2022 System.map-5.14.0-1051-oem
-rw------- 1 root root 9427299 Feb 24 07:23 System.map-6.11.0-21-generic
-rw------- 1 root root 9081735 Mar 14 10:48 System.map-6.8.0-57-generic
lrwxrwxrwx 1 root root 25 Mar 31 16:29 vmlinuz -> vmlinuz-6.11.0-21-generic
-rw------- 1 root root 8933856 Aug 25 2022 vmlinuz-5.14.0-1051-oem
-rw------- 1 root root 15350152 Mar 6 03:04 vmlinuz-6.11.0-21-generic
-rw------- 1 root root 14989704 Mar 15 05:43 vmlinuz-6.8.0-57-generic
lrwxrwxrwx 1 root root 24 Mar 31 16:29 vmlinuz.old -> vmlinuz-6.8.0-57-generic
Also note that /boot also contains a vmlinuz-5.14.0-1051-oem kernel. I think that this is the kernel that my machine originally came with.
Now look at the results of the following two commands:
or Ubuntu) 2.34) #58-Ubuntu SMP Fri Aug 26 05:50:00 UTC 2022
So despite /boot/initrd.img and /boot/vmlinuz pointing to the 6.11 kernel, and with every 'apt update/upgrade' nicely updating things to the latest, my machine, when booting, stubbornly keeps running that 2022 5.14.0-1051-oem kernel.
My questions:
--What causes my system to 'revert' to the 5.14.0-1051-oem kernel even if /boot/initrd.img and /boot/vmlinuz point to the 6.11 kernel?
--How can I fix this? (or should I even fix this?)
Thanks for helping!!
Rene
I like to believe that I am running Ubuntu 24.10. Every few days I run an 'apt update / upgrade'. Below is the content of my /boot folder. Notice how initrd.img and vmlinuz point to the 6.11 kernel.
rw-r--r-- 1 root root 259368 Aug 25 2022 config-5.14.0-1051-oemls -ls /boot
-rw-r--r-- 1 root root 292033 Feb 24 07:23 config-6.11.0-21-generic
-rw-r--r-- 1 root root 287562 Mar 14 10:48 config-6.8.0-57-generic
drwx------ 5 root root 4096 Dec 31 1969 efi
drwxr-xr-x 5 root root 4096 Mar 31 16:38 grub
lrwxrwxrwx 1 root root 28 Mar 31 16:29 initrd.img -> initrd.img-6.11.0-21-generic
-rw-r--r-- 1 root root 68099625 Mar 22 16:05 initrd.img-5.14.0-1051-oem
-rw-r--r-- 1 root root 74757550 Mar 31 16:30 initrd.img-6.11.0-21-generic
-rw-r--r-- 1 root root 73741181 Mar 31 16:29 initrd.img-6.8.0-57-generic
lrwxrwxrwx 1 root root 27 Mar 31 16:37 initrd.img.old -> initrd.img-6.8.0-57-generic
-rw-r--r-- 1 root root 142796 Apr 8 2024 memtest86+ia32.bin
-rw-r--r-- 1 root root 143872 Apr 8 2024 memtest86+ia32.efi
-rw-r--r-- 1 root root 147744 Apr 8 2024 memtest86+x64.bin
-rw-r--r-- 1 root root 148992 Apr 8 2024 memtest86+x64.efi
-rw------- 1 root root 5972498 Aug 25 2022 System.map-5.14.0-1051-oem
-rw------- 1 root root 9427299 Feb 24 07:23 System.map-6.11.0-21-generic
-rw------- 1 root root 9081735 Mar 14 10:48 System.map-6.8.0-57-generic
lrwxrwxrwx 1 root root 25 Mar 31 16:29 vmlinuz -> vmlinuz-6.11.0-21-generic
-rw------- 1 root root 8933856 Aug 25 2022 vmlinuz-5.14.0-1051-oem
-rw------- 1 root root 15350152 Mar 6 03:04 vmlinuz-6.11.0-21-generic
-rw------- 1 root root 14989704 Mar 15 05:43 vmlinuz-6.8.0-57-generic
lrwxrwxrwx 1 root root 24 Mar 31 16:29 vmlinuz.old -> vmlinuz-6.8.0-57-generic
Also note that /boot also contains a vmlinuz-5.14.0-1051-oem kernel. I think that this is the kernel that my machine originally came with.
Now look at the results of the following two commands:
linux rr-home 5.14.0-1051-oem #58-Ubuntu SMP Fri Aug 26 05:50:00 UTC 2022 x86_64 x86_64 x86_64 GNU/Linuxuname -a
Linux version 5.14.0-1051-oem (buildd@lcy02-amd64-080) (gcc (Ubuntu 9.4.0-1ubuntu1~20.04.1) 9.4.0, GNU ld (GNU Binutils fmore /proc/version
or Ubuntu) 2.34) #58-Ubuntu SMP Fri Aug 26 05:50:00 UTC 2022
So despite /boot/initrd.img and /boot/vmlinuz pointing to the 6.11 kernel, and with every 'apt update/upgrade' nicely updating things to the latest, my machine, when booting, stubbornly keeps running that 2022 5.14.0-1051-oem kernel.
My questions:
--What causes my system to 'revert' to the 5.14.0-1051-oem kernel even if /boot/initrd.img and /boot/vmlinuz point to the 6.11 kernel?
--How can I fix this? (or should I even fix this?)
Thanks for helping!!
Rene

