From owner-freebsd-questions Sun Dec 9 11:38: 0 2001 Delivered-To: freebsd-questions@freebsd.org Received: from darkstar.umd.edu (darkstar.umd.edu [128.8.215.163]) by hub.freebsd.org (Postfix) with ESMTP id 3C41237B405 for ; Sun, 9 Dec 2001 11:37:57 -0800 (PST) Received: from glue.umd.edu (localhost [127.0.0.1]) by darkstar.umd.edu (8.11.6/8.11.4) with ESMTP id fB9Jbr202232; Sun, 9 Dec 2001 14:37:55 -0500 (EST) (envelope-from bfoz@glue.umd.edu) Message-ID: <3C13BD91.85962934@glue.umd.edu> Date: Sun, 09 Dec 2001 14:37:53 -0500 From: Brandon Fosdick X-Mailer: Mozilla 4.78 [en] (X11; U; Linux 2.4.2 i386) X-Accept-Language: en MIME-Version: 1.0 To: Ken Seggerman Cc: questions@FreeBSD.ORG Subject: Re: Win2000 clobbered my boot sector References: Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Ken Seggerman wrote: > Is there any way I can get FreeBSD back? You need to copy /boot1 to c:\bootsect.bsd and then add the following line to c:\boot.ini c:\bootsect.bsd="FreeBSD" c:\boot.ini may not be visible from explorer depending on your folder settings. If you type the path into notepad's open dialog it will open just fine. Obviously you'll need a way to boot FreeBSD so you can get at /boot1. The problem here is that the Win2K installer sets its boot partition to be the only active, and therefore bootable, partition. Find a bootdisk that has fdisk on it (the win98 bootdisk works) and set the FreeBSD partition to be active, then reboot. The machine should go straight to FreeBSD. Then, as root, mount the win2k partition and copy /boot1 over to it. If you only have an NTFS partition, which AFAIK FreeBSD can't write to, then you'll have to find some other way to copy the file (floppy,zip,ls120,network...). http://www.bootdisk.com has images of just about every kind of bootdisk in case you don't have one handy. BTW, all of this info is in the mail archives. Which would be a lot more useful if they actually worked, but thats another story. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message