From owner-freebsd-current@FreeBSD.ORG Sat Sep 4 03:05:16 2004 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id CBF1A16A4CE; Sat, 4 Sep 2004 03:05:16 +0000 (GMT) Received: from salmon.maths.tcd.ie (salmon.maths.tcd.ie [134.226.81.11]) by mx1.FreeBSD.org (Postfix) with SMTP id CB07643D31; Sat, 4 Sep 2004 03:05:15 +0000 (GMT) (envelope-from iedowse@maths.tcd.ie) Received: from walton.maths.tcd.ie by salmon.maths.tcd.ie with SMTP id ; 4 Sep 2004 04:05:15 +0100 (BST) To: Scott Long In-Reply-To: Your message of "Fri, 03 Sep 2004 18:49:01 MDT." <413910FD.2090905@samsco.org> Date: Sat, 04 Sep 2004 04:05:11 +0100 From: Ian Dowse Message-ID: <200409040405.aa89659@salmon.maths.tcd.ie> cc: amd64@freebsd.org cc: andrew.lankford@verizon.net cc: current@freebsd.org Subject: Re: Latest MFCs break boot on amd64 notebook. X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.1 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: Sat, 04 Sep 2004 03:05:17 -0000 In message <413910FD.2090905@samsco.org>, Scott Long writes: >Andrew Lankford wrote: >> The latest MFCs (the eagerly awaited boot-time module >> loading functionality on amd64) compiled ok, but my >> machine freezes and then powers down shortly after >> "boot" from the loader. I would try to give you all >> more details, but my old working kernel seems to be >> lost, and so I'm pretty much down for the count. >> >> Any other amd64 users out there tried rebuilding >> their kernels in the past few hours? >> >> Andrew Lankford >> > >Were you actually trying to load any modules from the loader, >or was it just loading in the kernel? Also, have you tried >running a 6-CURRENT system for comparison? Any further information you can provide would be appreciated. For example, do any kernel messages appear before the freeze? What does "lsmod" from the loader output, and I presume you've tried booting kernel.old ("unload", "load /boot/kernel.old/kernel", "boot")? You could also try booting with the old loader by interrupting the boot process by pressing a key immediately after the first of the |/-\ sequence appears. You should get a prompt like: >> FreeBSD/i386 BOOT Default: 0:ad(0,a)/boot/loader boot: Enter 0:ad(0,a)/boot/loader.old and see if that allows you to boot. Ian