From owner-freebsd-stable@FreeBSD.ORG Wed Sep 29 17:50:35 2004 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 880BC16A4CE; Wed, 29 Sep 2004 17:50:35 +0000 (GMT) Received: from mail-gw1.york.ac.uk (mail-gw1.york.ac.uk [144.32.128.246]) by mx1.FreeBSD.org (Postfix) with ESMTP id BD52B43D2F; Wed, 29 Sep 2004 17:50:34 +0000 (GMT) (envelope-from gavin.atkinson@ury.york.ac.uk) Received: from ury.york.ac.uk (ury.york.ac.uk [144.32.108.81]) by mail-gw1.york.ac.uk (8.12.10/8.12.10) with ESMTP id i8THoV7U023227; Wed, 29 Sep 2004 18:50:31 +0100 (BST) Received: from ury.york.ac.uk (localhost.york.ac.uk [127.0.0.1]) by ury.york.ac.uk (8.12.9p2/8.12.9) with ESMTP id i8THoKMu015183; Wed, 29 Sep 2004 18:50:20 +0100 (BST) (envelope-from gavin.atkinson@ury.york.ac.uk) Received: from localhost (gavin@localhost)i8THoFZQ015180; Wed, 29 Sep 2004 18:50:20 +0100 (BST) (envelope-from gavin.atkinson@ury.york.ac.uk) X-Authentication-Warning: ury.york.ac.uk: gavin owned process doing -bs Date: Wed, 29 Sep 2004 18:50:15 +0100 (BST) From: Gavin Atkinson X-X-Sender: gavin@ury.york.ac.uk To: "Pratt, Benjamin E." In-Reply-To: <22ECDF671FCD564398087D64CFCF46BD056E089C@EXCHANGE.campus.stcloudstate.edu> Message-ID: <20040929184822.K14959@ury.york.ac.uk> References: <22ECDF671FCD564398087D64CFCF46BD056E089C@EXCHANGE.campus.stcloudstate.edu> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII X-York-MailScanner: Found to be clean X-York-MailScanner-From: gavin.atkinson@ury.york.ac.uk cc: freebsd-stable@freebsd.org cc: freebsd-questions@freebsd.org Subject: Re: 5.3-BETAx Boot Problems X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 29 Sep 2004 17:50:35 -0000 On Wed, 29 Sep 2004, Pratt, Benjamin E. wrote: > Hello, I am still trying to get FreeBSD Beta to work but am running into > problems when my system boots. The boot problem appears to be occurring > just after the IDE drives are detected but before the root file system > is mounted. These are the last four lines of text that are displayed > when I try to boot from either ISO or after running CVSUP: > > md0: Preloaded image 4423680 bytes at 0xc09b6c5c > ad0: 29314MB [59560/16/63] at ata0-master UDMA66 > ATAPI_RESET time = 1630us > acd0: CDRW at ata1-master UDMA33 Yes, this bug was present in BETA5 and BETA6. It will be fixed in BETA7. In the mean time, you can avoid it by disabling your floppy drive (by setting hint.fd.0.disabled=1 at the loader) Gavin