LinuxQuestions.org
Visit Jeremy's Blog.
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 03-01-2005, 07:18 PM   #1
mobn
LQ Newbie
 
Registered: Mar 2005
Posts: 15

Rep: Reputation: 0
Can't boot FC2


I have three hard drives. Two of them are NTFS (one is a storage drive, the other my windows boot drive).
The third is a 10 gig drive that I installed Fedora Core 2 on. I set my bios to boot from this third drive. Unfortunately, all I get is this screen:
GRUB _
The underscore is the cursor (which blinks). My system lights show no activity, and I can't type anything. It just sits there.
How do I log in?
Your help is appreciated!
 
Old 03-01-2005, 07:57 PM   #2
mobn
LQ Newbie
 
Registered: Mar 2005
Posts: 15

Original Poster
Rep: Reputation: 0
So, nobody knows then?
 
Old 03-01-2005, 08:21 PM   #3
trickykid
LQ Guru
 
Registered: Jan 2001
Posts: 24,149

Rep: Reputation: 269Reputation: 269Reputation: 269
Quote:
Originally posted by mobn
So, nobody knows then?
Be a little patient, waiting 30 minutes or so and not getting a response is:
First of all, not being polite to those who come here to answer your questions for free, in their own spare time...
Secondly, against our rules in waiting up to 24 hours to bump your thread.

Give members a chance, this is a community based site, giving members 30 minute or so deadlines does not speed up your potential answers from others, only makes them irritated with your impatience and move on to the next thread..

Regards.
 
Old 03-01-2005, 08:39 PM   #4
mobn
LQ Newbie
 
Registered: Mar 2005
Posts: 15

Original Poster
Rep: Reputation: 0
sorry. Just a bit agitated, since I spent nearly a week downloading the install .iso's
I didn't mean to be rude, and I feel like a moron for not checking the rules.
I shall wait patiently.
 
Old 03-01-2005, 09:15 PM   #5
caps_phisto
Member
 
Registered: Sep 2004
Location: NH
Distribution: FC6, FC1-4, RH9, Gentoo 2006.0/1, Slackware 10.1/2,11, Vector SOHO 5.0.1
Posts: 237

Rep: Reputation: 30
How did you install GRUB? DId you install it to the MBR (Master Boot Record) or to the 10 gig Fedora Drive? Also how are the drives setup? Example: Primary Channel: Winodows/Fedora - Secondary Channel: Storage

If you do not know where your GRUB is installed it is probably in the MBR, and if your Drive setup is like the example I have given above you may want to reset your BIOS setting to boot from the Windows Drive.
 
Old 03-01-2005, 09:44 PM   #6
syg00
LQ Veteran
 
Registered: Aug 2003
Location: Australia
Distribution: Lots ...
Posts: 21,140

Rep: Reputation: 4123Reputation: 4123Reputation: 4123Reputation: 4123Reputation: 4123Reputation: 4123Reputation: 4123Reputation: 4123Reputation: 4123Reputation: 4123Reputation: 4123
Looks like grub installed o.k. - hence the prompt.
However, if it was know as /dev/hdc (say) during the install, and is now /dev/hda, it is unlikely to be successful.

I'm inclined to suggest you boot the FC CD into recovery mode, and save the menu.lst (grub.conf - they're probably symlinked).
Then re-install grub with the Linux disk as hd0, then copy back menu.lst - which will need some adapting.

This will require you to swap the BIOS setting to change between Linux and XP, but I presume this is what you had planned, and the above is a simple solution.
 
Old 03-01-2005, 10:05 PM   #7
mobn
LQ Newbie
 
Registered: Mar 2005
Posts: 15

Original Poster
Rep: Reputation: 0
Yeah, I didn't do any configuring with the bootloader, so it's wherever the default is. How exactly would I go about copying the file you mentioned? This is going to be my first time using linux, so I'm clueless as to the use of the command prompt. Thank you very much for your responses!
 
Old 03-02-2005, 09:42 PM   #8
mobn
LQ Newbie
 
Registered: Mar 2005
Posts: 15

Original Poster
Rep: Reputation: 0
I launched from the fc install disc and told it to re-install grub, and I set the drive order in the order they'll be in when I boot linux (there's a menu for it in fc's installer). I reboot after the reinstall, and lo and behold, I'm still stuck at the same screen.
Any ideas?
I did get the message at the end of the install along the lines of "No settings were changed, so your bootloader configuration will be left unaltered".
 
Old 03-02-2005, 10:07 PM   #9
audibel
Member
 
Registered: Oct 2004
Distribution: Debian Sarge
Posts: 177

Rep: Reputation: 30
I would set your bios back to where it was before you started. Your MBR is on your primary drive which is hda, if you're Linux disto is setup on hdc then that is the problem, because you chose the default settings for GRUB, which is to load onto the MBR (which is on your Windows drive) There was no reason to mess with bios in this instance. GRUB will give you the options to load whichever you choose.
 
