From owner-freebsd-current@freebsd.org Mon Feb 19 14:34:24 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 83554F04269 for ; Mon, 19 Feb 2018 14:34:24 +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 252FC7809D for ; Mon, 19 Feb 2018 14:34:24 +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 249E11C04F82C for ; Mon, 19 Feb 2018 15:34:23 +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:34:22 +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: <54e6b19c-6b2c-c986-3538-8285ac988ff5@club.fr> Date: Mon, 19 Feb 2018 15:34:24 +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: 7bit 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:34:24 -0000 > 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 I forgot that I tried starting with "unload", which seems to work, but does not correct the issue: OK unload OK boot kernel.old Command failed