From owner-freebsd-stable@freebsd.org Wed Nov 6 21:03:30 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 9DCCE1781EF for ; Wed, 6 Nov 2019 21:03:30 +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 477fC54v55z4dRV for ; Wed, 6 Nov 2019 21:03:29 +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 xA6L3KJ1022240 (version=TLSv1.2 cipher=ECDHE-RSA-AES256-GCM-SHA384 bits=256 verify=FAIL) for ; Wed, 6 Nov 2019 16:03:28 -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 xA6L2u1v016065 (version=TLSv1.2 cipher=DHE-RSA-AES256-GCM-SHA384 bits=256 verify=NO); Wed, 6 Nov 2019 16:02:57 -0500 (EST) (envelope-from cross@westeros.distal.com) Received: (from cross@localhost) by westeros.distal.com (8.15.2/8.15.2/Submit) id xA6L2uOP016064; Wed, 6 Nov 2019 16:02:56 -0500 (EST) (envelope-from cross) Date: Wed, 6 Nov 2019 16:02:56 -0500 From: Chris Ross To: Chris Ross Cc: freebsd-stable@freebsd.org Subject: Re: UEFI ISO boot not working in 12.1 ? Message-ID: <20191106210256.GL1177@westeros.distal.com> References: <20191106191711.GK1177@westeros.distal.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20191106191711.GK1177@westeros.distal.com> 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]); Wed, 06 Nov 2019 16:02:57 -0500 (EST) X-Rspamd-Queue-Id: 477fC54v55z4dRV 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.77 / 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)[]; TO_DN_SOME(0.00)[]; R_SPF_ALLOW(-0.20)[+mx]; NEURAL_HAM_LONG(-1.00)[-1.000,0]; TAGGED_RCPT(0.00)[freebsd]; PREVIOUSLY_DELIVERED(0.00)[freebsd-stable@freebsd.org]; DMARC_NA(0.00)[distal.com]; MIME_GOOD(-0.10)[text/plain]; RCVD_COUNT_THREE(0.00)[3]; MIME_TRACE(0.00)[0:+]; TO_MATCH_ENVRCPT_SOME(0.00)[]; RCPT_COUNT_TWO(0.00)[2]; IP_SCORE(-2.47)[ip: (-4.21), 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: Wed, 06 Nov 2019 21:03:30 -0000 On Wed, Nov 06, 2019 at 02:17:11PM -0500, Chris Ross wrote: > > Hi there. I tried booting FreeBSD-12.1-RELEASE-amd64-disc1.iso on a system > here, which didn't work, and I found that FreeBSD-12.0-RELEASE-amd64-disc1.iso > did work on that same system. [Systems were configured to boot in UEFI mode] > > And continues on from there. However, the attempt to boot 12.1-RELEASE > never loads the loader and allows it to boot. The console output > for 12.1-RELEASE is below. Can anyone help me figure out if it's something > I need to do? How has 12.1 changed w.r.t. 12.0 for UEFI? More information. A stable/12 ISO that I built fails in the same way the 12.1-RELEASE ISO did. But, I just grabbed releng/12.0, and built a release ISO, and it boots. So, something seems definately to have changed in the way the UEFI bits are on the boot ISOs? Or maybe a change in the loader? Is okay in releng/12.0, but broken in 12.1-RELEASE and stable/12. Let me know what to try next. - Chris