LinuxQuestions.org
Visit Jeremy's Blog.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - General
User Name
Password
Linux - General This Linux forum is for general Linux questions and discussion.
If it is Linux Related and doesn't seem to fit in any other forum then this is the place.

Notices


Reply
  Search this Thread
Old 06-09-2006, 01:41 PM   #1
newandifferent
LQ Newbie
 
Registered: Jun 2006
Posts: 3

Rep: Reputation: 0
Unhappy uninstall Linux without setup disks or floppy drive?


Hi, i just got a used laptop that has fedora installed on it. I dont think that linux will be compatible with most of the programs i want to run, so i'm attempting to uninstall linux and install windows. you cant do this with the windows boot up disk, the screen just goes blank when you choose to boot from disk. i read forums that said this is because the windows disk cannot recognize the linux partitions. SO they say you have to use another utility, such as the linux setup disk. the problem is i do not have this, and i do not have a floppy drive in the computer. I do have a cdr/rw, but as of yet it does not recognize the blank cds i put in. anybody know any other utilities i can use to delete linux? programs? any other way?
thanks alot.
 
Old 06-09-2006, 01:56 PM   #2
farslayer
LQ Guru
 
Registered: Oct 2005
Location: Northeast Ohio
Distribution: linuxdebian
Posts: 7,249
Blog Entries: 5

Rep: Reputation: 191Reputation: 191
Boot from Windows installation CD. Select Install, when it gets to the partition section select the "unknown partition" and delete it. Install windows on your system

There is no need for a separate program or utility to remove windows and install win2k or winXP, the windows CD can do everything you need.

http://www.windows2000.windowsreinst...dhdd/index.htm

Last edited by farslayer; 06-09-2006 at 02:00 PM.
 
Old 06-09-2006, 02:55 PM   #3
pixellany
LQ Veteran
 
Registered: Nov 2005
Location: Annapolis, MD
Distribution: Mint
Posts: 17,809

Rep: Reputation: 743Reputation: 743Reputation: 743Reputation: 743Reputation: 743Reputation: 743Reputation: 743
I thought OP could not boot from CD...

If you can't boot from CD, then that has nothing to do with what OS is installed on the Hard drive.
Quote:
you cant do this with the windows boot up disk, the screen just goes blank when you choose to boot from disk.
Exactly where in the process does this happen??
 
Old 06-09-2006, 03:07 PM   #4
newandifferent
LQ Newbie
 
Registered: Jun 2006
Posts: 3

Original Poster
Rep: Reputation: 0
well, you start up and it gets to the point where it says: "boot from cd press any key.." then if you press any key in the next few seconds, words appear that say "setup is checking your hardware configuration" for a second or two, then the screen goes blank. i hear the cd drive working, but the screen remains blank. i noticed someone else had mentioned this happening to them in a similar situation, i will look for that and see if i can get any more info.
 
Old 06-09-2006, 03:56 PM   #5
gopiindiaever
LQ Newbie
 
Registered: Mar 2006
Location: Hyderabad,India
Distribution: Fedora Core
Posts: 20

Rep: Reputation: 0
Try formatting some space over the disk(you might have some free ) into a FAT32(supported out of box in fedora) or NTFS(need some drivers..can easily be found)
and then boot from wondows CD.Even though i dint try this i hope it should work.
 
Old 06-09-2006, 04:01 PM   #6
newandifferent
LQ Newbie
 
Registered: Jun 2006
Posts: 3

Original Poster
Rep: Reputation: 0
sorry, but i'm relativley amateur when it comes to computers.. can you help explain how i would do this?
 
Old 06-09-2006, 05:09 PM   #7
royeo
Member
 
Registered: Jun 2006
Posts: 150

Rep: Reputation: 15
Removing Liinux

I just had EXACTLY the same problem. I called up my computer company and luckily they had a Linux expert working there and they put me in touch with him. There is no easy way to uninstall Linux. He had me doing all kinds of stuff but what it boils down to is that we deleted Linux's partitions. This allowed Windows to not see strange partitions and after that the Windows boot/setup disk worked properly. I now have a dual booting computer, the trick is you have to install Windows first. I don't know if there is a utility that can help you. That guy that helped me told me EVERYthing to type. Good luck.
 
Old 06-09-2006, 06:17 PM   #8
syg00
LQ Veteran
 
Registered: Aug 2003
Location: Australia
Distribution: Lots ...
Posts: 21,128

