From owner-freebsd-questions@FreeBSD.ORG Fri Aug 7 22:21:06 2009 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 680021065673 for ; Fri, 7 Aug 2009 22:21:06 +0000 (UTC) (envelope-from freebsd-questions@m.gmane.org) Received: from ciao.gmane.org (main.gmane.org [80.91.229.2]) by mx1.freebsd.org (Postfix) with ESMTP id E61E38FC16 for ; Fri, 7 Aug 2009 22:21:05 +0000 (UTC) Received: from list by ciao.gmane.org with local (Exim 4.43) id 1MZXo8-0002Zs-0q for freebsd-questions@freebsd.org; Fri, 07 Aug 2009 22:21:04 +0000 Received: from pool-71-166-138-187.washdc.east.verizon.net ([71.166.138.187]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Fri, 07 Aug 2009 22:21:04 +0000 Received: from nightrecon by pool-71-166-138-187.washdc.east.verizon.net with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Fri, 07 Aug 2009 22:21:04 +0000 X-Injected-Via-Gmane: http://gmane.org/ To: freebsd-questions@freebsd.org From: Michael Powell Followup-To: gmane.os.freebsd.questions Date: Fri, 07 Aug 2009 18:21:08 -0400 Lines: 54 Message-ID: References: <4d4e09680908061012q6ea8aeacm875c556eaea7a54f@mail.gmail.com> <4A7B1B41.7090507@unsane.co.uk> <4d4e09680908061733v21602321x252a7111a7648ad6@mail.gmail.com> <4A7C074C.9060303@unsane.co.uk> <4d4e09680908070708x635dcd80ha96a61e9c71b0b6b@mail.gmail.com> <4d4e09680908070708i286b98a7j6f03725a848ae83c@mail.gmail.com> <20090807153027.GA39621@slackbox.xs4all.nl> <4d4e09680908070847jfed3447v4863b7637585f54@mail.gmail.com> <20090807212050.GB48236@slackbox.xs4all.nl> Mime-Version: 1.0 Content-Type: text/plain; charset="ISO-8859-1" Content-Transfer-Encoding: 7Bit X-Complaints-To: usenet@ger.gmane.org X-Gmane-NNTP-Posting-Host: pool-71-166-138-187.washdc.east.verizon.net Sender: news Subject: Re: Fwd: Boot failure X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: nightrecon@hotmail.com List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 07 Aug 2009 22:21:06 -0000 Tim Judd wrote: > On 8/7/09, Roland Smith wrote: > >> Looks like your hardware is dying/dead. > > > > Sadly, I agree. > > > Reset BIOS CMOS data (hardware jumper on motherboard) > Enter RAID controller BIOS, (re)set your "boot drive" > > But it looks like a fundamental BIOS control issue is malfunctioning. > > Do you have a PCI Diagnostics card? One like the following? > > http://www.uxd.com/phdpci.shtml > > (I'm not saying that exact model, but rather a device that is able to > see BIOS codes through the PCI bus that can tell very technical detail > to tech support at the motherboard's vendor (you said Intel, right?).) > > Hardware rarely up and dies. Have you tried swapping RAM chips out, > or re-ordering them to see if it might be a RAM problem? > > > Maybe we're not passing POST, or that we're passing POST but the > bootable device list is not finding bootable medium. > > > These kind of issues intrigue me, because it is out of the norm, and > why did it happen. Sometimes I've seen when a hard drive gets old and the head movement mechanism is worn the drive can have problems properly locating the head over track 0. I've also noted that sometimes even when it can find track 0 it couldn't read the mbr. If this happens because of a bad spot has developed in the magnetic media there's nothing at this point that can be done. If it's just worn head slop sometimes you can write out a fresh mbr and use it for a while longer, but the problem will return worse later. Using smartmontools and smartctl test/diags to get a test dump from the drive can be useful at times to decide if replacement is warranted. > I'd get to the point of swapping hardware one at a time until it > fixes, or until you exhaust your options. Have any kind of support > contract with the OEM? > > --Tim