From owner-freebsd-stable@freebsd.org Sat Nov 9 17:25:02 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 072B41AF35A for ; Sat, 9 Nov 2019 17:25:02 +0000 (UTC) (envelope-from kevans@freebsd.org) Received: from smtp.freebsd.org (smtp.freebsd.org [96.47.72.83]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "smtp.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 479PCd6MMwz3yBB; Sat, 9 Nov 2019 17:25:01 +0000 (UTC) (envelope-from kevans@freebsd.org) Received: from mail-qv1-f46.google.com (mail-qv1-f46.google.com [209.85.219.46]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "GTS CA 1O1" (verified OK)) (Authenticated sender: kevans) by smtp.freebsd.org (Postfix) with ESMTPSA id B1ABDB43B; Sat, 9 Nov 2019 17:25:01 +0000 (UTC) (envelope-from kevans@freebsd.org) Received: by mail-qv1-f46.google.com with SMTP id v16so3438587qvq.6; Sat, 09 Nov 2019 09:25:01 -0800 (PST) X-Gm-Message-State: APjAAAUPqc2Pemur68gDY/czPhk6EuelooAiWI1g/Rpr6wEDbitRsEvb CaxuFW3i0c5tN+j51NVNTefB/Z6G8swzxHfceO4= X-Google-Smtp-Source: APXvYqy8FJl9mSZYdpF/Q/QKYLWnDygNKC8q8FtxJFud9sD5ydxKo+dTTGV1iYiGOn5GX2uMTF/I8YDrrtfa+pCTzt8= X-Received: by 2002:a0c:d2b3:: with SMTP id q48mr2281192qvh.5.1573320301020; Sat, 09 Nov 2019 09:25:01 -0800 (PST) MIME-Version: 1.0 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> <20191107195325.GO1177@westeros.distal.com> <20191109164233.GB1053@westeros.distal.com> In-Reply-To: <20191109164233.GB1053@westeros.distal.com> From: Kyle Evans Date: Sat, 9 Nov 2019 11:24:49 -0600 X-Gmail-Original-Message-ID: Message-ID: Subject: Re: UEFI ISO boot not working in 12.1 ? To: Chris Ross Cc: FreeBSD-STABLE Mailing List , Toomas Soome Content-Type: text/plain; charset="UTF-8" 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: Sat, 09 Nov 2019 17:25:02 -0000 On Sat, Nov 9, 2019 at 10:42 AM Chris Ross wrote: > > On Thu, Nov 07, 2019 at 02:53:25PM -0500, Chris Ross wrote: > > > > 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. > > Okay. I spent a bunch of time moving around stable-12 by date, and > an ISO build from stable-12 as of 2019-10-14 works (rev 353483), and > 2019-10-15 (rev 353541) does not. > > The svn update across that day shows: > > Updating '.': > U stand/efi/boot1/boot1.c > U stand/efi/include/efilib.h > U stand/efi/libefi/devpath.c > U stand/efi/libefi/efinet.c > U stand/efi/libefi/efipart.c > U stand/efi/libefi/libefi.c > U stand/efi/loader/arch/i386/efimd.c > U stand/efi/loader/efi_main.c > U stand/efi/loader/framebuffer.c > U stand/efi/loader/main.c > U stand/libsa/stand.h > U stand/libsa/zalloc.c > U stand/libsa/zalloc_defs.h > U stand/libsa/zalloc_malloc.c > U stand/libsa/zalloc_mem.h > U stand/libsa/zalloc_protos.h > U . > Updated to revision 353541. > > So, there's the commit/commits. Can someone else who knows the intra-branch > process better help me determine where the original change came from, > what it was meant to accomplish, then hopefully we can find out what went > wrong for at least my hardware? > Hi, That helps- thanks! I'm CC'ing tsoome@, as this is basically just r353501 in that range. Can you give the latest -CURRENT snapshot boot as another data point? Thanks, Kyle Evans