https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=255824
--- Comment #1 from Mark Huizer <[email protected]> --- What I did to get it working is edit /usr/libexec/bsdinstall/script on my install medium (coming from NFS, so very convenient): near line 113 : if [ "$ZFSBOOT_DISKS"] ; then bsdinstall zfsboot bsdinstall mount .... near 169: bsdinstall entropy if [ "$ZFSBOOT_DISKS"]; then bsdinstall umount zpool export $ZFSBOOT_POOL_NAME ... This is not a real patch. I have to recreate my install environment from the ISO, and it should contain something like " if [ "$ZFSBOOT_BOOT_TYPE" = "UEFI" -o "$ZFSBOOT_BOOT_TYPE" = "BOOT+UEFI" ]; then ... fi", but I'll see what I can do -- You are receiving this mail because: You are the assignee for the bug. _______________________________________________ [email protected] mailing list https://lists.freebsd.org/mailman/listinfo/freebsd-bugs To unsubscribe, send any mail to "[email protected]"
