LinuxQuestions.org
Latest LQ Deal: Latest LQ Deals
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 01-15-2003, 07:43 PM   #46
deadbug
Member
 
Registered: Oct 2002
Location: San Antonio, Texas
Distribution: MDK 8.0, 9.0; RH 7.2, 8.0, 9.0, FC3, FC4, FC5
Posts: 355

Rep: Reputation: 30

Okay, in Partition Magic (I'm using 7.0) lets me either pick from the graphic or a list of partition in the window below.

My apologies is my post was confusing. I didn't mean to boot from the PM CD (I think it gives you different options), but to boot Windows and from within it lauch PM. Since you reinstalled Windows, you may need to reinstall PM.

If this is too much of a pain, let me know and I'll figure out how to do it through fdisk.

Hope this helps
 
Old 01-15-2003, 07:45 PM   #47
firemoth
LQ Newbie
 
Registered: Jan 2003
Posts: 2

Rep: Reputation: 0
Go into fdisk. Say set active partition (or something like that) to set only your windows partition active, then check to make sure no other partitions are set active (I think option 4 on the fdisk menu to see the partitions). Close it. Run fdisk/mbr and reboot. Voila.
 
Old 01-15-2003, 07:50 PM   #48
HwzrHlslndr
Member
 
Registered: Dec 2002
Location: New Hampshire
Distribution: Red Hat 8
Posts: 176

Original Poster
Rep: Reputation: 30
I think I am going to have to do this from console screen after windows is up and running and I insert PM disk and double click on fdisk. This presents me with the following options:

1. Create partitions
2. Delete partition
3. Select bootable partition
4. Re-write Master Boot Record

DumpsterMouth, I am happy to hear suggestions as long as you understand what I've been through so far....It's been a long journey. You should be aware, I do NOT have a windows OS CD.

Comments?

Deadbug? You still with me, man? (lmao. That sounded like I was in an ambulance with deadbug holding my hand)

Sincerely,
Thomas
 
Old 01-15-2003, 07:56 PM   #49
firemoth
LQ Newbie
 
Registered: Jan 2003
Posts: 2

Rep: Reputation: 0
In that case, just make your windows partition bootable (option 3) and then re write the MBR (option 4)
 
Old 01-15-2003, 08:04 PM   #50
deadbug
Member
 
Registered: Oct 2002
Location: San Antonio, Texas
Distribution: MDK 8.0, 9.0; RH 7.2, 8.0, 9.0, FC3, FC4, FC5
Posts: 355

Rep: Reputation: 30
I'm back--yep, Option 3, then 4 should do it.
 
Old 01-15-2003, 08:05 PM   #51
HwzrHlslndr
Member
 
Registered: Dec 2002
Location: New Hampshire
Distribution: Red Hat 8
Posts: 176

Original Poster
Rep: Reputation: 30
firemoth, did what you suggested.

I then rebooted and was presented with grub as usual.

My ultimate goal is to remove Linux from this machine. Is the next step to go into DOS prompt and type fdisk /MBR ?
 
Old 01-15-2003, 08:13 PM   #52
deadbug
Member
 
Registered: Oct 2002
Location: San Antonio, Texas
Distribution: MDK 8.0, 9.0; RH 7.2, 8.0, 9.0, FC3, FC4, FC5
Posts: 355

Rep: Reputation: 30
Thomas, yes, we're going to want to do that. My concern in my original post was that Grub was activating the first partition.

By the way, what version of PM were you using? Did it give you an option other than going into fdisk? I was hoping that PM would do the work so you didn't have to mess with fdisk--oh, well.

Anyway, I assume you set the partition to be the bootable one. Try the fdisk /mbr (i've always seen it with lowercase letters). The only pitfall I see is if fdisk didn't hide the first partition when it made the second bootable.

Let's see what it does.
 
Old 01-15-2003, 08:35 PM   #53
HwzrHlslndr
Member
 
Registered: Dec 2002
Location: New Hampshire
Distribution: Red Hat 8
Posts: 176

Original Poster
Rep: Reputation: 30
Deadbug,

Don't know version of PM, but I can get it if necessary.

Regarding 'Did it give you an option other than fdisk': I booted windows and then put the PM disk 1 into floppy drive. Then I opened floppy and I saw a number of icons, one of them being fdisk. The properties of which says it is Type: MS-DOS and the MS-DOS name is FDISK.COM

Regarding your assumption that I "set the partition to be the bootable one" don't have too much confidence in me. I did option 1 and then 4. But when I double click on that fdisk file on the floppy drive now, I notice that nothing seems to have changed.
 
Old 01-15-2003, 08:46 PM   #54
HwzrHlslndr
Member
 
Registered: Dec 2002
Location: New Hampshire
Distribution: Red Hat 8
Posts: 176

Original Poster
Rep: Reputation: 30
Hey guys and gals! I got it!

Even though nothing seemed to havbe changed in the fdisk (double clicking on it in floppy disk PM) I tried a reboot and the grub loader did not present itself. I assume that I can now sh*t can the Linux partitions. Yes? Comments?

All this being said, I should reaffirm my loyaly to Linux. The purpose behind this whole thread was to rededicate the family machine to Windows, but only after I had built my own machine, which is excusively LINUX.

Kind regards to you all. You're the best of the internet community and an example of peace.

Sincerely,
Thomas
 
Old 01-15-2003, 08:51 PM   #55
deadbug
Member
 
Registered: Oct 2002
Location: San Antonio, Texas
Distribution: MDK 8.0, 9.0; RH 7.2, 8.0, 9.0, FC3, FC4, FC5
Posts: 355

Rep: Reputation: 30
Option 1? Did you mean Option 3?

I think I assumed too much about your version of PM--if it is on a floppy, it isn't going to help much. Let's let Grub fix this. Start up Linux, log on as root and open grub.conf in a text editor. From the Run Program command, you should be able to enter: gedit /etc/grub.conf.

Go down to the line where you find title Windows (or title DOS)--the one that starts Windows. After the title line, add these lines:

hide hd0,0
unhide hd0,1

Save it and boot Windows through Grub. On its way in, Grub will set the partitions the way we want them. Once in Windows, go to an MS-DOS prompt (window) and issue the fdisk /mbr command.

Not quite as elegant as what I had hoped PM would do for you, but it still should accomplish what we want.

I'll keep checking back until 10:30 EST.
 
Old 01-15-2003, 08:54 PM   #56
KnightAbel
Member
 
Registered: Sep 2002
Location: Kaysville, UT USA
Distribution: Red Hat Linux, Slackware
Posts: 242

Rep: Reputation: 30
true... that's just what I would do, then again, I don't care about fixing windows... I gave that up long ago. :lol
 
Old 01-15-2003, 08:59 PM   #57
deadbug
Member
 
Registered: Oct 2002
Location: San Antonio, Texas
Distribution: MDK 8.0, 9.0; RH 7.2, 8.0, 9.0, FC3, FC4, FC5
Posts: 355

Rep: Reputation: 30
Okay, for my 200th post on the forum, let me congratulate you! I'm glad it worked. Although we are still quite far from being the longest thread going (in this area, one has over 350 posts).

Dave: You're turn to declare your victory!

I'm going for a beer.
 
Old 01-15-2003, 09:00 PM   #58
HwzrHlslndr
Member
 
Registered: Dec 2002
Location: New Hampshire
Distribution: Red Hat 8
Posts: 176

Original Poster
Rep: Reputation: 30
Firemoth, Dumpstermouth, esp DeadBug (for sticking with me), et al,

Thank you all! I think that I am in good shape. Now when I boot this machine it comes into Windows automatically. I THINK that my next steps are:
1. Boot with Partition Magic
2. Delete Linux partitions
3. Reboot to make sure all is well
4. Reboot with PM again and resize the Windows partition (give it all to Windows)

Sound like a plan?

I have to go to bed now....

Thanks everyone. I cannot tell you how much I appreciate this site and the people who comprise it.

Sincerely,
Thomas
 
Old 01-15-2003, 09:04 PM   #59
HwzrHlslndr
Member
 
Registered: Dec 2002
Location: New Hampshire
Distribution: Red Hat 8
Posts: 176

Original Poster
Rep: Reputation: 30
Deadbug, our timing sucks. LOL. Should I do what you have suggested or do what I was planning regaring the linux partitions?
 
Old 01-15-2003, 09:05 PM   #60
deadbug
Member
 
Registered: Oct 2002
Location: San Antonio, Texas
Distribution: MDK 8.0, 9.0; RH 7.2, 8.0, 9.0, FC3, FC4, FC5
Posts: 355

Rep: Reputation: 30
I couldn't have written it better myself--that should do it

Good Night, Irene
 
  


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



Similar Threads
Thread Thread Starter Forum Replies Last Post
Getting rid of 'Grub' bigoli MEPIS 5 06-14-2005 06:45 AM
Getting rid of 'Grub' bigoli MEPIS 3 06-12-2005 06:01 PM
Getting grub to get rid of itself ? anjanesh Linux - Newbie 1 02-16-2005 07:26 AM
Can't get rid of GRUB aaronfg Linux - Newbie 2 12-07-2004 11:47 AM
How do I get rid of GRUB? Amerist Linux - Software 2 04-13-2002 08:49 AM

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

All times are GMT -5. The time now is 12:50 AM.

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