From owner-freebsd-current@FreeBSD.ORG Mon Aug 30 22:10:26 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 710FD16A4CE for ; Mon, 30 Aug 2004 22:10:26 +0000 (GMT) Received: from mproxy.gmail.com (rproxy.gmail.com [64.233.170.201]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0EC3D43D1F for ; Mon, 30 Aug 2004 22:10:26 +0000 (GMT) (envelope-from swhetzel@gmail.com) Received: by mproxy.gmail.com with SMTP id 77so102396rnl for ; Mon, 30 Aug 2004 15:10:22 -0700 (PDT) Received: by 10.38.73.36 with SMTP id v36mr1196978rna; Mon, 30 Aug 2004 15:10:22 -0700 (PDT) Received: by 10.38.75.25 with HTTP; Mon, 30 Aug 2004 15:10:22 -0700 (PDT) Message-ID: <790a9fff04083015106294ba71@mail.gmail.com> Date: Mon, 30 Aug 2004 17:10:22 -0500 From: Scot Hetzel To: Will Saxon In-Reply-To: Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit References: cc: freebsd-current@freebsd.org Subject: Re: 5.3-BETA2 boot hang, maybe acpi related X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Scot Hetzel List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 30 Aug 2004 22:10:26 -0000 On Mon, 30 Aug 2004 17:31:57 -0400, Will Saxon wrote: > I have a problem similar to the 'hang during CDROM detection' thread that is > also going on right now. When I try to boot from either a 5.3-BETA2 CD or a > 5.3-BETA2 installation on my hard drive, I experience a boot hang. > Your problem may be fixed in the 6.0-CURRENT ata driver. Try the following: cd /usr/src/sys/dev/ata cvs [-d ] update -PAd -r HEAD cd /usr/src make buildkernel make installkernel reboot the system and see if you still have the boot hang. The 6.0-CURRENT ata driver fixes my crash on boot problem (after a reboot). Scot