From owner-freebsd-stable@FreeBSD.ORG Sun Feb 8 22:37:31 2009 Return-Path: Delivered-To: FreeBSD-stable@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id C11CF106566C for ; Sun, 8 Feb 2009 22:37:31 +0000 (UTC) (envelope-from markir@paradise.net.nz) Received: from smtp5.clear.net.nz (smtp5.clear.net.nz [203.97.33.68]) by mx1.freebsd.org (Postfix) with ESMTP id 8C1078FC08 for ; Sun, 8 Feb 2009 22:37:31 +0000 (UTC) (envelope-from markir@paradise.net.nz) Received: from zmori.markir.net (121-73-179-120.dsl.telstraclear.net [121.73.179.120]) by smtp5.clear.net.nz (CLEAR Net Mail) with ESMTP id <0KER0001UQUHJ800@smtp5.clear.net.nz> for FreeBSD-stable@FreeBSD.org; Mon, 09 Feb 2009 11:37:30 +1300 (NZDT) Date: Mon, 09 Feb 2009 11:37:29 +1300 From: Mark Kirkwood In-reply-to: <498E59F0.30700@paradise.net.nz> To: FreeBSD-stable@FreeBSD.org Message-id: <498F5EA9.3020003@paradise.net.nz> MIME-version: 1.0 Content-type: text/plain; charset=ISO-8859-1; format=flowed Content-transfer-encoding: 7bit References: <20090109171857.GA49752@marvin.eastcentral.edu> <4975ADF4.1070103@paradise.net.nz> <4976CB1C.7050409@paradise.net.nz> <498E59F0.30700@paradise.net.nz> User-Agent: Thunderbird 2.0.0.19 (X11/20090117) Cc: rizzo@iet.unipi.it Subject: Re: Broken loader on 7.1-STABLE? X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 08 Feb 2009 22:37:32 -0000 Mark Kirkwood wrote: > > ...specifying /boot/loader.old got me booted ok (not sure why this > *didn't* work with the Asus, maybe I need to try it again with the Feb > sources). > > I tried the latest RELENG_7 sources, same result - does *not* boot even specifying the old loader. I spent a bit of time narrowing down why. I'd previously noted that an empty loader.conf was sufficient to get it to boot again. After some experimentation I discovered that this line in loader.conf: sound_load="YES" made the boot with the old loader fail (loading the sound module after booting seems to work ok). The box is an Asus a8vx with amd64 x2 3800+, running i386. regards Mark