Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 10 Sep 2020 09:35:58 +0000
From:      bugzilla-noreply@freebsd.org
To:        bugs@FreeBSD.org
Subject:   [Bug 249045] Loader still gets confused with a CD-ROM and prevents booing from fixed disk.
Message-ID:  <bug-249045-227-TnM7vT1Yw0@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-249045-227@https.bugs.freebsd.org/bugzilla/>
References:  <bug-249045-227@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=3D249045

Toomas Soome <tsoome@freebsd.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |tsoome@freebsd.org

--- Comment #4 from Toomas Soome <tsoome@freebsd.org> ---
(In reply to rallenh from comment #1)

My first idea is that on this system the device handles and corresponding
device paths are not properly sorted; The problem with UEFI is, we only can
access devices by handles, and we only do get list of handles. From this li=
st,
we are attempting to identify devices like disks and partitions, and if this
identification will go wrong and we assign wrong handle to device, we obvio=
usly
can not access the data...=20

Could you post output from: lsdev -v

I guess we would need to build loader.efi with debug code to be able to ext=
ract
information about device paths and to see what goes wrong there. The confus=
ing
part is the fact that it does not go wrong while booting from CD, but both
cases are using the same loader.efi.

--=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-249045-227-TnM7vT1Yw0>