LinuxQuestions.org
Latest LQ Deal: Latest LQ Deals
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Software
User Name
Password
Linux - Software This forum is for Software issues.
Having a problem installing a new program? Want to know which application is best for the job? Post your question in this forum.

Notices


Reply
  Search this Thread
Old 05-20-2003, 08:00 AM   #1
tszhim
Member
 
Registered: Feb 2003
Posts: 54

Rep: Reputation: 15
Removal of Linux


my computer has installed the linux 8.0 and now I want to remove it and install windows 98, however, when the windows disc was checking my hard disk, it said my hard disk has bad sector...but i don't think so....what's wrong with it? Any way to remove the linux ?
 
Old 05-20-2003, 08:54 AM   #2
XavierP
Moderator
 
Registered: Nov 2002
Location: Kent, England
Distribution: Debian Testing
Posts: 19,192
Blog Entries: 4

Rep: Reputation: 475Reputation: 475Reputation: 475Reputation: 475Reputation: 475
Use a dos disk -

1. a:\fdisk /mbr
2. a:\fdisk and delete all partitions (reboot)
3. a:fdisk and recreate all partitions (not forgetting to make the primary partition) (reboot)
4. a:\format c: (and wait for that to complete)
5. remove floppy. insert cd. (reboot)
 
Old 05-20-2003, 08:57 AM   #3
XavierP
Moderator
 
Registered: Nov 2002
Location: Kent, England
Distribution: Debian Testing
Posts: 19,192
Blog Entries: 4

Rep: Reputation: 475Reputation: 475Reputation: 475Reputation: 475Reputation: 475
or even go here: http://support.microsoft.com/default...b;en-us;247804
 
Old 05-20-2003, 08:57 AM   #4
fancypiper
LQ Guru
 
Registered: Feb 2003
Location: Sparta, NC USA
Distribution: Ubuntu 10.04
Posts: 5,141

Rep: Reputation: 60
# How do I uninstall Linux completely and keep/use Windows only?
How to Remove Linux and Install Windows 2000
How to Remove Linux and Install Windows XP
You can remove lilo from the mbr with
/sbin/lilo -u
You can remove grub or lilo from the mbr by booting with a Windows 98 boot floppy (at the prompt, type fdisk /mbr), or by using the Windows XP Recovery Console or the Windows 2000 Recovery Console
 
Old 05-20-2003, 08:57 AM   #5
michaelk
Moderator
 
Registered: Aug 2002
Posts: 25,704

Rep: Reputation: 5896Reputation: 5896Reputation: 5896Reputation: 5896Reputation: 5896Reputation: 5896Reputation: 5896Reputation: 5896Reputation: 5896Reputation: 5896Reputation: 5896
Use your win98 CD and use DOS fdisk to delete non-dos partitions, add windows partitions and reformat.
 
Old 05-20-2003, 04:29 PM   #6
antken
Member
 
Registered: Nov 2000
Posts: 368

Rep: Reputation: Disabled
i may be the only one in this thread to ask, but why ?

linux is far better
 
Old 05-20-2003, 04:38 PM   #7
jfrey
Member
 
Registered: May 2003
Location: California
Distribution: Mandrake
Posts: 50

Rep: Reputation: 15
LOL!

I am in agreement with Antken!
Is there something wrong with Linux that you are having problems with? Perhaps someone here can assist?



JF
 
Old 05-20-2003, 04:43 PM   #8
Silent Bob
Member
 
Registered: Feb 2003
Location: Ireland
Distribution: Debian
Posts: 56

Rep: Reputation: 15
Linux is about choice. If he wants to remove it then so be it. It ain't for everyone.
 
Old 05-20-2003, 05:10 PM   #9
antken
Member
 
Registered: Nov 2000
Posts: 368

Rep: Reputation: Disabled
silent bob is right, i agree

linux is about choice, if linux keeps growing and growing, and i hope it will, it will become the main os of every one

i dont mind microsoft, but its the stuff they produce that drives me up the wall windows for example, it crashes, its insecure, and you dont know whats going on half the time with it.

as with linux you can see whats going on you can lock down your system even tighter, there are less bugs, and system is more stable, i could do on listing the benifits of linux but i think i shal stop there as i dont want to start another 'mine is better than yours' match

any who i have walked away from the main topic in the thread, lets not stray to far

Last edited by antken; 05-20-2003 at 05:13 PM.
 
Old 06-02-2003, 08:47 AM   #10
tszhim
Member
 
Registered: Feb 2003
Posts: 54

Original Poster
Rep: Reputation: 15
I remove Linux becaue I need to give my laptop to my friends, so I think windows would be easier for her to begin learning about computer.... that's it....

& I am still using Linux 8.0
 
Old 06-02-2003, 09:41 AM   #11
tszhim
Member
 
Registered: Feb 2003
Posts: 54

Original Poster
Rep: Reputation: 15
After I have installed the Windows 98, when bootup, it still loads the GRUB loader.... but it can only show "GRUB" then it's hang..what's up?? How to tackle it??
thanks
 
Old 06-02-2003, 09:51 AM   #12
tcaptain
LQ Addict
 
Registered: Jul 2002
Location: Montreal
Distribution: Gentoo 2004 from stage 1 baby!
Posts: 1,403

Rep: Reputation: 45
from a dos boot disk you need to do:

fdisk /mbr
 
Old 06-02-2003, 10:06 AM   #13
tszhim
Member
 
Registered: Feb 2003
Posts: 54

Original Poster
Rep: Reputation: 15
But after I type this command, it said no such command
 
Old 06-02-2003, 10:50 AM   #14
fancypiper
LQ Guru
 
Registered: Feb 2003
Location: Sparta, NC USA
Distribution: Ubuntu 10.04
Posts: 5,141

Rep: Reputation: 60
Another way is to use your Linux install disk (or tom's root and boot floppy, or knoppix, any live cd), boot into rescue and zero out the drive

dd if=/dev/zero of=/dev/hda

This will completely fill the drive with zeros and wipes out all partitions.

After this finishes, reboot, stick in your Windows install cd and install away.

KNOPPIX Linux Live CD
Linux Bootable Business Card
Tom's Root and Boot floppy

Last edited by fancypiper; 06-02-2003 at 10:52 AM.
 
Old 06-02-2003, 10:32 PM   #15
tszhim
Member
 
Registered: Feb 2003
Posts: 54

Original Poster
Rep: Reputation: 15
no response after i typed this command

..the computer said i have lost my linux partition already...but i have no idea why it still shows "GRUB" (not GRUB LOADER...) and hangs.....
maybe is it possible to delete the GRUB LOADER???
 
  


Reply



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 Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
win32 virus removal using Linux JPsDad Linux - Security 2 09-26-2005 03:24 PM
linux/osf.3974 Removal ? Mark007 Linux - Security 3 03-02-2005 02:56 AM
Linux Spyware Removal Tools? Micro420 Linux - Software 9 01-22-2004 05:29 AM
linux removal Scruff Linux - General 11 12-05-2002 10:39 AM
linux 7.0 removal dogg Linux - Software 1 08-16-2001 09:53 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Software

All times are GMT -5. The time now is 08:39 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