LinuxQuestions.org
Review your favorite Linux distribution.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Newbie
User Name
Password
Linux - Newbie This Linux forum is for members that are new to Linux.
Just starting out and have a question? If it is not in the man pages or the how-to's this is the place!

Notices


Reply
  Search this Thread
Old 04-11-2004, 10:47 AM   #1
TheBaffledKing
LQ Newbie
 
Registered: Apr 2004
Distribution: SUDE 9
Posts: 4

Rep: Reputation: 0
How to remove Linux and restore Windows on Dual boot using Grub


I tried Linux as an alternative to Windows XP. I loaded it on my second (SATA) HD. I got Suse 9 and KDE 3.1 came with it. I have 2 new partitions there. 1 24Gb one 1Gb. I want to get rid of Linux because it is simply too much hassle. I can't install anything because it seems 'make' and any sort of C compiler are missing . Yast is pointless and badly designed. Yes it it. I keep getting 'dependency' problems. I try to run the rpm command from the failsafe command prompt as root and get a huge list of missing files when trying to update to kde 3.2. So I am left with a useless OS on which I can't install an application or upgrade the GUI.

I need the Space to store captured video. Or 500,000 files containing the letter 'm' repeated a million times. Either would be more useful than Linux, it seems. Can I just wipe the 2 newly created partitions on my second drive? Will this leave me booting up from C without the Grub boot manager?(doubt it). How else do I get all trace of Linux off my system?


JH
 
Old 04-11-2004, 11:06 AM   #2
320mb
Senior Member
 
Registered: Nov 2002
Location: pikes peak
Distribution: Slackware, LFS
Posts: 2,577

Rep: Reputation: 48
you have "2" posts and your giving up..........geeze

try another distro or two!!
give Slackware a shot and you won't have that
dependency crap!!
 
Old 04-11-2004, 11:07 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
Check my public bookmarks (see my signature) - there are a couple of links to how tos.

This site is "LinuxQuestions" - you could have asked your questions at any time by posting a thread. 106,029 members can't be wrong.

Last edited by XavierP; 04-11-2004 at 11:10 AM.
 
Old 04-11-2004, 11:12 AM   #4
mbegovic
Member
 
Registered: Nov 2003
Location: Vancouver, Canada
Distribution: Currently FC3
Posts: 342

Rep: Reputation: 30
It's too bad that your experience with Linux was not satisfying. Maybe you could try out some other distros, even though I don't get how you had so much trooble with SuSE. To remove Linux from your hard drive you should first of all delete the Linux and Linux Swap partitions. From the Linux terminal, you can do this using fdisk, like so:

fdisk /dev/hda (Assuming your hard drive is /dev/hda, since it's a SATA drive, it's more likely hdf or hdg or something)

Once inside fdisk, you can view your partition table with 'p' (without inverted commas) and delete partitions with 'd'. To create new partitions, you would use 'n', and you can change their type with 't' (the NTFS partition code is 7).

To remove Grub, you would need a DOS or Windows boot floppy. Once it boots, you would type:

fdisk /mbr

Regards,
 
Old 04-11-2004, 12:27 PM   #5
TheBaffledKing
LQ Newbie
 
Registered: Apr 2004
Distribution: SUDE 9
Posts: 4

Original Poster
Rep: Reputation: 0
Thanks for the help - but yes I'm giving up! I may try another distro some time in the future, or even try reinstalling SUSE, but FFS! I can't even compile from source (can't find make ./configure unrecognised... must mean they're not installed.. on a new installation, default settings. COME ON! Like shipping windows without command.com) and the number of files I seem to need to get anything done takes up several screens to the console. It comes down to this. My XP installation works. SUSE doesn't. Harsh reality of the marketplace is I have limited time and patience and I don't see a benefit proportional to the time effort this will take to get going. I'm not alone, as a trawl through these furums has shown me.. So it goes.. Life is just too short.

JH
 
Old 04-11-2004, 12:57 PM   #6
Komakino
Senior Member
 
Registered: Feb 2004
Location: Somerset, England
Distribution: Slackware 10.2, Slackware 10.0, Ubuntu 9.10
Posts: 1,938

