From owner-freebsd-current@freebsd.org Thu Mar 22 13:22:52 2018 Return-Path: Delivered-To: freebsd-current@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 02EE9F66AC6 for ; Thu, 22 Mar 2018 13:22:52 +0000 (UTC) (envelope-from byond.lenox@gmail.com) Received: from mail-lf0-f46.google.com (mail-lf0-f46.google.com [209.85.215.46]) (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 623FC74391 for ; Thu, 22 Mar 2018 13:22:51 +0000 (UTC) (envelope-from byond.lenox@gmail.com) Received: by mail-lf0-f46.google.com with SMTP id a22-v6so13097740lfg.9 for ; Thu, 22 Mar 2018 06:22:51 -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=17hqci1DJIe3Fu6F8w1BIXgDtPiZf66XtZZas4KyK7g=; b=m6Db6WaC5o9OYMTCypuf6Ex8MmjVLAHOEOaaW6gHh43juZNSop0hzI0s3RX2Gotqgu xbjEV38vcEKquXnEMSDl2suKlkEdOkhvEwmLoW+Q2NADNNhWVfX5xrFSsPX2ry4YrK9N +ocgOaFCyK3EG8DqNz7nyuuNzV2BQLqyafvp0AxhTit4j4DVuBOIvZpjXME+vny7llal +xA1Rm/1wuABW4Cc/kKM03Hm3x08hCvnf84LODLWh0fmktNTgv//jV/7PJyKLR7Y5+Gh huqjKDnorfI77YXteVe6wWoVRR5kuuke8bL/U/RhaRxWEzhtzu804BIiYQoRunDaSorN C2AQ== X-Gm-Message-State: AElRT7Em0CRVx1ukX6jpt+r9BGAQAm2KkQ5Hc18YXgzkDX48Y7LZ2Pf0 wrWmkF/4Q/EGxbmzDzRlj+8AmIU2 X-Google-Smtp-Source: AG47ELuApeYWJTz2vaC9GoAliR/QhRspULhLfypqFQLCobYT//UokX+horKAsi4T6gl+fEMwik3veQ== X-Received: by 10.46.155.204 with SMTP id w12mr16150999ljj.76.1521724953953; Thu, 22 Mar 2018 06:22:33 -0700 (PDT) Received: from mail-lf0-f52.google.com (mail-lf0-f52.google.com. [209.85.215.52]) by smtp.gmail.com with ESMTPSA id a139-v6sm56542lfa.36.2018.03.22.06.22.33 for (version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Thu, 22 Mar 2018 06:22:33 -0700 (PDT) Received: by mail-lf0-f52.google.com with SMTP id m16-v6so9373543lfc.4 for ; Thu, 22 Mar 2018 06:22:33 -0700 (PDT) X-Received: by 10.46.68.14 with SMTP id r14mr9135312lja.44.1521724953624; Thu, 22 Mar 2018 06:22:33 -0700 (PDT) MIME-Version: 1.0 Received: by 10.46.129.90 with HTTP; Thu, 22 Mar 2018 06:22:13 -0700 (PDT) In-Reply-To: <5f663141-433c-951d-a350-7369b004415f@alvermark.net> References: <5f663141-433c-951d-a350-7369b004415f@alvermark.net> From: Kyle Evans Date: Thu, 22 Mar 2018 08:22:13 -0500 X-Gmail-Original-Message-ID: Message-ID: Subject: Re: Call for Testing: UEFI Changes To: Jakob Alvermark Cc: FreeBSD Current Content-Type: text/plain; charset="UTF-8" X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.25 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 22 Mar 2018 13:22:52 -0000 On Thu, Mar 22, 2018 at 5:13 AM, Jakob Alvermark wrote: > Hi! > > > Just updated to r331345. > > Two problems: > > 1. boot/efi.4th is added to /usr/src/ObsoleteFiles.inc but still included in > loader.rc. Loader fails to load it and subsequently fails to load modules. > Reinstalling efi.4th problem 2 appears. > > > 2. Fixing problem 1 and adding efirt_load="YES" to /boot/loader.conf makes > the kernel panic instantly. Photo of panic: > https://photos.app.goo.gl/ph3yQukOAUdQpsvK2 > > > Jakob > > Hi, The efi.4th removal has been reverted in r331353. A couple of inquiries for you: 1.) Before loading efirt, can you show me what `sysctl machdep.efi_map` looks like? 2.) After `kldload efirt` and getting a panic, can you show me what `show registers` looks like? 3.) Have you used efirt successfully before? Thanks, Kyle Evans