[Bug 212258] bootpool is not imported after reboot on a MBR partitioned drive

bugzilla-noreply at freebsd.org bugzilla-noreply at freebsd.org
Wed Aug 23 07:53:57 UTC 2017


https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=212258

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

From:
https://github.com/freebsd/freebsd/blob/stable/11/usr.sbin/bsdinstall/scripts/zfsboot

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

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=1

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

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


More information about the freebsd-bugs mailing list