From owner-freebsd-current@freebsd.org Mon Feb 19 14:30:05 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 ECA1AF03CD0 for ; Mon, 19 Feb 2018 14:30:04 +0000 (UTC) (envelope-from listjm@club.fr) Received: from smtp26.services.sfr.fr (smtp26.services.sfr.fr [93.17.128.20]) (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 8AE2F77C35 for ; Mon, 19 Feb 2018 14:30:04 +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 msfrf2630.sfr.fr (SMTP Server) with ESMTP id 51EBE1C02B099 for ; Mon, 19 Feb 2018 15:21:49 +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 msfrf2630.sfr.fr (SMTP Server) with ESMTPSA for ; Mon, 19 Feb 2018 15:21:49 +0100 (CET) Authentication-Results: sfr.fr; auth=pass (PLAIN) smtp.auth=juanmolina@sfr.fr From: Juan =?iso-8859-1?b?UmFt824=?= Molina Menor Subject: ACPI panic on boot with new Lua loader and other minor issues To: freebsd-current@freebsd.org References: <2AFF3AE4-8740-4776-9D8D-7D709EE051C6@gmail.com> Message-ID: <1b9e58fe-2616-b04b-13c2-fee78a33ad6e@club.fr> Date: Mon, 19 Feb 2018 15:21:50 +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: <2AFF3AE4-8740-4776-9D8D-7D709EE051C6@gmail.com> X-sfr-mailing: LEGIT Content-Type: text/plain; charset=windows-1252; 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 14:30:05 -0000 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 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’ 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. 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. Hope it helps, Juan