LinuxQuestions.org
Help answer threads with 0 replies.
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 01-01-2003, 03:09 PM   #31
Aman9090
Member
 
Registered: Sep 2002
Location: Connecticut, USA
Distribution: Gentoo 2004.0
Posts: 174

Original Poster
Rep: Reputation: 30

Hmm - seems that I have to give the winblows hard drive a label - I can do that through windows right?
 
Old 01-01-2003, 03:43 PM   #32
Proud
Senior Member
 
Registered: Dec 2002
Location: England
Distribution: Used to use Mandrake/Mandriva
Posts: 2,794

Rep: Reputation: 116Reputation: 116
Yeah, just go My Computer, then right-click the drive/partition.
Select Properties and then fill in the Label box. Apply.

My Norton AntiVirus then halts Windows at this point to tell me Explorer.exe is attempting 'virus-like activity' in writing to the boot record. Quite reassuring

Last edited by Proud; 01-01-2003 at 03:45 PM.
 
Old 01-01-2003, 03:51 PM   #33
Aman9090
Member
 
Registered: Sep 2002
Location: Connecticut, USA
Distribution: Gentoo 2004.0
Posts: 174

Original Poster
Rep: Reputation: 30
Ok thx man and then just install and install GRUB to the partition that windows is installed in or the one that linux is installed in?
 
Old 01-01-2003, 04:26 PM   #34
Proud
Senior Member
 
Registered: Dec 2002
Location: England
Distribution: Used to use Mandrake/Mandriva
Posts: 2,794

Rep: Reputation: 116Reputation: 116
If you're following this:
Quote:
Originally posted by Amerist
Here's how it's done:

1. Install WinXP on one hard drive (or primary partition)
2. Install RH 7.3 on the second hard drive (or seconday partition)

During the Install for RH 7.3, there is a bootloader configuration screen where you get to decide where the bootloader will reside. Use GRUB as your bootloader, put it in the MBR, and this is the key to making it all work: Make sure you give the windows partition/drive a label! That's the most important part because without a label, the Windows partition will not appear in the GRUB bootloader (although it is still accessible if you forgot to do this step) and you will not be able to boot into Windows XP.

I will add another post here with my grub configuration file so you can see how mine looks. I sucessfully set my computer up with two seperate hard drives. /hda is Windows XP and /hdb is my Linux drive. If you have more questions I would like to help.
Then I think you want to install GRUB in the primary drive(winXP)'s Master Boot Record. Then I think it'll default to launching RH7.3 off the second hard drive at first, but with the label you can now select the winXP OS too, and change the default OS later. I think...
 
Old 01-07-2003, 12:11 PM   #35
JoC
Member
 
Registered: Dec 2002
Location: Kitchener, ontario , can
Distribution: RedHat 8.0
Posts: 44

Rep: Reputation: 15
would it not have been easier to do a fix MBR from the windows cd and the reinstall redhat?
 
Old 01-31-2003, 10:42 PM   #36
rockdw
Member
 
Registered: Nov 2002
Location: Chicago, IL
Distribution: Rasbian, Debian, Gentoo, RHEL
Posts: 65

Rep: Reputation: 21
Here we go ... :-)

The biggest advantage to Grub is its flexibility at boot time. You can pretty easily rewrite what you want to boot, how you want to boot it, etc. Most people will not need this, however, since the only time that should be necessary is when something goes wrong.

The other nice thing about messing with Grub is you don't have to re-run it when you make a change to the grub.conf file. I have been hosed a few times by forgetting to run lilo after an edit :-)
 
Old 02-22-2003, 11:06 AM   #37
linuxfond
Member
 
Registered: Jan 2003
Location: Belgium
Distribution: Mandrake 9.2
Posts: 475

Rep: Reputation: 30
I don't remember where I read it, but I read it several times: first install Windzoo, and then Linux. I installed linuxes several times, I did it always that way, and it was always easy. Good luck.
Haven't you got enough games in Linux?
 
