From owner-freebsd-virtualization@freebsd.org Sat Mar 24 14:27:08 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 E36CEF4E57A for ; Sat, 24 Mar 2018 14:27:07 +0000 (UTC) (envelope-from byond.lenox@gmail.com) Received: from mail-lf0-f45.google.com (mail-lf0-f45.google.com [209.85.215.45]) (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 58FB06EDEE; Sat, 24 Mar 2018 14:27:07 +0000 (UTC) (envelope-from byond.lenox@gmail.com) Received: by mail-lf0-f45.google.com with SMTP id l4-v6so17876171lfg.12; Sat, 24 Mar 2018 07:27:07 -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=P8MZa4BFODkwDcg88/5RKC84bGDAnxmAWVXkxEIYv/8=; b=akMJS6nYFbclwJGEevM/d2mv+WoEanxZpvG/eQqhu0JEXsqa7XwF8+2kZvThXbdn0a +SOOWmasE1RhNni0dI7+9DToOKH/0HdllmpR0voFy6RYvef6WtQUHmO1J3Jxil9LSnOW P8A1fyPw8N+h/a9nKWUwoYBHZkkbL5oIeeQ3jfvcuWWEK6N/j7dhq44u8wAwkjBWtsXW UsvOggB5/fe3CLRKt+GfBWsKNTmTC7onxUt0Nw02a37ZrRr58x16W4N3QCg7HA9xquRa yPfrsJtM/NkKehlaXY60bEz7WNLX2AqgXYdiAg89c09Se33UUYn7Lemv3S60492Kyp36 cbbA== X-Gm-Message-State: AElRT7GHAoKOyOAHZlYE/AiopdhLhPnJw5WEoB1MUZ3z+fsnIXJeUuto /bFfDDqMzP03DOKb3WANt3Qak8D+ X-Google-Smtp-Source: AG47ELt1Tm8e4oRdYl+jN0Tla+O9VVL8c8aqn6eLBCUfQ1BM4u9ImzGCrsHtw01b3NaNxGEuOGLaKg== X-Received: by 2002:a19:e48e:: with SMTP id x14-v6mr22959735lfi.115.1521901619881; Sat, 24 Mar 2018 07:26:59 -0700 (PDT) Received: from mail-lf0-f49.google.com (mail-lf0-f49.google.com. [209.85.215.49]) by smtp.gmail.com with ESMTPSA id v6sm2436231ljc.85.2018.03.24.07.26.59 (version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Sat, 24 Mar 2018 07:26:59 -0700 (PDT) Received: by mail-lf0-f49.google.com with SMTP id a22-v6so22201315lfg.9; Sat, 24 Mar 2018 07:26:59 -0700 (PDT) X-Received: by 10.46.128.132 with SMTP id i4mr15955433ljg.51.1521901619486; Sat, 24 Mar 2018 07:26:59 -0700 (PDT) MIME-Version: 1.0 Received: by 10.46.129.90 with HTTP; Sat, 24 Mar 2018 07:26:38 -0700 (PDT) In-Reply-To: <624f4ac2-ada1-64af-1c4f-250d3de551de@freebsd.org> References: <201803231812.w2NICLEW032460@pdx.rh.CN85.dnsmgr.net> <624f4ac2-ada1-64af-1c4f-250d3de551de@freebsd.org> From: Kyle Evans Date: Sat, 24 Mar 2018 09:26:38 -0500 X-Gmail-Original-Message-ID: Message-ID: Subject: Re: Issue encountered booting FreeBSD STABLE and CURRENT snapshots with EFI To: Peter Grehan Cc: "Rodney W. Grimes" , "freebsd-virtualization@freebsd.org" , Marcelo Araujo 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: Sat, 24 Mar 2018 14:27:08 -0000 On Sat, Mar 24, 2018 at 12:59 AM, Peter Grehan wrote: > Hi Kyle, > >> FYI- I've created PR #2 [1] against the freebsd/uefi-edk2 repository >> and have confirmed that this fixes the broken-looking firmware along >> with the booting problem experienced in this thread. >> >> [1] https://github.com/freebsd/uefi-edk2/pull/2 > > > Thanks - merged. I've asked Fabian to update the UEFI ports. > Awesome, thanks! =) It didn't seem right to hack around the hack around that was implemented for our formerly bad behavior, but we can look at it again if we run into further problems with the way we do this. I don't think our devpath usage is unreasonable, though- we don't expect these pointers to live forever, just long enough to locate all of the partitions on it. Thanks, Kyle Evans