Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 15 Aug 2018 21:06:17 +0000
From:      bugzilla-noreply@freebsd.org
To:        bugs@FreeBSD.org
Subject:   [Bug 230090] FreeBSD 12-CURRENT r336739 on Asus H87M-E: UEFI Loader stays stuck at BootOrder line with ZFS on Root
Message-ID:  <bug-230090-227-Ksbj9tXyum@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-230090-227@https.bugs.freebsd.org/bugzilla/>
References:  <bug-230090-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=3D230090

Robert Zelaya <rob@theseusnetworking.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |rob@theseusnetworking.com

--- Comment #1 from Robert Zelaya <rob@theseusnetworking.com> ---
ISSUE:

I am having the same issue on FreeBSD 12-CURRENT amd64 20180726 r336739 efi=
 zfs
root and a ASUS H87I-PLUS motherboard. After I install FreeBSD I get stuck =
at
the BootOrder line. I have also found that Refind can not boot FreeBSD
boot1.efi. The only way it fix the boot issue is to use efibootmgr on linux.

FreeBSD should write to the bios boot manager after installation.

FIX:

Boot a Linux Live CD distro that has efibootmgr. Issue this command.
"sudo efibootmgr -c -d /dev/sda -p 1 -L FreeBSD -l /EFI/FreeBSD/boot1.efi"
Where "-d /dev/sda" is your boot disk, "-p 1" is the EFI partion number, -L=
 is
the uefi label name and -l is the path to boot1.efi. You may have to change=
 the
uefi boot order in the bios as an extra step.

--=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-230090-227-Ksbj9tXyum>