Old 02-22-2003, 12:41 PM   #38
Crunch
Member
 
Registered: Feb 2003
Location: York, PA
Distribution: Slackware, FreeBSD, OpenBSD
Posts: 162

Rep: Reputation: 30
I use lilo for slack; and well if i don't instert the bootdisk it just shows teh command prompt say "LI_" that's it
so i need to insert the special boot disk to show
"DOS
LINUX
Os/s" or something lol thats how i set it to work for me :]
 
Old 02-22-2003, 09:08 PM   #39
snocked
Member
 
Registered: Dec 2002
Location: St. Louis, MO
Distribution: Slackware 9.1
Posts: 482

Rep: Reputation: 30
Quote:
Originally posted by Aman9090
I also heard that lilo doesnt like NT operating systems... possibly use GRUB?
NT 4.0
NT 5.0 is 2000
NT 5.1 is XP (2002)
NT 5.2 is .NET (Windows 2003 server)
NT 6.0 (rumered to be codename Blackcomb expected in 2005)
 
Old 02-23-2003, 02:40 AM   #40
linuxfond
Member
 
Registered: Jan 2003
Location: Belgium
Distribution: Mandrake 9.2
Posts: 475

Rep: Reputation: 30
I had NT and it was no problem
 
Old 02-23-2003, 04:13 AM   #41
poloktim
Member
 
Registered: Feb 2003
Location: Australia
Distribution: Debian
Posts: 104

Rep: Reputation: 17
Aman9090 that's not true. I have Windows XP (using NTFS) dual booted and LILO works perfectly. I've been able to go into nomansland and edit lilo.conf without any problems at all.

I'm also very new at this, I've never used Grub, but if I was able to edit lilo.conf (which everyone says is really risky) and have it work perfectly (of course I only made one change at a time, after edited I typed 'lilo' then restarted to check if it was _really_ ok) it's not too hard for anyone to do it.

But it is ultimately up to you, I'm not an expert on LILO, so you might want to choose GRUB, there are experts in GRUB.

I just wanted to let you know LILO works perfectly with NTFS (it called my partition "WinNT(hda1)" I renamed it it "MS Windows" and for the duration of me being away, it's the default choice).

It'd be nice if a GUI was made in editing lilo.conf.
 
Old 02-23-2003, 09:00 AM   #42
jgr220
Member
 
Registered: Feb 2003
Distribution: mandrake9.0
Posts: 100

Rep: Reputation: 15
Lilo works just fine with ntfs but if you're worried about that just format your XP as fat 32 at install.
 
Old 03-21-2003, 03:57 PM   #43
Aman9090
Member
 
Registered: Sep 2002
Location: Connecticut, USA
Distribution: Gentoo 2004.0
Posts: 174

Original Poster
Rep: Reputation: 30
Quote:
Originally posted by Proud
If you're following this:Then I think you want to install GRUB in the primary drive(winXP)'s Master Boot Record. Then I think it'll default to launching RH7.3 off the second hard drive at first, but with the label you can now select the winXP OS too, and change the default OS later. I think...
Hey guys, I'm back YET AGAIN!

Question is:

How do I install GRUB in my WINDOWS partition? Is this necessary to install GRUB in the MBR of the 1st partition (where WinXP is)?
 
Old 03-22-2003, 12:18 PM   #44
onurb
Member
 
Registered: Dec 2002
Posts: 263

Rep: Reputation: 30
Yes ! grub in the MBR !
 
  


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
Bah, Config GRUB to boot in Windows safe mode evera Linux - Distributions 3 10-10-2005 04:57 PM
Damn it windows Mannyakatheman General 7 01-04-2004 02:15 PM
Damn you Windows XP projectmayhem32 Linux - Newbie 8 09-17-2003 05:07 PM
Bah! Humbug! Hangdog42 General 4 09-02-2003 10:11 PM
bah, help needed rehash Linux - General 2 03-01-2002 09:48 AM

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

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