Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 23 Aug 2017 07:53:57 +0000
From:      bugzilla-noreply@freebsd.org
To:        freebsd-bugs@FreeBSD.org
Subject:   [Bug 212258] bootpool is not imported after reboot on a MBR partitioned drive
Message-ID:  <bug-212258-8-ATUdHIxRUW@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-212258-8@https.bugs.freebsd.org/bugzilla/>
References:  <bug-212258-8@https.bugs.freebsd.org/bugzilla/>

next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D212258

--- Comment #11 from execve@gmail.com ---
And from brief checking looks to me that it clearly doesnt have anything to=
 do
with encryption.=20

From:
https://github.com/freebsd/freebsd/blob/stable/11/usr.sbin/bsdinstall/scrip=
ts/zfsboot

lines:83
#
# Create a separate boot pool?
# NB: Automatically set when using geli(8) or MBR
#
: ${ZFSBOOT_BOOT_POOL=3D}

And line: 975 in the MBR selection case:
#
                # Always prepare a boot pool on MBR
                # Do not align this partition, there must not be a gap
                #
                ZFSBOOT_BOOT_POOL=3D1

So seems that bootpool is created in the MBR case irrespective of the
encryption. But I need to help dig some more.

--=20
You are receiving this mail because:
You are the assignee for the bug.=



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-212258-8-ATUdHIxRUW>