Rep: Reputation: 4121Reputation: 4121Reputation: 4121Reputation: 4121Reputation: 4121Reputation: 4121Reputation: 4121Reputation: 4121Reputation: 4121Reputation: 4121Reputation: 4121
I suspect this will be pretty simple to fix. Issue the following from a terminal session, and post the results
Code:
fdisk -l
(that's a lowercase ell)
 
Old 06-09-2006, 10:52 PM   #9
farslayer
LQ Guru
 
Registered: Oct 2005
Location: Northeast Ohio
Distribution: linuxdebian
Posts: 7,249
Blog Entries: 5

Rep: Reputation: 191Reputation: 191
holy smokes guys uninstalling is a non-issue.. the problem is your PC isn't booting from the CD properly...

to remove linux all you need to do is wipe the partition info from the drive, easily done with a tool such as Dariks boot and nuke http://dban.sourceforge.net/ or the Windows Install CD as I mentioned earlier..

If your machine is failing to boot from the windows CD completely that has nothing to do with Linux being installed on the hard drive. Since the machine is booting from the CD it is not even accessing the hard drive, that early in the process. they are giving you bad info by claiming that Linux breing installed is causingg the CD to not boot. that is B.S. plain and simple.

I'd be more apt to think theres something wrong with either the CDROM drive, the RAM in the PC, or the CD itself is damaged (dirty or scratched) and that is what is causing the boot process to fail. since you did say
Quote:
"boot from cd press any key.." then if you press any key in the next few seconds, words appear that say "setup is checking your hardware configuration"
That means the boot process has started on the CD. after it started it failed for some reason possibly one of the ones I mentioned above.

You can try the dban disk I mentioned above, I would also download memtest + and check the RAM in the PC/Laptop
http://www.memtest.org/

These are bootable iso image downloads you will need to burn them to a CD to use them, have a friend give you a hand if you are unfamiliar with how to do this..

you could even boot into linux, su- to root and issue the following command.. # dd if=/dev/zero of=/dev/hda bs=512 count=1 that will zero out the MBR and wipe the partition table.. reboot the laptop and Neither linux or windows will see any partitions on the laptop , they will both believe the drive is completely blank.
 
Old 06-09-2006, 11:04 PM   #10
syg00
LQ Veteran
 
Registered: Aug 2003
Location: Australia
Distribution: Lots ...
Posts: 21,128

Rep: Reputation: 4121Reputation: 4121Reputation: 4121Reputation: 4121Reputation: 4121Reputation: 4121Reputation: 4121Reputation: 4121Reputation: 4121Reputation: 4121Reputation: 4121
- the CD *is* booting fine ...
- the problem *is* (probably) something done from Linux ...
- the "dd" command *will* (probably) fix the problem, and you'll never know why.
Which is why I didn't recommend it.

I'd be willing to bet there is no hardware issue involved.
 
Old 06-10-2006, 11:24 AM   #11
gopiindiaever
LQ Newbie
 
Registered: Mar 2006
Location: Hyderabad,India
Distribution: Fedora Core
Posts: 20

Rep: Reputation: 0
This is a perfect solution if you have a Windows 2000 installation CD.
Boot the pc from that cd(it will definitely boot).Then upgrade the pc with winxp cd.
This is the thing i always do with my dual boot machine.

Iam quite sure that there isn't any hard ware problem.
 
Old 06-10-2006, 11:25 AM   #12
gopiindiaever
LQ Newbie
 
Registered: Mar 2006
Location: Hyderabad,India
Distribution: Fedora Core
Posts: 20

Rep: Reputation: 0
if you dont have that win 2000 cd,the solution of erasing the MBR is good one to follow.
 
Old 06-10-2006, 05:02 PM   #13
royeo
Member
 
Registered: Jun 2006
Posts: 150

Rep: Reputation: 15
Unable to install Windows with Linux loaded.

I'm the guy who wrote yesterday that we basically had to wipe out Linux's partitions. That guy who told you that the Windows disk was booting alright and that you probably had a bad CD player or bad memory or a bad disk was giving you bad info. I had EXACTLY the same problem. And that guy who told you, you could delete the partitions as part of Windows setup; that's your whole problem: You can't get to that point. Anyway, I'd say your best bet is (if it will work in Linux) that utility "dban". Good luck again, you're in a bad situation not made better by oversimplifications.
 
Old 06-12-2006, 08:50 PM   #14
SETXBera
LQ Newbie
 
Registered: Apr 2005
Location: Space Coast, FL
Distribution: Ubuntu 9.10
Posts: 17

Rep: Reputation: 1
But it was my understanding that you don't want to muck around with /dev/hda. You could access the low level formatting and possibly FUBAR it(low level formatting) making the whole issue null and void by forcing the purchase of a new hard drive.

I'm wanting to say that I gleaned that info in Running Linux from O'Reilly or maybe a Unix book from Sybex, but I'm not for sure. And I don't wanna learn from a mistake on that one.
 
Old 07-05-2006, 05:51 AM   #15
dasy2k1
Member
 
Registered: Oct 2005
Location: 127.0.0.1
Distribution: Manjaro
Posts: 963

Rep: Reputation: 36
Quote:
Originally Posted by SETXBera
But it was my understanding that you don't want to muck around with /dev/hda. You could access the low level formatting and possibly FUBAR it(low level formatting) making the whole issue null and void by forcing the purchase of a new hard drive.
.
No, that is the point of what you are trying to do,
you want to acsess the low level formating and remove it,
you cant FUBAR a drive taht easialy, sure you can make it totally blank and unreadable, but here that is what is desired

windose dousent like old hard drives that allready have somthing on.

my method woule be to download SLAX (www.slax.org)
burn teh CD,
boot from it
run cfdisk and delete all existing partitions,
write the partitioon table, then retrry the windows installation
it shoudl see the hDD as being totally blank as if it was new.

the problem might not be with the HDD though
sometimes auto-probing for hardware can cause a crash
if i try to probe for printers on linux i get a full system hang :-(
windose being full of bugs is more likly to cause this!

its a pity windows dousent have a boot: prompt when you install to pass it parameters, but then again it dounst have a proper kernal to pass anything to
 
  


Reply

Tags
delete, linux+vs+windows, partitions, unistall



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
How to dual boot Suse linux and XP with only recovery disks and one hard drive Jonnyk429 Linux - Newbie 1 02-09-2006 02:51 PM
How many of you used Linux when it was on 7 floppy disks like me? t3gah General 4 03-19-2005 11:54 AM
Installation Disks not recognized as official disks when booting with floppy coal-fire-ice Mandriva 13 12-09-2004 04:29 PM
boot from floppy drive then insall linux redhat9 from HARD DRIVE Shiraz Ahmed Linux - Software 0 08-23-2004 05:11 AM

LinuxQuestions.org > Forums > Linux Forums > Linux - General

All times are GMT -5. The time now is 06:12 PM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration