Hi there, On Thu, Jun 4, 2026 at 2:39 PM Philippe Delavalade < [email protected]> wrote:
BootCurrent: 0001 > Timeout: 1 seconds > BootOrder: 0001 > Boot0001* UEFI: HL-DT-ST BD-RE BH16NS55 > PciRoot(0x0)/Pci(0x17,0x0)/Sata(1,65535,0)/CDROM(1,0x97b40,0x1f810)0000424f > > This seems odd because just one entry and nothing about arch. This confirm that the grub command didn't create the efi boot entry, only cdrom boot is there. It looks like the grub command didn't generate the EFI boot entry, leaving only the CD-ROM option. Please provide a listing of the boot directory you're using as the ESP from your last command." I tried your command and now : > # efibootmgr > BootCurrent: 0001 > Timeout: 1 seconds > BootOrder: 0000,0001 > Boot0000* GRUB > HD(5,GPT,0b4073bc-9908-4b05-96be-d00f0ab82b9c,0x12c00000,0x200000)/\EFI\GRUB\grubx64.efi > Boot0001* UEFI: HL-DT-ST BD-RE BH16NS55 > PciRoot(0x0)/Pci(0x17,0x0)/Sata(1,65535,0)/CDROM(1,0x97b40,0x1f810)0000424f > > Now two entries but I don't understand the line about Boot0000 This entry instructs your motherboard's UEFI firmware to look for a specific EFI application (grubx64.efi) located inside the /EFI/GRUB/ directory on partition 5 of your hard drive. Since you are creating the entry now, we must verify the path \EFI\GRUB\grubx64.efi is the correct one. Has been ages I'm no use and deal with grub, so I'm assuming this is the one you are using as the ESP, based on your previous command. Could you please share the contents of the boot directory? ``` findmnt /boot ls -lR /boot ``` Here is the link to the Arch Wiki section describing this process, just for reference: https://wiki.archlinux.org/title/GRUB#Create_a_GRUB_entry_in_the_firmware_boot_manager Best, /m
