i have an new Ubuntu 20.04.3 Desktop installation and i want to switch from the default HWE kernel to the GA kernel. I had aleready installed the GA kernel and the symlinks inside the boot folder are pointing to the correct 5.4 (GA) kernel.
root@linux-virtual-machine:/boot# ls -la
total 203772
drwxr-xr-x 5 root root 17 Jan 19 11:50 .
drwxr-xr-x 19 root root 25 Jan 18 22:29 ..
-rw-r--r-- 1 root root 257683 Jan 14 00:11 config-5.13.0-27-generic
-rw-r--r-- 1 root root 237940 Jan 12 16:16 config-5.4.0-96-generic
drwxr-xr-x 4 root root 4096 Jan 1 1970 efi
drwxr-xr-x 4 root root 4096 Jan 1 1970 efi2
drwxr-xr-x 4 root root 4096 Jan 18 23:13 grub
lrwxrwxrwx 1 root root 27 Jan 19 08:04 initrd.img -> initrd.img-5.4.0-96-generic
-rw-r--r-- 1 root root 98888269 Jan 18 22:38 initrd.img-5.13.0-27-generic
-rw-r--r-- 1 root root 84663617 Jan 19 08:04 initrd.img-5.4.0-96-generic
lrwxrwxrwx 1 root root 28 Jan 19 11:50 initrd.img.old -> initrd.img-5.13.0-27-generic
-rw------- 1 root root 5958177 Jan 14 00:11 System.map-5.13.0-27-generic
-rw------- 1 root root 4756293 Jan 12 16:16 System.map-5.4.0-96-generic
lrwxrwxrwx 1 root root 24 Jan 19 08:04 vmlinuz -> vmlinuz-5.4.0-96-generic
-rw------- 1 root root 10161824 Jan 14 00:50 vmlinuz-5.13.0-27-generic
-rw------- 1 root root 13656320 Jan 12 17:22 vmlinuz-5.4.0-96-generic
lrwxrwxrwx 1 root root 25 Jan 19 11:50 vmlinuz.old -> vmlinuz-5.13.0-27-generic
I tried to execute.
update-grub
But Grub is still loading the 5.13 kernel per default and is not listing the 5.4 kernel but the deinstalled 5.11 kernel.
Grub --> advanced
Any ideas how to solve this issue?
Best regards!