Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 17 Feb 2016 16:24:53 +0000
From:      bugzilla-noreply@freebsd.org
To:        freebsd-bugs@FreeBSD.org
Subject:   [Bug 207269] boot1.efi loading wrong system
Message-ID:  <bug-207269-8-iR3TiNJifW@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-207269-8@https.bugs.freebsd.org/bugzilla/>
References:  <bug-207269-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=3D207269

--- Comment #1 from Steven Hartland <smh@FreeBSD.org> ---
The boot1.efi load does have a preferred boot device, which is the device t=
hat
boot1.efi was loaded from, assuming that device is a valid boot device i.e.=
 its
UFS or ZFS with a /boot/loader.efi present.

If this fails it will search the other devices present.

Do you see * or + during boot1.efi processing?

* represents a preferred device and + represents a non-preferred device.

If its not booting from the device boot1.efi and it is a valid device then
please recompile and install boot1.efi with -DEFI_DEBUG set e.g.
cd /usr/src
make buildenv -DEFI_DEBUG
cd sys/boot/efi/boot1
make && make install

When you boot with this it provide significant information on the state it
sees, which should identify the issue.

--=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-207269-8-iR3TiNJifW>