From owner-freebsd-current@freebsd.org Mon Aug 20 23:24:36 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 B3C4D1080655 for ; Mon, 20 Aug 2018 23:24:36 +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 69F1C8743D for ; Mon, 20 Aug 2018 23:24:36 +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 4DC816884E7; Mon, 20 Aug 2018 19:24:35 -0400 (EDT) Subject: Re: Newly upgraded -CURRENT box does not boot To: Warner Losh Cc: Kevin Oberman , FreeBSD Current References: <80002f50-c2a7-ff39-dbef-e39576c3da51@codexterous.com> From: Brett Message-ID: Date: Mon, 20 Aug 2018 19:24:33 -0400 User-Agent: Mozilla/5.0 (Windows NT 10.0; WOW64; rv:52.0) Gecko/20100101 Thunderbird/52.3.0 MIME-Version: 1.0 In-Reply-To: Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 7bit 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 23:24:36 -0000 On 8/20/2018 7:09 PM, Warner Losh wrote: > On Mon, Aug 20, 2018 at 4:50 PM, Brett > wrote: > >> Hi Kevin, >> >> Thanks for your help. >> >> Should I be doing "make LOADER_DEFAULT_INTERP=4th buildkernel && make >> LOADER_DEFAULT_INTERP=4th installkernel"? >> > Nope. Kernel has nothing to do with it. That won't work. > > I had also previously tried " make clean all install >> WITHOUT_LUA_LOADER=yes" in /usr/src/stand which did not help. >> > You could just do "ln -sf /boot/loader_4th /boot/loader" and reboot if > that's the issue. Or at the boot2 prompt, you could type in > /boot/loader_4th if you haven't booted yet. > > You could also do a simple 'make install LOADER_DEFAULT_INTERP=4th" which > does approximately the same thing. > > Though why you'd get loader.lua not found is kinda crazy > > Warner Hi Warner, I've tried those things, unfortunately none of them worked. With forth, things are slightly different (no more lua error), but ultimately the same result: - the kernel doesn't load ("can't load 'kernel'"). I lastly tried "ln -sf /boot/loader_4th /boot/loader", now I get "No /boot/loader" and a boot: prompt. I can do "boot/loader_4th" which will use the forth loader with the results the same as the above. Any help is appreciated - this is a very important box unfortunately. :( Thanks, -Brett