Excerpts from Martin Ivanov's message of March 23, 2020 9:15 pm: > Hello Aaron, > > Yes, my ESP should be in /EFIBOOT, because during the manual > installation I mounted the root partition on /mnt and then did > > mkdir -p /mnt/EFI/BOOT > > mount_msdos /dev/nvme0s0 /mnt/EFI/BOOT > > before installing the rEFInd files into /mnt/EFI/BOOT. I doubled checked > by booting into the DragonFly installed on the laptop (of course through > the rEFInd in the ESP of the external hard drive) and issuing: > > mount_msdos /dev/nvme0s0 /mnt/EFI/BOOT > > ls /mnt/EFI/BOOT provides exactly what it should, namely the > bootx64*.efi files, icons as well as rEFInd drivers and tools.
Well, I think you're getting this wrong. The 'bootx64.efi' should be '/EFI/boot/bootx64.efi' on ESP; so please try: $ mount_msdos /dev/nvme0s0 /mnt $ mkdir /mnt/EFI/BOOT $ cp refind_x64.efi /mnt/EFI/BOOT/bootx64.efi Cheers, Aaron