Rep: Reputation: 55
You said that 'make' and any sort of C compiler are missing...I did the same thing the very first time I installed linux (many moons ago...red hat 5 I think!). I didn't realise not having devel packages installed would mean that I could install any apps Hey, we all learn from our mistakes. Why not reinstall your distro (or try another one) and this time install the devel packages? That way you won't have to rely on yast (which I agree is a waste of time, as are RPM's in general).

Learn to compile software from source, it's much more worth it, and if you stick with linux you'll enjoy the freedom that comes with it...I don't run windows. Don't even own it, but that's not to say you mightn't want to keep it around to play games.
 
Old 04-11-2004, 06:40 PM   #7
xanas3712
Member
 
Registered: Apr 2004
Distribution: Slackware/Mandrake/Debian (sarge)
Posts: 266

Rep: Reputation: 30
I believe he said that make and any sort of C compiler just weren't installed by default.. which I have to say sounds strange considering I've never had that problem before. Besides that though, in general I actually completely understand your comments. I ran mandrake, redhat, etc. and the dependency problems were a huge pain that caused me to give up on using them after a few hours of playing around with it. I recently checked out knoppix and have downloaded the newest mandrake (10.0) and plan to give another try at it after my failed attempt at using debian and screwing up my mbr temporarily with lilo.. hehe..

As far as compiling from source, that's something I was hoping to get to, since I have no problems with doing that in vis studio environment, but of course it's graphically oriented and easy to use.


Last edited by xanas3712; 04-11-2004 at 06:41 PM.
 
Old 04-11-2004, 08:33 PM   #8
mbegovic
Member
 
Registered: Nov 2003
Location: Vancouver, Canada
Distribution: Currently FC3
Posts: 342

Rep: Reputation: 30
Quote:
Originally posted by xanas3712
I believe he said that make and any sort of C compiler just weren't installed by default.. which I have to say sounds strange considering I've never had that problem before.
Actually no. Mandrake doesn't install them by default either. I had to struggle with it when I first tried Linux, too.
 
Old 04-11-2004, 08:36 PM   #9
xanas3712
Member
 
Registered: Apr 2004
Distribution: Slackware/Mandrake/Debian (sarge)
Posts: 266

Rep: Reputation: 30
Hmm.. I seem to remember installing it under mandrake, but it has been awhile.. but then again I think I actually selected packages because what's the point of testing out a new os install if you are going to go with defaults on everything.. hehe..

Maybe that's why I don't remember.. but I'm almost certain I saw python, gcc, etc. installed.
 
Old 04-11-2004, 10:17 PM   #10
Pauli
Member
 
Registered: Feb 2004
Location: Montreal
Distribution: Gentoo/Debian
Posts: 365

Rep: Reputation: 30
Considering he is using the 'wussed' up distos, I believe that Slack is not really the choice for him. If he doesn't know how to even spell suse (check his disto list) then I doubt he'll be eager at recompiling a kernel and buggering about with slack. He does not want effort in Linux, as far as I can see, he wants something uber simple. Like windows.
 
Old 04-11-2004, 10:28 PM   #11
mbegovic
Member
 
Registered: Nov 2003
Location: Vancouver, Canada
Distribution: Currently FC3
Posts: 342

Rep: Reputation: 30
Quote:
Originally posted by xanas3712
Hmm.. I seem to remember installing it under mandrake, but it has been awhile.. but then again I think I actually selected packages because what's the point of testing out a new os install if you are going to go with defaults on everything.. hehe..

Maybe that's why I don't remember.. but I'm almost certain I saw python, gcc, etc. installed.
They are all part of the development set of packages, which you have to select yourself during the install. At least on 9.x. I don't understand it. I don't really need LISP libraries and such, but gcc should be part of any default installation.
 
Old 04-11-2004, 10:47 PM   #12
xanas3712
Member
 
Registered: Apr 2004
Distribution: Slackware/Mandrake/Debian (sarge)
Posts: 266

Rep: Reputation: 30
Quote:
Originally posted by Pauli
Considering he is using the 'wussed' up distos, I believe that Slack is not really the choice for him. If he doesn't know how to even spell suse (check his disto list) then I doubt he'll be eager at recompiling a kernel and buggering about with slack. He does not want effort in Linux, as far as I can see, he wants something uber simple. Like windows.
I would say that's a reasonable thing to want though. If you have limited time on PCs, why do you want to spend it pulling your hair out trying to learn how to do things that are fairly basic in windows. Obviously, being a nerd of some sort I still feel the need to try linux, but I can definetly understand why most do not use it. I think the problem is, that getting specific help for your problem can be difficult. I am glad that I had some guidance here on doing a few things but it turned out my problem was something else entirely that I ended up fixing myself with trial and error. But it's that kind of thing that eventually gets on your nerves if you are just wanting something that "works."

The only real problem I have is with those who are elitist about Linux and feel that everyone who doesn't have the patience to bother with it is an absolute idiot. There are good things about linux, and there are bad things about it as well. I think linux has a long way to go in terms of userfriendliness to be an OS that's viable for most users.

And note, I'm not saying this having never needed to troubleshoot windows or download drivers, have pains with lesser used hardware, etc. I have done that many times, but windows is just easier to work with. There are real advantages to it as an OS, besides games of course. I'd like to see that change but the elitist movement that would rather keep everything difficult I think may prevent that from ever occuring.


Last edited by xanas3712; 04-11-2004 at 10:48 PM.
 
Old 04-12-2004, 03:24 PM   #13
TheBaffledKing
LQ Newbie
 
Registered: Apr 2004
Distribution: SUDE 9
Posts: 4

Original Poster
Rep: Reputation: 0
Hey, steady on..

Ordinarily I love tinkering about with settings and getting everything 'just so'. I don't buy PC's, I put them together for the fun of it. I tweak. I set up my office WiFi network. And it works. But when a default OS installation comes without even basic functions I wonder whether it is worth the effort when I have a working OS no a different drive. I'm not after Uber Simple - just f***ing sensible. But this thing didn't offer a way to get off the starting block and mess about in a fun way.. I just saw hours of tedium ahead... like in the days when Win 95 and Office came on floppies.. As I said, I'll go back to Linux at some point.. when I have more time and disk space..

JH
 
Old 04-14-2004, 05:47 AM   #14
nedwardss
LQ Newbie
 
Registered: Apr 2004
Distribution: Debian Testing/Unstable
Posts: 12

Rep: Reputation: 0
Well, I must add (since I've spent most of the last three days reading these forums and trying my best to get SuSE 9.0 working right) that I fall somewhere in between TheBaffledKing and the rest. I sought to try Linux cause I found myself using more and more of the windows ports of great open software (GAIM, GIMP, Firefox, Thunderbird, OpenOffice, etc.), but while they work beautifully on windows, a tribute of course to the whole open source movement, I couldn't get the same programs working properly on SuSE 9.0. All kinds of weird dependencies that were certainly exascerbated by my attempts to use Yast2 and then apt-get and then Yast2 again. The speed and configurability on Linux vs. windows 2000 were, indeed, amazing; and I would love to completely switch over, but I fear that I'll somehow corrupt my "important" data if I do.

Like 320mb said, perhaps I should try Slack or something, but as far as for my work machine I'm unfortunately gonna have to stick with windows in the near term.

n
 
  


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
Dual boot Linux with Windows: Grub Error 17 Veniogenesis Linux - Newbie 3 10-23-2005 09:41 AM
Remove dual boot option/Moving GRUB sumyunguy Linux - Newbie 3 02-24-2005 12:23 AM
File restore on the windows partition of a dual-boot machine? raindogs Linux - Software 1 10-05-2004 11:19 AM
SuSE not working out for me. How to remove it and grub? (dual boot w/98) thejmfc Linux - Newbie 10 07-07-2004 12:26 PM
GRUB hanging at bootup (Fedora Linux, dual boot Windows XP) Forezt Linux - Software 4 12-07-2003 12:52 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Newbie

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