From owner-freebsd-stable@freebsd.org Thu Nov 7 19:53:45 2019 Return-Path: Delivered-To: freebsd-stable@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 3601D1BF043 for ; Thu, 7 Nov 2019 19:53:45 +0000 (UTC) (envelope-from cross@distal.com) Received: from hydra.pix.net (hydra.pix.net [IPv6:2001:470:e254:11::4]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mail.pix.net", Issuer "Pix.Com Technologies LLC CA" (not verified)) by mx1.freebsd.org (Postfix) with ESMTPS id 478Dc74y9Tz4F8m; Thu, 7 Nov 2019 19:53:43 +0000 (UTC) (envelope-from cross@distal.com) Received: from mail.distal.com (mail.distal.com [IPv6:2001:470:e24c:200:0:0:0:ae25]) (authenticated bits=0) by hydra.pix.net (8.15.2/8.15.2) with ESMTPSA id xA7JrRQ4052511 (version=TLSv1.2 cipher=ECDHE-RSA-AES256-GCM-SHA384 bits=256 verify=FAIL); Thu, 7 Nov 2019 14:53:35 -0500 (EST) (envelope-from cross@distal.com) Received: from westeros.distal.com (localhost [IPv6:0:0:0:0:0:0:0:1]) by mail.distal.com (8.15.2/8.15.2) with ESMTPS id xA7JrPXm022206 (version=TLSv1.2 cipher=DHE-RSA-AES256-GCM-SHA384 bits=256 verify=NO); Thu, 7 Nov 2019 14:53:26 -0500 (EST) (envelope-from cross@westeros.distal.com) Received: (from cross@localhost) by westeros.distal.com (8.15.2/8.15.2/Submit) id xA7JrPSa022205; Thu, 7 Nov 2019 14:53:25 -0500 (EST) (envelope-from cross) Date: Thu, 7 Nov 2019 14:53:25 -0500 From: Chris Ross To: George Michaelson Cc: Julian Elischer , FreeBSD-STABLE Mailing List Subject: Re: UEFI ISO boot not working in 12.1 ? Message-ID: <20191107195325.GO1177@westeros.distal.com> References: <20191106191711.GK1177@westeros.distal.com> <20191106210256.GL1177@westeros.distal.com> <1db62ff2-e7df-5bef-7c6d-424f4367370a@freebsd.org> <24bd3c37-e834-9599-acd9-2f4966916eae@freebsd.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.10.0 (2018-05-17) X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-4.6.2 (mail.distal.com [IPv6:::1]); Thu, 07 Nov 2019 14:53:26 -0500 (EST) X-Rspamd-Queue-Id: 478Dc74y9Tz4F8m X-Spamd-Bar: --- Authentication-Results: mx1.freebsd.org; dkim=none; dmarc=none; spf=pass (mx1.freebsd.org: domain of cross@distal.com designates 2001:470:e254:11::4 as permitted sender) smtp.mailfrom=cross@distal.com X-Spamd-Result: default: False [-3.65 / 15.00]; ARC_NA(0.00)[]; RCVD_VIA_SMTP_AUTH(0.00)[]; NEURAL_HAM_MEDIUM(-1.00)[-1.000,0]; FROM_HAS_DN(0.00)[]; RCPT_COUNT_THREE(0.00)[3]; R_SPF_ALLOW(-0.20)[+mx]; NEURAL_HAM_LONG(-1.00)[-1.000,0]; MIME_GOOD(-0.10)[text/plain]; MIME_TRACE(0.00)[0:+]; DMARC_NA(0.00)[distal.com]; RCVD_COUNT_THREE(0.00)[3]; TO_MATCH_ENVRCPT_SOME(0.00)[]; TO_DN_ALL(0.00)[]; IP_SCORE(-2.35)[ip: (-3.57), ipnet: 2001:470::/32(-4.62), asn: 6939(-3.49), country: US(-0.05)]; FROM_EQ_ENVFROM(0.00)[]; R_DKIM_NA(0.00)[]; SUBJECT_ENDS_QUESTION(1.00)[]; ASN(0.00)[asn:6939, ipnet:2001:470::/32, country:US]; TAGGED_FROM(0.00)[freebsd]; RCVD_TLS_ALL(0.00)[] X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 07 Nov 2019 19:53:45 -0000 On Thu, Nov 07, 2019 at 10:56:00AM +1000, George Michaelson wrote: > On Thu, Nov 7, 2019 at 10:21 AM Julian Elischer wrote: > > > > I suspect a separate bug because the OP specified that it worked in > > 12.0 where those bugs go back to 9.x > > Oh, I didn't realize I updated a PXE boot PR. I am not PXE: I tested > with real media in a Dell, and with Dell iDRAC virtualized media, and > with USB. > > I absolutely represent a user who has h/w which I can reproducably > show cannot load UEFI from true and virtualized local media, not PXE. > > And, this state has existed for some time. Yeah, but I think it's not related. That bug and the screenshots show a kernel booting, then failing to mount. Are you seeing a failure in the initial loader, George? And as noted, the issue I'm seeing is new in 12.1, as compared to the loader in 12.0 > > On Thu, Nov 7, 2019 at 9:46 AM Julian Elischer wrote: > >> You could try some bisection back along the 12 branch.. Yeah. I was hoping for an easier path, but. I can try slogging back through stable-12 a month or two at a time. Is moving through svn by date the easiest path, or are there [stable] revision tags that would make it easier? Thanks all. - Chris ps, somewhere earlier in this thread that I lost right now someone asked if I could put an alternate versions loader on an ISO. I don't know that I know how, but I'd be happy to try it.