Failed to load '/boot/loader.efi'

Rebecca Cran rebecca at bluestop.org
Mon Mar 4 06:28:10 UTC 2019


On 3/3/19 7:26 AM, Grzegorz Junka wrote:

>
>
> Can I somehow install the /boot/boot1.efifat manually to try to make 
> it working? I am installing FreeBSD 12 by partitioning disk manually 
> so bsdsysinstall doesn't run, and it seems there were some changes 
> around the EFI partition recently, e.g. support for 
> /efi/freebsd/loader.efi.


Can you try copying /boot/loader.efi into /mnt/efi/freebsd/loader.efi 
(after mounting the ESP on /mnt with e.g. `mount_msdosfs /dev/ada0p1 
/mnt`) and run the following command to set up the UEFI boot entry:


efibootmgr -c -a -L FreeBSD -l /mnt/efi/freebsd/loader.efi

Then, reboot and bring up the BIOS boot selection menu (often F8, or 
sometimes F11) and select the FreeBSD entry.


-- 

Rebecca Cran



More information about the freebsd-questions mailing list