From owner-freebsd-virtualization@freebsd.org Thu Mar 15 22:01:44 2018 Return-Path: Delivered-To: freebsd-virtualization@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 23CDAF57A0F for ; Thu, 15 Mar 2018 22:01:44 +0000 (UTC) (envelope-from byond.lenox@gmail.com) Received: from mail-lf0-f42.google.com (mail-lf0-f42.google.com [209.85.215.42]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 84BFC7B846; Thu, 15 Mar 2018 22:01:43 +0000 (UTC) (envelope-from byond.lenox@gmail.com) Received: by mail-lf0-f42.google.com with SMTP id g13-v6so1484903lfe.10; Thu, 15 Mar 2018 15:01:43 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:in-reply-to:references:from:date :message-id:subject:to:cc; bh=Ys+oTlJ70TPLuxIM6my7Ok0CLRSXx6htVk8sCTqZtP8=; b=PKDASUE8a+pC6e3S2GalYbqlt1ZWn0TLxJaHhLwi8R31OmWrHJ6Q1Nw6jZK8Qs4cMU ncsgv+2g7MQuhWnO9Nlkzm/Q3U7QVcR7M37qhfBZTC1yqLU6eUDKx+T2li44/oSGjPKZ yhEJa4i/4A5bkWvCDrzFeu3fEwApcbZENb4drjhyCnyHls+lpgwCvfacNg+fc6Bgtv3f dVw02dNjKU2Vd1Iw80h3wHdFBG1H9PvzEysOkTGA2JEIdNNySCa8pnWkW2BmMP4VBj1W qx3WpYXFZ5Za8v18482VJn7Nu3a10jlCc2s9wPTJf+Yi0zVtOA0IpbuWJXYkhLeuqJgw VMAQ== X-Gm-Message-State: AElRT7HY/Rwgq9Q3cYN5jbYisDxLi+te0XEPqj7QyOZqHcdzpmmPQ/6w AMOOUq2BDP2wEjoib77UA5Z6jjnwpFw= X-Google-Smtp-Source: AG47ELt3oFm+jRIyvsGxQaTDK/moM4vFzH9ynonRfnyW0DE5AuajjSe9Vd1v5SqR4UXifVNEIbkXNw== X-Received: by 2002:a19:8f91:: with SMTP id s17-v6mr7832097lfk.56.1521151294621; Thu, 15 Mar 2018 15:01:34 -0700 (PDT) Received: from mail-lf0-f44.google.com (mail-lf0-f44.google.com. [209.85.215.44]) by smtp.gmail.com with ESMTPSA id j73sm1289350ljb.57.2018.03.15.15.01.34 (version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Thu, 15 Mar 2018 15:01:34 -0700 (PDT) Received: by mail-lf0-f44.google.com with SMTP id h127-v6so12429045lfg.12; Thu, 15 Mar 2018 15:01:34 -0700 (PDT) X-Received: by 2002:a19:e9cc:: with SMTP id j73-v6mr6687380lfk.99.1521151294378; Thu, 15 Mar 2018 15:01:34 -0700 (PDT) MIME-Version: 1.0 Received: by 10.46.54.1 with HTTP; Thu, 15 Mar 2018 15:01:13 -0700 (PDT) In-Reply-To: References: From: Kyle Evans Date: Thu, 15 Mar 2018 17:01:13 -0500 X-Gmail-Original-Message-ID: Message-ID: Subject: Re: Issue encountered booting FreeBSD STABLE and CURRENT snapshots with EFI To: Peter Grehan Cc: Joe Maloney , freebsd-virtualization@freebsd.org Content-Type: text/plain; charset="UTF-8" X-BeenThere: freebsd-virtualization@freebsd.org X-Mailman-Version: 2.1.25 Precedence: list List-Id: "Discussion of various virtualization techniques FreeBSD supports." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 15 Mar 2018 22:01:44 -0000 On Thu, Mar 15, 2018 at 4:09 PM, Peter Grehan wrote: >> I believe the problem may have been introduced with this commit: > > >> https://svnweb.freebsd.org/base/stable/?view=log&pathrev=329114 > > Any chance of being able to work out where in that list of commits in > CURRENT the loader stopped working ? > Indeed- if you could work out the exact commit in that range from head that caused it, I wouldn't think it to be a tough fix. After tonight I'm out until Sunday, but should have time Sunday or Monday to try and diagnose it further.