From owner-freebsd-current@freebsd.org Tue Aug 14 20:14:34 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 D965A105B701 for ; Tue, 14 Aug 2018 20:14:34 +0000 (UTC) (envelope-from kevans@freebsd.org) Received: from smtp.freebsd.org (smtp.freebsd.org [IPv6:2610:1c1:1:606c::24b:4]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "smtp.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 88F8B8622C for ; Tue, 14 Aug 2018 20:14:34 +0000 (UTC) (envelope-from kevans@freebsd.org) Received: from mail-lf1-f52.google.com (mail-lf1-f52.google.com [209.85.167.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G3" (verified OK)) (Authenticated sender: kevans) by smtp.freebsd.org (Postfix) with ESMTPSA id 2679EE086 for ; Tue, 14 Aug 2018 20:14:34 +0000 (UTC) (envelope-from kevans@freebsd.org) Received: by mail-lf1-f52.google.com with SMTP id v22-v6so14688900lfe.8 for ; Tue, 14 Aug 2018 13:14:34 -0700 (PDT) X-Gm-Message-State: AOUpUlGL+dsBNTGDTSIpo1mbyCm/yd1xgEkPHNP7n+CGRtTp7IpdJeiO U84gaQNFkXnvBgKik06SyN7g4TmowG6/Eian+q4= X-Google-Smtp-Source: AA+uWPyBxYnJcrQYnwCMi1YlsRyWk1bZlPQi8e6OtTvEGKRYvp70MTAc9R3kkb12FpGsLHaYjzGg1N88aQ3jf3ivIyA= X-Received: by 2002:a19:1460:: with SMTP id k93-v6mr15180990lfi.15.1534277672753; Tue, 14 Aug 2018 13:14:32 -0700 (PDT) MIME-Version: 1.0 Received: by 2002:a2e:5742:0:0:0:0:0 with HTTP; Tue, 14 Aug 2018 13:14:12 -0700 (PDT) In-Reply-To: References: From: Kyle Evans Date: Tue, 14 Aug 2018 15:14:12 -0500 X-Gmail-Original-Message-ID: Message-ID: Subject: Re: Restart at boot with new kernel To: Matthias Gamsjager Cc: FreeBSD Current Content-Type: text/plain; charset="UTF-8" X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.27 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: Tue, 14 Aug 2018 20:14:35 -0000 On Tue, Aug 14, 2018 at 3:00 PM, Matthias Gamsjager wrote: > Ok missed the solution posted earlier: adding ' efi.rt.disabled=1' to > loader.conf fixed the issue for me as well Is your kernel up to r337773 yet? That should have addressed the EFIRT boot issue. Thanks, Kyle Evans