From owner-freebsd-questions@FreeBSD.ORG Tue Dec 28 16:03:08 2010 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 F0F04106564A for ; Tue, 28 Dec 2010 16:03:07 +0000 (UTC) (envelope-from xaero@xaerolimit.net) Received: from mail-ey0-f182.google.com (mail-ey0-f182.google.com [209.85.215.182]) by mx1.freebsd.org (Postfix) with ESMTP id 8AA108FC0A for ; Tue, 28 Dec 2010 16:03:06 +0000 (UTC) Received: by eyf6 with SMTP id 6so4460758eyf.13 for ; Tue, 28 Dec 2010 08:03:06 -0800 (PST) Received: by 10.213.31.209 with SMTP id z17mr10635212ebc.12.1293552186066; Tue, 28 Dec 2010 08:03:06 -0800 (PST) MIME-Version: 1.0 Received: by 10.213.112.145 with HTTP; Tue, 28 Dec 2010 08:02:45 -0800 (PST) In-Reply-To: References: From: Chris Brennan Date: Tue, 28 Dec 2010 11:02:45 -0500 Message-ID: To: Michael Powell Content-Type: text/plain; charset=UTF-8 X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Cc: freebsd-questions@freebsd.org Subject: Re: a new hard-drive in a 2y/o laptop 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: Tue, 28 Dec 2010 16:03:08 -0000 On Tue, Dec 28, 2010 at 2:23 AM, Michael Powell wrote: > Try zeroing out the mbr: > > Boot a LiveFS CD, then at a root prompt do: > > sysctl kern.geom.debugflags=16 and: > > dd if=/dev/zero of=/dev/adx oseek=1 bs=512 count=1 > > where x equals your drive number. This will zero out any old MBR. > > I have seen this exact error before, and this is what took care of it. > > -Mike > Mike, Thanks for that little tip, I tried it this morning and it hung for about 30 second w/ no cd/hd activity, then it resumed w/ a beep, it printed some garbage on the console, the only ledgeable was the following [..] Invalid partition tableError loading operating systemMissing operating system1+0 records in 1+0 records out 512 bytes transferred in 2.712151 secs (189 bytes/sec) [..] Restarting the install process, again accepting defaults, I am again presented with [..] 'Unable to find device node for /dev/ad4s1b in dev! The creation of filesystems will be aborted.' [..] My question is this now, could this be the fact that this is a really large drive and the bios is 'freaking' out (for lack of a better term) and not properly presenting the disk to the system? While I don't think this is something to consider, something in the back of my head suggests it is. The disk is a different spindle-speed then the old one. [..] 250G -> 5400RPM 750G -> 7200RPM [..] maybe a (stab in the dark here) bus translation issue, disk is giving the bus too much information? *shrug I dunno, I'm babeling now and I don't have an obnoxious fish in my ear :(.