https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=207269
--- Comment #1 from Steven Hartland <[email protected]> --- 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 on the CC list for the bug. _______________________________________________ [email protected] mailing list https://lists.freebsd.org/mailman/listinfo/freebsd-amd64 To unsubscribe, send any mail to "[email protected]"
