[Bug 220105] boot1.efi does not detect ZFS pools on whole disks

bugzilla-noreply at freebsd.org bugzilla-noreply at freebsd.org
Sun Jun 18 15:15:34 UTC 2017


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

--- Comment #1 from Kevin Allix <kallix at kallix.net> ---
Apparently, devices without logical partitions are not even probed with
(ufs|zfs)_module.c

in boot1.c, line 492: 
if (!blkio->Media->LogicalPartition)
    return (EFI_UNSUPPORTED);

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


More information about the freebsd-bugs mailing list