Hi Matteo and thans for your answers. Le jeudi 04 juin à 11:32, Matteo Piccinini a écrit : > Is /boot is configured as a UEFI partition, something as follows: > > ``` > $ mount | grep boot > /dev/nvme0n1p1 on /boot type vfat > (rw,relatime,fmask=0022,dmask=0022,codepage=437,iocharset=ascii,shortname=mixed,utf8,errors=remount-ro)
/dev/nvme0n1p5 on /boot type vfat (rw,relatime,fmask=0022,dmask=0022,codepage=437,iocharset=ascii,shortname=mixed,utf8,errors=remount-ro) > $ sudo parted /dev/nvme0n1 print 5 161GB 162GB 1074MB fat32 efi boot, esp > Confirm the existence of the GRUB UEFI boot entry by running efibootmgr: > > ``` > $ efibootmgr > ``` 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. > If the entry is missing, you can create one using a command like the > following: > > ``` > efibootmgr -c -d /dev/nvme0n1 -p 5 -L GRUB -l '\EFI\GRUB\grubx64.efi' > ``` 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 After doing this, I rebooted but nothing changed. Being blind and having nobody sighted beside me at the moment, I can't say what is displayed on the screen. Braille only works after the system is charged. Regards. -- Philippe
