From owner-freebsd-current@freebsd.org Mon Feb 19 21:43: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 E989BF00D96 for ; Mon, 19 Feb 2018 21:43:40 +0000 (UTC) (envelope-from listjm@club.fr) Received: from smtp26.services.sfr.fr (smtp26.services.sfr.fr [93.17.128.1]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 7F96F6CF5F for ; Mon, 19 Feb 2018 21:43:40 +0000 (UTC) (envelope-from listjm@club.fr) Received: from [192.168.1.51] (125.164.7.84.rev.sfr.net [84.7.164.125]) by msfrf2615.sfr.fr (SMTP Server) with ESMTP id 463001C003588 for ; Mon, 19 Feb 2018 22:34:19 +0100 (CET) Received: from [192.168.1.51] (125.164.7.84.rev.sfr.net [84.7.164.125]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) (Authenticated sender: juanmolina@sfr.fr) by msfrf2615.sfr.fr (SMTP Server) with ESMTPSA; Mon, 19 Feb 2018 22:34:18 +0100 (CET) Authentication-Results: sfr.fr; auth=pass (PLAIN) smtp.auth=juanmolina@sfr.fr Subject: Re: ACPI panic on boot with new Lua loader and other minor issues To: David Wolfskill , FreeBSD-Current References: <2AFF3AE4-8740-4776-9D8D-7D709EE051C6@gmail.com> <1b9e58fe-2616-b04b-13c2-fee78a33ad6e@club.fr> <20180219143941.GA1212@albert.catwhisker.org> From: Juan =?iso-8859-1?b?UmFt824=?= Molina Menor Message-ID: Date: Mon, 19 Feb 2018 22:34:19 +0100 User-Agent: Mozilla/5.0 (Windows NT 10.0; WOW64; rv:52.0) Gecko/20100101 Thunderbird/52.6.0 MIME-Version: 1.0 In-Reply-To: <20180219143941.GA1212@albert.catwhisker.org> X-sfr-mailing: LEGIT Content-Type: text/plain; charset=utf-8; format=flowed Content-Language: fr Content-Transfer-Encoding: 8bit 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: Mon, 19 Feb 2018 21:43:41 -0000 Le 19/02/2018 à 15:39, David Wolfskill a écrit : > On Mon, Feb 19, 2018 at 03:21:50PM +0100, Juan Ramón Molina Menor wrote: >> I have done a full build of r329555 to test the new Lua boot loader. >> >> Both the new and the old kernels panic after being loaded with: >> >> panic: running without device atpic requires a local APIC >> >> For reasons unknown, ACPI is off, as shown by David Wolfskill in a >> previous message: >> https://lists.freebsd.org/pipermail/freebsd-current/2018-February/068497.html > > That has been fixed (for me, at least). My last two build/smoke-tests > were at r329517 and r329561; I believe that r329366 was the fix for ACPI > detection/setting. > >> OK show hint.acpi.0.disabled >> 1 >> >> Setting ACPI to On resolves the issue. >> >> Also, I can not stop boot2 to try to use the copy of the Forth loader: >> the keyboard only becomes responsive at the loader stage. > >> There is an error during this stage: >> >> Loading /boot/defaults/loader.conf >> Failed to open config: ’/boot/loader.conf.local’ > > IIUC, that's merely an informational message, not an error. (None of my > systems have a /boot/loader.conf.local, either.) > >> Moreover, the "boot [kernel]" loader command does not work: >> >> OK ls /boot/kernel.old/kernel >> /boot/kernel.old/kernel >> OK boot kernel.old >> Command failed >> OK boot /boot/kernel.old/kernel >> Command failed >> OK boot kernel >> Command failed >> >> On the other hand, just "boot" works. > > And the Lua loader permits kernel selection, as well (as the Forth > laoder has). > >> Finally, the double lines drawing a frame around the loader menu do not >> work with the new loader and are replaced by ? characters in a box. > > That has also been fixed for me (as of r329517). > >> Hope it helps, >> Juan >> .... > > Peace, > david Thanks David. It’s strange I’m having issues resolved for you in commits older than the one I used here…