Greetings all,
I have a UEFI partition with /boot/loader.efi installed on /dev/da0. The machine finds the "FreeBSD/amd64 EFI loader. Revision 1.1" and sets a "Load Path: \EFI\BOOT\BOOTX64.EFI."
According to gptzfsboot(8):
the machine reports: "No bootable path found" and reboots.
Is a different /dev not considered a "partition"? Any ides?
Kindest regards,
M
I have a UEFI partition with /boot/loader.efi installed on /dev/da0. The machine finds the "FreeBSD/amd64 EFI loader. Revision 1.1" and sets a "Load Path: \EFI\BOOT\BOOTX64.EFI."
According to gptzfsboot(8):
Despite /dev/nvd0 containing /freebsd-zfs:2.loader.efi searches partitions of type freebsd-ufs and
freebsd-zfs for loader.efi. The search begins with partitions
on the device from which loader.efi was loaded, and continues
with other available partitions. If both freebsd-ufs and
freebsd-zfs partitions exist on the same device the
freebsd-zfs partition is preferred.
Code:
# gpart show nvd0
=> 40 4883970088 nvd0 GPT (233G)
40 41169608 -free- (201M)
41169608 8388608 2 freebsd-swap (4.0G)
8388608 47959654 3 freebsf-zfs (229G)
the machine reports: "No bootable path found" and reboots.
Is a different /dev not considered a "partition"? Any ides?
Kindest regards,
M