From owner-freebsd-current@freebsd.org Mon Aug 20 21:27:27 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 2B122107DA00 for ; Mon, 20 Aug 2018 21:27:27 +0000 (UTC) (envelope-from freebsdcurrent@codexterous.com) Received: from mail.codexterous.com (mail.codexterous.com [104.156.251.179]) (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 D09AA82A74; Mon, 20 Aug 2018 21:27:26 +0000 (UTC) (envelope-from freebsdcurrent@codexterous.com) Received: from [10.0.0.100] (pool-108-54-155-10.nycmny.fios.verizon.net [108.54.155.10]) (using TLSv1 with cipher ECDHE-RSA-AES128-SHA (128/128 bits)) (No client certificate requested) (Authenticated sender: bgmoser@codexterous.com) by mail.codexterous.com (Postfix) with ESMTPSA id E81356884E7; Mon, 20 Aug 2018 17:27:19 -0400 (EDT) To: freebsd-current@freebsd.org, imp@freebsd.org From: Brett Gmoser Subject: Newly upgraded -CURRENT box does not boot Message-ID: <80002f50-c2a7-ff39-dbef-e39576c3da51@codexterous.com> Date: Mon, 20 Aug 2018 17:27:18 -0400 User-Agent: Mozilla/5.0 (Windows NT 10.0; WOW64; rv:52.0) Gecko/20100101 Thunderbird/52.3.0 MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 8bit Content-Language: en-US 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: Mon, 20 Aug 2018 21:27:27 -0000 Hi there, I was told to e-mail these addresses with this. I did an `svn update` on /usr/src last night, build world and kernel as usual. This morning I installed the kernel, booted into single user, installed world and did mergemaster -Ui as usual. The new kernel had booted fine. Upon reboot, the machine will no longer boot:     Startup error in /boot/lua/loader.lua:     LUA ERROR: cannot open /boot/lua/loader.lua: no such file or directory     can't load 'kernel' Many things in the bootloader do not work, including "boot kernel.old", "ls /boot", and various other things (most if not all just result in "Command failed"). Interestingly, "ls /mnt" works, other directories do not. That's the only clue I have. I'm able to reboot in an installer image and mount the drive just fine. Everything is there and is as expected, including /boot/lua/loader.lua. I re-installed everything in /usr/src/stand (chroot'd on the installer image, and "cd /usr/src/stand && make clean all install"). This did not fix the problem. Does anybody happen to have any ideas? Thanks, -Brett