Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 18 Jun 2017 15:15:34 +0000
From:      bugzilla-noreply@freebsd.org
To:        freebsd-bugs@FreeBSD.org
Subject:   [Bug 220105] boot1.efi does not detect ZFS pools on whole disks
Message-ID:  <bug-220105-8-6simRWX5pv@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-220105-8@https.bugs.freebsd.org/bugzilla/>
References:  <bug-220105-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=3D220105

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

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

--=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-220105-8-6simRWX5pv>