OK, I see your point, Actually, I should boot on the 4th item! How can I manage this order? menuentry 'Fedora Linux 36 (Workstation Edition) (on /dev/sda6)' --class gnu-linux --class gnu --class os $menuentry_id_option 'osprober-gnulinux-/boot/vmlinuz-5.18.13-200.fc36.x86_64--a5b809ae-61c2-4d67-b0f3-109e99faad39' { 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-5.18.13-200.fc36.x86_64 root=/dev/sda6 initrd /boot/initramfs-5.18.13-200.fc36.x86_64.img } =========================================================================== Patrick DUPRÉ | | email: pdupre@xxxxxxx Laboratoire interdisciplinaire Carnot de Bourgogne 9 Avenue Alain Savary, BP 47870, 21078 DIJON Cedex FRANCE Tel: +33 (0)380395988 | | Room# D114A =========================================================================== > Sent: Wednesday, July 27, 2022 at 3:59 PM > From: "Go Canes" <letsgonhlcanes0@xxxxxxxxx> > To: "Community support for Fedora users" <users@xxxxxxxxxxxxxxxxxxxxxxx> > Subject: Re: uname -a > > 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 > _______________________________________________ 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