Old 03-02-2005, 11:13 PM   #10
mobn
LQ Newbie
 
Registered: Mar 2005
Posts: 15

Original Poster
Rep: Reputation: 0
when I set my bios to how it was, it boots straight into XP. That's why I was switching it around. Is there any other way to get into FC? Perhaps making a boot disk (how would i do that if possible)?
 
Old 03-03-2005, 02:03 AM   #11
syg00
LQ Veteran
 
Registered: Aug 2003
Location: Australia
Distribution: Lots ...
Posts: 21,140

Rep: Reputation: 4123Reputation: 4123Reputation: 4123Reputation: 4123Reputation: 4123Reputation: 4123Reputation: 4123Reputation: 4123Reputation: 4123Reputation: 4123Reputation: 4123
Answer depends on what you want to achieve - which is why you have differing responses already.
So;
i) - do you want to be able to boot directly to Windows by directing the BIOS to load from disk 1 ??
(corollary) - do you also want to be able to boot directly to Linux by directing the BIOS to load from disk 3 ??

ii) do you want to be able to boot either from a Windows bootloader menu ???
iii) do you want to be able to boot either from a Linux (grub) bootloader menu ???

You need to provide answers to the above before we can assist in your endeavours.
Nothing is ever as simple as it first appears.

Last edited by syg00; 03-03-2005 at 02:05 AM.
 
Old 03-03-2005, 02:56 PM   #12
mobn
LQ Newbie
 
Registered: Mar 2005
Posts: 15

Original Poster
Rep: Reputation: 0
I want to boot directly into the OSs by changing boot drives in the BIOS.
If this is significantly difficult, however, feel free to direct me to an easier approach.
Thank you!
 
Old 03-03-2005, 06:45 PM   #13
syg00
LQ Veteran
 
Registered: Aug 2003
Location: Australia
Distribution: Lots ...
Posts: 21,140

Rep: Reputation: 4123Reputation: 4123Reputation: 4123Reputation: 4123Reputation: 4123Reputation: 4123Reputation: 4123Reputation: 4123Reputation: 4123Reputation: 4123Reputation: 4123
I suspect that might be tricky using a GUI installer.
Personally I'd update the grub.conf/menu.lst by hand to get it to work. But this requires knowing how the drives are presented. Pretty difficult to walk you through it remotely.

I'd be thinking of going with the suggestion from audibel. This is the way I also prefer to set things up.
The only down-side is that if you re-install Windows, it over-writes the MBR, and you lose access to the grub loader.
You then need to boot the FC CD, and resurrect grub.

But by then you'll be an expert at that bit
 
Old 03-03-2005, 06:53 PM   #14
10SPlayer
LQ Newbie
 
Registered: Mar 2005
Distribution: Fedora Core 3
Posts: 14

Rep: Reputation: 0
<<I want to boot directly into the OSs by changing boot drives in the BIOS.>>

OPTION 1:

With XP loading automatically without GRUB, it sounds like the boot loader was installed on a drive other than hda. There is a good chance of it being on your 3rd drive already. Try (as is) physically changing the jumper pins of the 3rd drive to be a master drive and try changing BIOS boot options. Caution: there may be a chance of a conflict at boot due to 2 master drives.


<<If this is significantly difficult, however, feel free to direct me to an easier approach.>>

OPTION 2:

Using the GRUB loader is the easiest.

If you are getting automatic boot of XP with your current config, your GRUB boot loader was not installed in the proper MBR.

When doing a dual boot system, I don't recall FC1 or FC3 giving the option of directing your GRUB boot loader, but when the MBR was chosen and the default bootable OS was selected, my system worked just fine.

If you do happen to re-install, please check to see if you are given an option to manually direct which drive holds the MBR and select that drive(XP drive).


Feel free to correct me, for I am also here to learn.

Thanks

2cents from a noob to another
 
Old 03-03-2005, 10:45 PM   #15
mobn
LQ Newbie
 
Registered: Mar 2005
Posts: 15

Original Poster
Rep: Reputation: 0
When I initially installed, I let it install to the MBR (the default option). When that did not work, I reinstalled having it installed in the boot partition of the third drive. It still didn't boot.
I seem to be at a loss...
I'll try the jumper thing and report back tommorow.
 
  


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
trying to dual boot windowsxp/fc2 using windows boot loader. dr_zayus69 Linux - Software 7 02-08-2005 11:59 PM
Dual boot XP/FC2 probs aftter FC2 install - "cannot find operating system" bcal Fedora - Installation 4 01-30-2005 03:38 PM
FC2 won't boot. lopoetve Fedora 1 08-23-2004 06:06 PM
Boot problem w/FC2 - DISK BOOT FAILURE maugou Fedora 2 06-30-2004 06:37 PM
FC2 Won't Boot confidential007 Fedora - Installation 12 05-28-2004 10:09 AM

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

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