https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=207269

--- Comment #1 from Steven Hartland <s...@freebsd.org> ---
The boot1.efi load does have a preferred boot device, which is the device that
boot1.efi was loaded from, assuming that device is a valid boot device i.e. its
UFS or ZFS with a /boot/loader.efi present.

If this fails it will search the other devices present.

Do you see * or + during boot1.efi processing?

* represents a preferred device and + represents a non-preferred device.

If its not booting from the device boot1.efi and it is a valid device then
please recompile and install boot1.efi with -DEFI_DEBUG set e.g.
cd /usr/src
make buildenv -DEFI_DEBUG
cd sys/boot/efi/boot1
make && make install

When you boot with this it provide significant information on the state it
sees, which should identify the issue.

-- 
You are receiving this mail because:
You are the assignee for the bug.
_______________________________________________
freebsd-bugs@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-bugs
To unsubscribe, send any mail to "freebsd-bugs-unsubscr...@freebsd.org"

Reply via email to