Date: Wed, 12 May 2021 20:02:44 +0000 From: bugzilla-noreply@freebsd.org To: bugs@FreeBSD.org Subject: [Bug 255824] Unattended install with UEFI and ZFS fails Message-ID: <bug-255824-227-kUliwYyex4@https.bugs.freebsd.org/bugzilla/> In-Reply-To: <bug-255824-227@https.bugs.freebsd.org/bugzilla/>
index | next in thread | previous in thread | raw e-mail
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=255824 --- Comment #1 from Mark Huizer <xaa+fbsdbug@dohd.org> --- 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.help
Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-255824-227-kUliwYyex4>
