On Wed, Jul 27, 2022 at 8:21 AM Patrick Dupre <pdupre@xxxxxxx> wrote: > [...] > menuentry 'Fedora Linux 36 (Workstation Edition) (on /dev/sda6)' --class gnu-linux --class gnu --class os $menuentry_id_option 'osprober-gnulinux-/boot/vmlinuz-0-rescue-03f1745f56634738ac83375619d247ec--a5b809ae-61c2-4d67-b0f3-109e99faad39' { Note that the text t display says "Fedora Linux 36", but then the vmlinuz appears to be a "rescue" vmlinuz. > insmod part_gpt > insmod ext2 > set root='hd0,gpt6' > if [ x$feature_platform_search_hint = xy ]; then > search --no-floppy --fs-uuid --set=root --hint-bios=hd0,gpt6 --hint-efi=hd0,gpt6 --hint-baremetal=ahci0,gpt6 a5b809ae-61c2-4d67-b0f3-109e99faad39 > else > search --no-floppy --fs-uuid --set=root a5b809ae-61c2-4d67-b0f3-109e99faad39 > fi > linux /boot/vmlinuz-0-rescue-03f1745f56634738ac83375619d247ec root=/dev/sda6 > initrd /boot/initramfs-0-rescue-03f1745f56634738ac83375619d247ec.img Again - note that the vmlinuz and initramfs are claiming to be "rescue". > } > [...] > It really loads fc36 on /sda6 It loads the *files* from sda6 as it has been instructed to do, assuming hd0,gpt6 maps to sda6. > [...] > uname -a > Linux localhost.localdomain 5.17.12-100.fc34.x86_64 #1 SMP PREEMPT Mon May 30 17:47:02 UTC 2022 x86_64 x86_64 x86_64 GNU/Linux So it *really* loads the 5.17.12-100 kernel from Fedora 34 - not fc36. I'm hardly a grub expert, but it looks to me like your boot entry has been modified in a manner to cause confusion - either the menu text for the rescue kernel has been modified, or somehow you have a rescue kernel attached to the "normal" Fedora 36 menu entry. _______________________________________________ users mailing list -- users@xxxxxxxxxxxxxxxxxxxxxxx To unsubscribe send an email to users-leave@xxxxxxxxxxxxxxxxxxxxxxx Fedora Code of Conduct: https://docs.fedoraproject.org/en-US/project/code-of-conduct/ List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines List Archives: https://lists.fedoraproject.org/archives/list/users@xxxxxxxxxxxxxxxxxxxxxxx Do not reply to spam on the list, report it: https://pagure.io/fedora-infrastructure