From owner-freebsd-questions@FreeBSD.ORG Sun Nov 7 07:47:19 2004 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4B28116A4CE for ; Sun, 7 Nov 2004 07:47:19 +0000 (GMT) Received: from rproxy.gmail.com (rproxy.gmail.com [64.233.170.199]) by mx1.FreeBSD.org (Postfix) with ESMTP id E6ACF43D3F for ; Sun, 7 Nov 2004 07:47:18 +0000 (GMT) (envelope-from nick.holley@gmail.com) Received: by rproxy.gmail.com with SMTP id a36so208626rnf for ; Sat, 06 Nov 2004 23:47:18 -0800 (PST) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:reply-to:to:subject:in-reply-to:mime-version:content-type:content-transfer-encoding:references; b=rOw8KbrmiIZk/bT8w5Mj2r4WqqP2LbAHegZlGKGCvNg3xJ0PuQFc2pxq2YxkXUvEh2o/A6mcuh0Ft1YxRw++x/lzoGHH4DdXG4dVlDtwBTgs/7LFyjAd433+wmVzHlyaU4/dFjRSNzySxJMNxC3JqrozfUiSUWnfwTmmwZRWZCk= Received: by 10.38.163.75 with SMTP id l75mr1323084rne; Sat, 06 Nov 2004 23:47:18 -0800 (PST) Received: by 10.38.15.43 with HTTP; Sat, 6 Nov 2004 23:47:18 -0800 (PST) Message-ID: <40200b1704110623479cb6396@mail.gmail.com> Date: Sun, 7 Nov 2004 00:47:18 -0700 From: nick holley To: freebsd-questions@freebsd.org In-Reply-To: <40200b1704110615582694410d@mail.gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit References: <40200b1704110615582694410d@mail.gmail.com> Subject: Re: issues booting 5.3 w/ A7N8X Deluxe X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: nick holley List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 07 Nov 2004 07:47:19 -0000 On Sat, 6 Nov 2004 16:58:45 -0700, nick holley wrote: > I downloaded the 5.3 bootonly disc this morning and was unable to > boot. I had the same problem that I experienced with the 5.3-RC2 and > also when I did a buildworld from 5.2.1. The kernel appears to be > booting fine until it gets to a certain point where it will stop. The > boot process stops right after listing my hdds or, if my orinoco card > is in, after failing to initialize my wireless nic (which happens > right after the hdd listing). > > The system is not locked as I still receive a message about not being > ready to suspend from the acpi module when I push the power button on > my tower. Also, it doesn't matter which boot option I use; the boot > stops at the same place every time. > > Can anybody give me any pointers on how to go about diagnosing the problem here? > > Thanks, > Nick > As I noticed that a few others had this problem with the 5.3 betas, I figured I might post the solution I found. Someone on a newsgroup advised me to disable firewire in the bios and after spending alot of time on this it finally works. Just to clarify, this was an Asus A7N8X Deluxe rev 2.0 w/ bios 1008 (just updated today). I think the boot process was stalling after completing device detection and just before mounting the filesystems. Hope this helps someone, Nick