From owner-freebsd-current@FreeBSD.ORG Wed Jul 23 14:27:09 2003 Return-Path: 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 2DB8D37B401 for ; Wed, 23 Jul 2003 14:27:09 -0700 (PDT) Received: from mtiwmhc12.worldnet.att.net (mtiwmhc12.worldnet.att.net [204.127.131.116]) by mx1.FreeBSD.org (Postfix) with ESMTP id 737BC43FA3 for ; Wed, 23 Jul 2003 14:27:06 -0700 (PDT) (envelope-from rtdean@cytagen.com) Received: from emachine.cytagen.com (51.arlington-28-29rs.va.dial-access.att.net[12.92.107.51]) by mtiwmhc12.worldnet.att.net (mtiwmhc12) with SMTP id <2003072321270411200ocivse>; Wed, 23 Jul 2003 21:27:04 +0000 Message-Id: <5.1.0.14.0.20030723171952.00ae4070@smtp.cytagen.com> X-Sender: ctgn0009@smtp.cytagen.com X-Mailer: QUALCOMM Windows Eudora Version 5.1 Date: Wed, 23 Jul 2003 17:26:58 -0400 To: freebsd-current@freebsd.org From: "Ryan T. Dean" Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii"; format=flowed Subject: Fun with 'fdisk -B -b /boot/boot0 ad0' X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 23 Jul 2003 21:27:09 -0000 Greetings- I've got a laptop which I dualboot between -CURRENT and W2k. I recently had to reinstall W2k, and in the process it eliminated my MBR. I can successfully boot into FBSD by using a boot floppy and telling it to boot the kernel from the hard drive, but this is, well, kludgy. Checking the handbook, I found the entry on how to reinstall the MBR. So, I did a 'fdisk -B -b /boot/boot0 ad0'. The FreeBSD boot program came back, however, when I attempt to load FreeBSD, it merely beeps at me. It will, however, boot into W2k. I've tried supping, rebuilding the boot blocks (cd src/sys/boot; make install; fdisk -B -b /boot/boot0 ad0; disklabel -B ad0s2) with no success. I was hoping that someone might have an idea, as I've exhausted all of mine for the time being. Cheers, Ryan T. Dean