From owner-freebsd-current@freebsd.org Thu Jul 5 17:20:32 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 2A962103F77C for ; Thu, 5 Jul 2018 17:20:32 +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 A89818A9EF; Thu, 5 Jul 2018 17:20:31 +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 w65HKTTn048659; Thu, 5 Jul 2018 10:20:29 -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 w65HKTe4048658; Thu, 5 Jul 2018 10:20:29 -0700 (PDT) (envelope-from freebsd-rwg) From: "Rodney W. Grimes" Message-Id: <201807051720.w65HKTe4048658@pdx.rh.CN85.dnsmgr.net> Subject: Re: Unable to UEFI boot 11.2 ISO (latest 12.0 as well) In-Reply-To: To: Linus Sundqvist Date: Thu, 5 Jul 2018 10:20:29 -0700 (PDT) CC: Toomas Soome , 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: Thu, 05 Jul 2018 17:20:32 -0000 > Here's the output, variable 'currdev' not found: > https://imgur.com/LlBygfr Hum, currdev didnt get set, but I see the loaddevice looks to be cd1: Toomas is right, we have an edge case here that is failing to set currdev properly. > > And to answer Rodneys question from before, this is the emulated CD drive from a Dell iDRAC (remote console thingy). Thanks, that helps. I'll try to duplicate this failure mode since I have Dells, IIRC this virtual emulated CD drive shows up as a USB device. > Med v?nlig h?lsning/Best Regards > Linus Sundqvist > System Engineer, Loopia AB > > On 05/07/18 09:17, Toomas Soome wrote: > > Could you check, show currdev from OK prompt before setting it. > > > > Somehow the boot device path is shown but we fail to recognize it (as seen by error message). However, the lsdev -v does show the path, so the efipart.c seems to do its work correctly. I feel, there should be some corner case in efi/loader/main.c where we detect the boot device. > > > > Rgds, > > Toomas > > > > Sent from my iPhone > > > >> On 5 Jul 2018, at 09:32, Linus Sundqvist wrote: > >> > >> Running these commands makes the boot menu show up, and then takes me to the BSD installer! Good, so there is a work around.... > >> Med v?nlig h?lsning/Best Regards > >> Linus Sundqvist > >> System Engineer, Loopia AB > >> > >>> On 04/07/18 16:50, Toomas Soome wrote: > >>> set currdev=cd1: > >>> include /boot/loader.rc > >>> > >>> This should give menu/boot. > >>> > >>> Rgds, > >>> Toomas > >>> > >>> Sent from my iPhone > >>> > >>>> On 4 Jul 2018, at 16:25, Linus Sundqvist wrote: > >>>> > >>>> Hi, > >>>> > >>>> Sure, while using the 12.0 ISO here is lsdev -v and ls cd0: > >>>> https://imgur.com/RmYpg7u > >>>> > >>>> and here is ls cd1: > >>>> https://imgur.com/FPsixOw > >>>> > >>>> Med v?nlig h?lsning/Best Regards > >>>> Linus Sundqvist > >>>> System Engineer, Loopia AB > >>>> > >>>>> On 04/07/18 15:08, Toomas Soome wrote: > >>>>> Can you post lsdev -v output? > >>>>> > >>>>> Also, could you try ls command? Like, ls cd0: > >>>>> > >>>>> Rgds, > >>>>> Toomas > >>>>> > >>>>> Sent from my iPhone > >>>>> > >>>>>> On 4 Jul 2018, at 12:28, Linus Sundqvist wrote: > >>>>>> > >>>>>> 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. > >>>>>> > >>>>>> 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. > >>>>>> > >>>>>> 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 > >>>>>> > >>>>>> -- > >>>>>> Med v?nlig h?lsning/Best Regards > >>>>>> Linus Sundqvist > >>>>>> System Engineer, Loopia AB > >>>>>> > >>>>> _______________________________________________ > >>>>> freebsd-current@freebsd.org mailing list > >>>>> https://lists.freebsd.org/mailman/listinfo/freebsd-current > >>>>> To unsubscribe, send any mail to "freebsd-current-unsubscribe@freebsd.org" > >>>>> > >>>> > >>> _______________________________________________ > >>> freebsd-current@freebsd.org mailing list > >>> https://lists.freebsd.org/mailman/listinfo/freebsd-current > >>> To unsubscribe, send any mail to "freebsd-current-unsubscribe@freebsd.org" > >>> > >> > > _______________________________________________ > > freebsd-current@freebsd.org mailing list > > https://lists.freebsd.org/mailman/listinfo/freebsd-current > > To unsubscribe, send any mail to "freebsd-current-unsubscribe@freebsd.org" > > > -- End of PGP section, PGP failed! -- Rod Grimes rgrimes@freebsd.org