From owner-freebsd-current@freebsd.org Wed Jul 4 14:36:01 2018 Return-Path: Delivered-To: freebsd-current@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 56095103CF9A for ; Wed, 4 Jul 2018 14:36:01 +0000 (UTC) (envelope-from freebsd-rwg@pdx.rh.CN85.dnsmgr.net) Received: from pdx.rh.CN85.dnsmgr.net (br1.CN84in.dnsmgr.net [69.59.192.140]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id CAF987FD3D; Wed, 4 Jul 2018 14:36:00 +0000 (UTC) (envelope-from freebsd-rwg@pdx.rh.CN85.dnsmgr.net) Received: from pdx.rh.CN85.dnsmgr.net (localhost [127.0.0.1]) by pdx.rh.CN85.dnsmgr.net (8.13.3/8.13.3) with ESMTP id w64EZwrx043296; Wed, 4 Jul 2018 07:35:58 -0700 (PDT) (envelope-from freebsd-rwg@pdx.rh.CN85.dnsmgr.net) Received: (from freebsd-rwg@localhost) by pdx.rh.CN85.dnsmgr.net (8.13.3/8.13.3/Submit) id w64EZwIn043295; Wed, 4 Jul 2018 07:35:58 -0700 (PDT) (envelope-from freebsd-rwg) From: "Rodney W. Grimes" Message-Id: <201807041435.w64EZwIn043295@pdx.rh.CN85.dnsmgr.net> Subject: Re: Unable to UEFI boot 11.2 ISO (latest 12.0 as well) In-Reply-To: <86482bdb-60bd-b573-1a98-e14928f4537e@loopia.se> To: Linus Sundqvist Date: Wed, 4 Jul 2018 07:35:58 -0700 (PDT) CC: freebsd-current@freebsd.org, imp@freebsd.org X-Mailer: ELM [version 2.4ME+ PL121h (25)] MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Content-Type: text/plain; charset=US-ASCII X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.27 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 04 Jul 2018 14:36:01 -0000 > Hi, > > I'm unable to boot up the amd64 11.2 disk1 ISO as well as the latest amd64 12.0 disk1 ISO (20180628) using UEFI on a Dell PowerEdge R430 by getting this error: > https://imgur.com/a/Idljfhm > > The bootonly ISOs seems to show the same error message. Are you booting from a USB thumb drive, an actual CD drive, or the emulated CD drive from a Dell DRAC? It appears that you have the boot media in cd1: not cd0:, I am not sure the code handles this well. > > Changing the server to boot via BIOS loads the setup correctly, however, I want to use UEFI on all our servers, which I have done before. > > The 11.1 ISO boots without any trouble at all using both UEFI and BIOS. Does it show you booted from cd1:? > > I was helped by koobs in #freebsd @ Freenode who asked me to send an e-mail this way and linking to these commits as a reference: > > https://reviews.freebsd.org/D13784 > https://svnweb.freebsd.org/base?view=revision&revision=332416 > > So far I've tried to UEFI boot the 11.2 ISO and 12.0 ISO with the following Dell PowerEdge models without success: > > R440 > R630 > R430 > FC430 > R330 > R620 > R420 > R610 Try the following at the OK prompt: OK load cd1:/boot/kernel/kernel OK boot -- Rod Grimes rgrimes@freebsd.org