From owner-freebsd-current@freebsd.org Wed Aug 15 01:13:44 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 0E25B106CEEC for ; Wed, 15 Aug 2018 01:13:44 +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 A83B7713C4 for ; Wed, 15 Aug 2018 01:13:43 +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 44ED1FED8 for ; Wed, 15 Aug 2018 01:13:43 +0000 (UTC) (envelope-from kevans@freebsd.org) Received: by mail-lf1-f52.google.com with SMTP id y200-v6so15139931lfd.7 for ; Tue, 14 Aug 2018 18:13:43 -0700 (PDT) X-Gm-Message-State: AOUpUlESdWjA5uZFWLAGGnlg1iSBUBOuhosHMCShi3qc7+++/KR3QM65 EUTANlm7KFWlBuA2Isn7+3Cg4U6hhE0iYFd+N9Q= X-Google-Smtp-Source: AA+uWPzVyKfATlK9umO15r7CVCa/iWvwAudjjy2jLMDQjF0Gw08jc6OIqGYVTPQhzlUlvCldfTP2txsC9iBJTjcKuDc= X-Received: by 2002:a19:26d2:: with SMTP id m201-v6mr14581214lfm.43.1534295621904; Tue, 14 Aug 2018 18:13:41 -0700 (PDT) MIME-Version: 1.0 Received: by 2002:a2e:5742:0:0:0:0:0 with HTTP; Tue, 14 Aug 2018 18:13:21 -0700 (PDT) In-Reply-To: References: From: Kyle Evans Date: Tue, 14 Aug 2018 20:13:21 -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 01:13:44 -0000 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. =) Thanks, Kyle Evans