Results 1 to 8 of 8
Ok so i put mandriva linux on my old old machine but i need to sell it now so im going to put windoz back on but im having a ...
- 03-20-2008 #1Just Joined!
- Join Date
- Aug 2006
- Posts
- 13
Please HELP Trying to uninstall mandriva.. :-(
Ok so i put mandriva linux on my old old machine but i need to sell it now so im going to put windoz back on but im having a huge problem doing so. I can seem to boot to any windows disks that i put into the machine...Like ill put it in and change the boot seq. then it says press any key to boot....then i see the grub bootloader shoot me back into linux...(wish i could stay there lol)...
what im asking is there any way to manually format a mandriva install using a command line interface? OR any way to get rid of linux? I think this is the reason i cant boot to any other disks.
Kind regards,
eddy
- 03-20-2008 #2Just Joined!
- Join Date
- Mar 2008
- Posts
- 34
You can always format the hard drive using a Linux boot CD (like the Ubuntu install disk or the system rescue disk Main Page - SystemRescueCd)
you can use fdisk to remove the partition table which would be faster.
tbh though I've sold several systems with Linux on, without effecting the price...
- 03-20-2008 #3Just Joined!
- Join Date
- Aug 2006
- Posts
- 13
thanks for getting back to me Chris... Yeah ive tried to push linux to these folk but they wont take it... ok ill burn that cd and try it. But wouldnt that just boot me into what ever the CD is ? (like ubuntu)
- 03-20-2008 #4Just Joined!
- Join Date
- Mar 2008
- Posts
- 34
yes then use the fdisk command...
fdisk: Partition table manipulator for - Linux man page
just leave it with a empty partition table and then reboot with windows install cd
and educate your end users :O)
- 03-20-2008 #5Boot up from SuperGRUB CD and select Fix Windows Boot Loader option from list. It will remove GRUB and Windows OS Install disk will work fine after that.
Originally Posted by eddyg It is amazing what you can accomplish if you do not care who gets the credit.
New Users: Read This First
- 03-20-2008 #6forum.guy
- Join Date
- May 2004
- Location
- arch linux
- Posts
- 18,090
I recommend using the Parted Magic LiveCD. It's a quick download and burn to CD and is a good utility to keep on hand for working with Windows or Linux partitions.
Use it to wipe the drive of all content quickly by going to a terminal and issuing the following command:
You'll need to replace /dev/sda with your actual device name such as /dev/hda.Code:dd if=/dev/zero of=/dev/sda bs=512 count=1
Using the dd command above will write zeros to the entire drive giving you a totally fresh start.
If needed, you can use the fdisk -l command to determine your device name:
Your Windows disks should work fine again after doing this.Code:fdisk -l
Let us know how it goes.oz
→ new members/users: read this first | new member faq
→ no private messages requesting computer support - post them on the forums!
→ please use the "report post" button to alert our forum admins to problematic posts rather than responding to them yourself.
- 03-23-2008 #7Just Joined!
- Join Date
- Dec 2007
- Posts
- 35
can't u just boot from the windows disc and format the hard drive and make it ntfs and then just install windows on the drive which should be unpartitioned space after u clear it.
- 03-23-2008 #8forum.guy
- Join Date
- May 2004
- Location
- arch linux
- Posts
- 18,090
oz
→ new members/users: read this first | new member faq
→ no private messages requesting computer support - post them on the forums!
→ please use the "report post" button to alert our forum admins to problematic posts rather than responding to them yourself.


Reply With Quote

