> > On Tue, 4 Jun 2024 14:11:22 +0200, Patrick Dupre via users wrote: > > > > On Tue, 4 Jun 2024 13:11:03 +0200, Patrick Dupre via users wrote: > > > > > > > search --no-floppy --fs-uuid --set=root --hint-bios=hd0,gpt4 --hint-efi=hd0,gpt4 --hint-baremetal=ahci0,gpt4 0ab8c5a6-a344-48f8-afca-e6187c589cde > > > > else > > > > search --no-floppy --fs-uuid --set=root 0ab8c5a6-a344-48f8-afca-e6187c589cde > > > > > > > search --no-floppy --fs-uuid --set=boot --hint-bios=hd0,gpt3 --hint-efi=hd0,gpt3 --hint-baremetal=ahci0,gpt3 8131-80F4 > > > > else > > > > search --no-floppy --fs-uuid --set=boot 8131-80F4 > > > > > > What partitions do these two UUIDs refer to? > > > You can run e.g. blkid -U "0ab8c5a6-a344-48f8-afca-e6187c589cde" to find out. > > > Or run "blkid" and skim over the output. > > This is sda4 where Fedora 38 is installed (sda4) > > There are two entries! What about the second entry with UUID 8131-80F4? I guess that when I run grub2-mkconfig there was a UBS key what connected on the usb poer. I made some progresses, but not enough I mounted the Fedora 40 / and cp -a /mnt/fedrao40/boot/loader/entries/* /boot/loader/entries cat /boot/loader/entries/dcdc9ed7e87243ec91d6d876cf7c3384-6.8.9-100.fc38.x86_64.conf title Fedora Linux (6.8.11-300.fc40.x86_64) 40 (Forty) version 6.8.11-300.fc40.x86_64 linux /boot/vmlinuz-6.8.11-300.fc40.x86_64 initrd /boot/initramfs-6.8.11-300.fc40.x86_64.img options root=UUID=da1fb213-c138-4711-aba2-76a598506283 ro rd.md=0 rd.lvm=0 rd.dm=0 SYSFONT=True KEYTABLE=fr-latin9 rd.luks=0 LANG=en_US.UTF-8 grub_users $grub_users grub_arg --unrestricted grub_class fedora which seems fine Now, grub loader offers me to boot on Fedora Linux (6.8.11-300.fc40.x86_64) 40 (Forty) I checked the command, but I get ..... error file vmlinuz-6.8.11-300.fc40.x86_64 not found I do not understand, because every thing seems OK The file is at the right place as well as System.map-6.8.11-300.fc40.x86_64 initramfs-6.8.11-300.fc40.x86_64.img config-6.8.11-300.fc40.x86_64 symvers-6.8.11-300.fc40.x86_64.xz -> /lib/modules/6.8.11-300.fc40.x86_64/symvers.xz I also tried to replace the UUID by /dev/sdc3, but same result > -- > _______________________________________________ > 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, report it: https://pagure.io/fedora-infrastructure/new_issue > -- _______________________________________________ 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, report it: https://pagure.io/fedora-infrastructure/new_issue