From owner-freebsd-questions@FreeBSD.ORG Fri Jan 6 14:45:29 2012 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 A15B3106566B for ; Fri, 6 Jan 2012 14:45:29 +0000 (UTC) (envelope-from wblock@wonkity.com) Received: from wonkity.com (wonkity.com [67.158.26.137]) by mx1.freebsd.org (Postfix) with ESMTP id 5BE028FC12 for ; Fri, 6 Jan 2012 14:45:29 +0000 (UTC) Received: from wonkity.com (localhost [127.0.0.1]) by wonkity.com (8.14.5/8.14.5) with ESMTP id q06EjSaU048235; Fri, 6 Jan 2012 07:45:28 -0700 (MST) (envelope-from wblock@wonkity.com) Received: from localhost (wblock@localhost) by wonkity.com (8.14.5/8.14.5/Submit) with ESMTP id q06EjSJI048232; Fri, 6 Jan 2012 07:45:28 -0700 (MST) (envelope-from wblock@wonkity.com) Date: Fri, 6 Jan 2012 07:45:28 -0700 (MST) From: Warren Block To: Bill Tillman In-Reply-To: <1325819792.82542.YahooMailNeo@web36502.mail.mud.yahoo.com> Message-ID: References: <4F0517BA.1050405@mykitchentable.net> <1325819792.82542.YahooMailNeo@web36502.mail.mud.yahoo.com> User-Agent: Alpine 2.00 (BSF 1167 2008-08-23) MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII; format=flowed X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-4.2.7 (wonkity.com [127.0.0.1]); Fri, 06 Jan 2012 07:45:28 -0700 (MST) Cc: FreeBSD Questions Subject: Re: 9.0-RELEASE amd64 Bricked My Hard Drive 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: Fri, 06 Jan 2012 14:45:29 -0000 On Thu, 5 Jan 2012, Bill Tillman wrote: > Well the install finished and > then I attempted to reboot the system but nothing happened. And by that I > mean the computer's flash screen would come up and give me the choice > to enter the Bios Setup or Boot Menu and that's all. The BIOS on some systems expects a particular partition layout. In the old days, Compaq had a BIOS partition on the disk. Today, there are there are still weird things that can be vendor-specific. Or new standards like UEFI. So the problem could be specific to that particular computer model or brand. Attaching the drive to a USB to IDE adapter might avoid the problem, allowing a boot from another drive. Before rewriting the do-nothing drive, use 'gpart show' or fdisk to see the partition layout that is the problem.