From owner-freebsd-questions@FreeBSD.ORG Wed Jun 14 07:55:56 2006 Return-Path: X-Original-To: freebsd-questions@freebsd.org 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 B132B16A41B for ; Wed, 14 Jun 2006 07:55:56 +0000 (UTC) (envelope-from ajr9@po.cwru.edu) Received: from beta.eecs.cwru.edu (beta.EECS.CWRU.Edu [129.22.150.110]) by mx1.FreeBSD.org (Postfix) with ESMTP id 66E9743D55 for ; Wed, 14 Jun 2006 07:55:56 +0000 (GMT) (envelope-from ajr9@po.cwru.edu) Received: from [10.0.0.6] ([::ffff:72.25.105.188]) (AUTH: PLAIN reitz, TLS: TLSv1/SSLv3,128bits,RC4-SHA) by beta.eecs.cwru.edu with esmtp; Wed, 14 Jun 2006 03:55:55 -0400 id 000AC095.448FC10B.00003DBC In-Reply-To: <448F9A87.3070809@u.washington.edu> References: <448F9A87.3070809@u.washington.edu> Mime-Version: 1.0 (Apple Message framework v749.3) Content-Type: text/plain; charset=US-ASCII; delsp=yes; format=flowed Message-Id: Content-Transfer-Encoding: 7bit From: Andrew Reitz Date: Wed, 14 Jun 2006 00:55:49 -0700 To: Garrett Cooper X-Mailer: Apple Mail (2.749.3) Cc: freebsd-questions@freebsd.org Subject: Re: Trying to revive a server... AIC-7896 freezes pre-POST completion X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 14 Jun 2006 07:55:56 -0000 On Jun 13, 2006, at 10:11 PM, Garrett Cooper wrote: > Hello again all, > I know this isn't a FreeBSD question really, but I just started up > a motherboard with onboard SCSI (Adaptec AIC-7896), and for some > odd reason it freezes pre-POST before it attempts to boot and there > isn't any way where I can get into the BIOS to change the settings > it seems. Does anyone know how I can maybe disable the onboard SCSI > controller since it appears to hang while detecting disks? Hi Garrett, I've been having a lot of "PC fails to POST" problems recently, so I feel your pain. Basically, my guess is that after your BIOS does its self check, it tries to load all of the option BIOSes into memory. This will include a BIOS from your SCSI adapter, as well as network-bootable NICs, etc. Basically, the BIOS has to do this so that you can boot off whatever option card that you have in the system. Since your SCSI adapter is built-in to the motherboard, it should be pretty compatible with the BIOS -- unless you changed that recently. In order to troubleshoot this, however, I would start by unplugging everything possible from your server. Just keep the ram, MB, CPU, and graphics card. See if you can get the machine to POST in this state (it really should, barring some sort of bad hardware or bad CMOS state). If it posts, start adding things back (disks, PCI cards, etc.), until you find the source of the problem. Usually, onboard devices can only be disabled from the BIOS, which you can't get to. But, I would check for a jumper on the motherboard, to see if there is a way to disable things that way. If you get really desperate, you could try resetting your BIOS configuration (CMOS). Good luck, and I hope this helps... -Andy.