Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 21 Jul 2004 12:35:44 +0200 (CEST)
From:      Wojciech Puchar <wojtek@tensor.3miasto.net>
To:        mark <mark@quadsource.com>
Cc:        freebsd-questions@freebsd.org
Subject:   Removing FreeBSD
Message-ID:  <20040721123241.I71238@chylonia.3miasto.net>
In-Reply-To: <HAELIIMGHMICIKEJKAPJAEBKCAAA.mark@quadsource.com>
References:  <HAELIIMGHMICIKEJKAPJAEBKCAAA.mark@quadsource.com>

next in thread | previous in thread | raw e-mail | index | archive | help
> How do remove freebsd from my machine?  I want to format the drive to
> install windows xp.

1) don't post without subject
2) boot any usix from floppy or CD, get to shell and use dd to wipe out
beginning of disk

with FreeBSD

dd if=/dev/zero of=/dev/ad0 bs=64k count=1

with linux replace ad0 with hda, with NetBSD use rwd0d.

3) install windoze or any OS as with empty drive.


PS. i assumed your hard drive is on first IDE channel master.



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20040721123241.I71238>