From owner-freebsd-questions@FreeBSD.ORG Wed Nov 7 00:18:03 2007 Return-Path: Delivered-To: questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 3009A16A41A for ; Wed, 7 Nov 2007 00:18:03 +0000 (UTC) (envelope-from freebsd@meijome.net) Received: from sigma.octantis.com.au (ns2.octantis.com.au [207.44.189.124]) by mx1.freebsd.org (Postfix) with ESMTP id D9A5B13C4B3 for ; Wed, 7 Nov 2007 00:18:02 +0000 (UTC) (envelope-from freebsd@meijome.net) Received: (qmail 5805 invoked from network); 6 Nov 2007 18:18:02 -0600 Received: from 124-170-22-248.dyn.iinet.net.au (HELO localhost) (124.170.22.248) by sigma.octantis.com.au with (DHE-RSA-AES256-SHA encrypted) SMTP; 6 Nov 2007 18:18:01 -0600 Date: Wed, 7 Nov 2007 11:17:53 +1100 From: Norberto Meijome To: Greg M Message-ID: <20071107111753.70091dca@meijome.net> In-Reply-To: References: X-Mailer: Claws Mail 3.0.2 (GTK+ 2.12.1; i386-portbld-freebsd7.0) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Cc: questions@freebsd.org Subject: Re: Uninstall sos 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: Wed, 07 Nov 2007 00:18:03 -0000 On Tue, 6 Nov 2007 12:17:10 -0800 Greg M wrote: > Hello, I am looking to reinstall bsd on another, newer machine. In the meantime, I need to uninstall it and install xp:( on my girlfriends older machine. I changed the boot sequence in bios so as to boot from the xp cd. The process begins, but than hangs up on a stop message saying that it will not go any further. Should I just fdisk the drive and start from scratch? And if so, how do I do that in bsd(not sure of the version, but it is about 5 years old). Any assistance is greatly appreciated! boot into the rescue console from the fbsd install cd (or in single mode of your bsd HD if that still works). dd if=/dev/zero of=/dev/ad0 bs=1024 count=10 will overwrite the first 10 MB of your disk (ad0) with zeroes. 10MB is overkill, but why not :D after this, XP should be able to see the disk as a blank disk, create a partition and format it. This will COMPLETELY destroy your data in your disk, so make sure that's what you want to do (ie, this will not help you install bsd alongside xp) good luck, B _________________________ {Beto|Norberto|Numard} Meijome Never attribute to malice what can adequately be explained by incompetence. I speak for myself, not my employer. Contents may be hot. Slippery when wet. Reading disclaimers makes you go blind. Writing them is worse. You have been Warned.