From owner-freebsd-current Tue Nov 19 12:13:40 2002 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 904C337B401 for ; Tue, 19 Nov 2002 12:13:39 -0800 (PST) Received: from saturn.bsdhome.com (rdu25-2-113.nc.rr.com [24.25.2.113]) by mx1.FreeBSD.org (Postfix) with ESMTP id E692243E42 for ; Tue, 19 Nov 2002 12:13:38 -0800 (PST) (envelope-from bsd@bsdhome.com) Received: from neutrino.bsdhome.com (jupiter [192.168.220.13]) by saturn.bsdhome.com (8.12.6/8.12.6) with ESMTP id gAJKDSg0003159; Tue, 19 Nov 2002 15:13:32 -0500 (EST) (envelope-from bsd@bsdhome.com) Received: from neutrino.bsdhome.com (localhost [127.0.0.1]) by neutrino.bsdhome.com (8.12.6/8.12.6) with ESMTP id gAJKDNCt073615; Tue, 19 Nov 2002 15:13:23 -0500 (EST) (envelope-from bsd@neutrino.bsdhome.com) Received: (from bsd@localhost) by neutrino.bsdhome.com (8.12.6/8.12.6/Submit) id gAJKDMdG073614; Tue, 19 Nov 2002 15:13:22 -0500 (EST) Date: Tue, 19 Nov 2002 15:13:22 -0500 From: Brian Dean To: Matt Haught Cc: freebsd-current@FreeBSD.org Subject: Re: DP2 iso crash on boot Message-ID: <20021119201322.GA73412@neutrino.bsdhome.com> References: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.4i Sender: owner-freebsd-current@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Tue, Nov 19, 2002 at 01:21:56PM -0500, Matt Haught wrote: > With the DP2 iso (from ftp5), I get a crash on boot right after the acpi > module is loaded. The error is (manually copied) and occured 5 out of 5 > times that I tried: I recently worked on loading 5.0 onto a dual Xeon which panic'd in a similar way. You might be able to avoid the problem by stopping the loader before it boots the kernel, and issuing: unset ACPI_LOAD at the loader prompt. Then issue the boot command manually. That may get you going. If so, you should be able to add the following to your /boot/loader.conf file: exec="unset ACPI_LOAD" Good luck! -Brian -- Brian Dean bsd@FreeBSD.org bsd@bsdhome.com To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message