From owner-freebsd-bugs@freebsd.org Wed Aug 15 21:06:19 2018 Return-Path: Delivered-To: freebsd-bugs@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 830001070B66 for ; Wed, 15 Aug 2018 21:06:19 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from mailman.ysv.freebsd.org (mailman.ysv.freebsd.org [IPv6:2001:1900:2254:206a::50:5]) by mx1.freebsd.org (Postfix) with ESMTP id 1C01C7BCDA for ; Wed, 15 Aug 2018 21:06:19 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: by mailman.ysv.freebsd.org (Postfix) id D44761070B65; Wed, 15 Aug 2018 21:06:18 +0000 (UTC) Delivered-To: bugs@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id C30101070B64 for ; Wed, 15 Aug 2018 21:06:18 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from mxrelay.ysv.freebsd.org (mxrelay.ysv.freebsd.org [IPv6:2001:1900:2254:206a::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.ysv.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 52D9F7BCD9 for ; Wed, 15 Aug 2018 21:06:18 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2001:1900:2254:206a::16:76]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.ysv.freebsd.org (Postfix) with ESMTPS id A8A978E5B for ; Wed, 15 Aug 2018 21:06:17 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from kenobi.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.15.2/8.15.2) with ESMTP id w7FL6H0A028797 for ; Wed, 15 Aug 2018 21:06:17 GMT (envelope-from bugzilla-noreply@freebsd.org) Received: (from www@localhost) by kenobi.freebsd.org (8.15.2/8.15.2/Submit) id w7FL6HH6028790 for bugs@FreeBSD.org; Wed, 15 Aug 2018 21:06:17 GMT (envelope-from bugzilla-noreply@freebsd.org) X-Authentication-Warning: kenobi.freebsd.org: www set sender to bugzilla-noreply@freebsd.org using -f 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 Date: Wed, 15 Aug 2018 21:06:17 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Base System X-Bugzilla-Component: misc X-Bugzilla-Version: CURRENT X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Only Me X-Bugzilla-Who: rob@theseusnetworking.com X-Bugzilla-Status: New X-Bugzilla-Resolution: X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: bugs@FreeBSD.org X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: cc Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.27 Precedence: list List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 15 Aug 2018 21:06:19 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D230090 Robert Zelaya changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |rob@theseusnetworking.com --- Comment #1 from Robert Zelaya --- 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.=