From owner-freebsd-current@freebsd.org Wed Aug 15 03:45:41 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 CA0E91070C4A for ; Wed, 15 Aug 2018 03:45:41 +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 7C93F761AE for ; Wed, 15 Aug 2018 03:45:41 +0000 (UTC) (envelope-from kevans@freebsd.org) Received: from mail-lj1-f177.google.com (mail-lj1-f177.google.com [209.85.208.177]) (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 1A27510E22 for ; Wed, 15 Aug 2018 03:45:41 +0000 (UTC) (envelope-from kevans@freebsd.org) Received: by mail-lj1-f177.google.com with SMTP id s12-v6so17071403ljj.0 for ; Tue, 14 Aug 2018 20:45:41 -0700 (PDT) X-Gm-Message-State: AOUpUlE4LM35DJEYunww4JLQK5cDdCulAPLsPd4fy0iSCfY5lo9uvzRc jtE6hAAkM/gHuciBJrlPDmsuZ5lxh4casKuqWDQ= X-Google-Smtp-Source: AA+uWPy93ypiDdnBknYXYSzeayvydT0hLDe2ijthchsVClt4SYupBRQEchLZ/iYsXZLCDBTukoIlsTfcJb5xEGyQDPg= X-Received: by 2002:a2e:1004:: with SMTP id j4-v6mr17889135lje.2.1534304739633; Tue, 14 Aug 2018 20:45:39 -0700 (PDT) MIME-Version: 1.0 Received: by 2002:a2e:5742:0:0:0:0:0 with HTTP; Tue, 14 Aug 2018 20:45:19 -0700 (PDT) In-Reply-To: References: From: Kyle Evans Date: Tue, 14 Aug 2018 22:45:19 -0500 X-Gmail-Original-Message-ID: Message-ID: Subject: Re: CURRENT from today throws lots of ACPI errors, lost HDMI detection To: Pete Wright 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: Wed, 15 Aug 2018 03:45:42 -0000 On Tue, Aug 14, 2018 at 10:41 PM, Pete Wright wrote: > > On 8/14/18 6:13 PM, Kyle Evans wrote: >> >> On Tue, Aug 14, 2018 at 7:28 PM, Pete Wright wrote: >>> >>> i also attempted to boot using UEFI but the system hangs very early in >>> the >>> boot process. i have reverted to legacy mode for now so that i can work, >>> but am keen to test out any patches or do any other debugging that is >>> needed. >> >> Hi Pete, >> >> Where in the process does it hang with UEFI? I can't help much with >> any of your other problems, but I am curious about this one. =) > > sure thing - the last several lines are: > > random: fast provider: "Intel Secure Key RNG" > kbd1 at kbdmux0 > netmap: loaded module > nexus0 > > at this point it hangs. let me know if you want me to try booting with > verbose output to dmesg or something. > Are you running GENERIC, or custom config? Any modules loaded? I'm curious if you've been bitten somehow by recently enabling EFIRT in GENERIC. Can you try setting efi.rt.disabled=1 at loader prompt and see where that gets you?