Fedora Linux Support Community & Resources Center
  #1  
Old 15th June 2005, 09:09 PM
motorpsycho Offline
Registered User
 
Join Date: Jun 2005
Location: Norway
Age: 41
Posts: 6
Grub (or me) fails???

I wanted to check out what all the fuzz about linux was about, so someone recommended
me to install Fedora. I dl'ed Fedora Core 4, and burned it. Media check ok. Grub installs without a problem.
At least as far as my newbie eyes can see. Reboot, and no Grub menu.
Just boots right into WinXP.

I have to admit that I screwed up a little bit first. Before installing Fedora, I went into BIOS and changed a setting for my SATA drive.
I set it to "large", which I thought was the same as "LBA". When I rebooted the first time, absolutely nothing happened .
Couldn't boot anything, until I went into BIOS and changed the setting back for my SATA from "large" to "auto". Then I could at least boot into WinXP.

My system:
1 Sata disk (WinXP)
1 IDE disk (Fedora core 4)

What can I do to remedy the situation? And, please remember that I'm a complete
newbie, so be gentle with me
Reply With Quote
  #2  
Old 15th June 2005, 09:24 PM
jombeewoof Offline
Registered User
 
Join Date: Jun 2005
Location: massachusettes
Age: 33
Posts: 259
first of all welcome to the linux community and all that
your problem seems to happen to a lot of people

http://forums.fedoraforum.org/showthread.php?t=59135
read that
Reply With Quote
  #3  
Old 15th June 2005, 09:37 PM
motorpsycho Offline
Registered User
 
Join Date: Jun 2005
Location: Norway
Age: 41
Posts: 6
Quote:
Originally Posted by jombeewoof
first of all welcome to the linux community and all that
your problem seems to happen to a lot of people

http://forums.fedoraforum.org/showthread.php?t=59135
read that

Thanks! I just can't wait to be a member of Your community.

Can You please confirm this:
Boot linux from cd, choose "secure" (I think?). And then in my case,
just type: grub-install --recheck /dev/sda, since it's a SATA drive???
Reply With Quote
  #4  
Old 15th June 2005, 09:58 PM
jombeewoof Offline
Registered User
 
Join Date: Jun 2005
Location: massachusettes
Age: 33
Posts: 259
boot from cd
choose linux-rescue
type grub-install --recheck/dev/hda (sd# is for SCSI your still using ATA, just serial ATA)
Reply With Quote
  #5  
Old 15th June 2005, 09:59 PM
jombeewoof Offline
Registered User
 
Join Date: Jun 2005
Location: massachusettes
Age: 33
Posts: 259
Quote:
Originally Posted by motorpsycho
Thanks! I just can't wait to be a member of Your community.
it's not my community
I've only been here for a few weeks
I gues it would be our community
Reply With Quote
  #6  
Old 15th June 2005, 10:04 PM
motorpsycho Offline
Registered User
 
Join Date: Jun 2005
Location: Norway
Age: 41
Posts: 6
I'm pretty sure Fedora showed my SATA drive as "sda",
because my other disk (IDE) which I was installing linux on,
showed up as "hda".

But I will try Your suggestion tomorrow!
I have to sleep a little before work.
Thanks again, jombeewoof!
Reply With Quote
  #7  
Old 15th June 2005, 10:06 PM
jombeewoof Offline
Registered User
 
Join Date: Jun 2005
Location: massachusettes
Age: 33
Posts: 259
I might be wrong
try it both ways
Reply With Quote
  #8  
Old 16th June 2005, 04:10 AM
virusdoc Offline
Registered User
 
Join Date: Aug 2004
Posts: 84
Quote:
Originally Posted by jombeewoof
boot from cd
choose linux-rescue
type grub-install --recheck/dev/hda (sd# is for SCSI your still using ATA, just serial ATA)
I am having the exact same problem, and when I follow these instructions, I get an "unrecognized command" error. I boot to FC4 disk 1, type "linux rescue", hit continue, and once I get to the bash prompt I enter:

grub-install --recheck/dev/hda

and I get an unrecognized command error.

What am I doing wrong? And why has the installation of grub changed so much from FC2 and FC3, which both installed without a hitch?
Reply With Quote
  #9  
Old 16th June 2005, 04:38 AM
jombeewoof Offline
Registered User
 
Join Date: Jun 2005
Location: massachusettes
Age: 33
Posts: 259
I'm sorry I forgot to mention
when it gives you a prompt
type
chroot /mnt/sysimage
that will load the system
Reply With Quote
  #10  
Old 25th June 2005, 04:38 AM
virusdoc Offline
Registered User
 
Join Date: Aug 2004
Posts: 84
Jombeewoof- Your advice worked perfectly. I mounted the sysimage, and then executed

grub-install --recheck /dev/hda

I received a warning that the system would probe devices to try to guess BIOS drives, and that this might take a long time. It did in fact take a very long time (>5 minutes), but at the end I received a notice like "install complete, no errors reported." I rebooted, and there was Grub! Both FC4 and WinXP booted normally from the menu.

I wonder why Grub didn't install correctly during the initial FC4 setup?
Reply With Quote
  #11  
Old 25th June 2005, 06:16 AM
jombeewoof Offline
Registered User
 
Join Date: Jun 2005
Location: massachusettes
Age: 33
Posts: 259
glad you got it working
if only I could have found this post yesterday I could have taken my own advice and not spent 3 hours figuring out an alternative fix (I forgot about the --recheck option stupid me) I had to rewrite the /boot/device.map file manually
Reply With Quote
  #12  
Old 25th June 2005, 11:59 AM
92b16vx Offline
Registered User
 
Join Date: Jun 2005
Location: Texas
Age: 41
Posts: 676
Quote:
Originally Posted by virusdoc
Jombeewoof- Your advice worked perfectly. I mounted the sysimage, and then executed

grub-install --recheck /dev/hda

I received a warning that the system would probe devices to try to guess BIOS drives, and that this might take a long time. It did in fact take a very long time (>5 minutes), but at the end I received a notice like "install complete, no errors reported." I rebooted, and there was Grub! Both FC4 and WinXP booted normally from the menu.

I wonder why Grub didn't install correctly during the initial FC4 setup?
I wish I had known this two days ago

I installed FC4 7 times trying different configs after I reinstalled Windows and could not get grub to work. I finally installed FC3 which I know installs GRUB and then upgraded to FC4 once GRUB was functional.
__________________
Windows 7 x64 | Ubuntu | i7 920 | EVGA x58 E758 | HIS HD 6870 | 12GB RAM | 6TB Storage
Reply With Quote
  #13  
Old 8th July 2005, 07:39 PM
pbrundog Offline
Registered User
 
Join Date: Jul 2005
Posts: 12
sigh, I did all this a bunch of times over now trying it on hda, hdb, all that, but it doesn't quite work (different problem now tho)

grub loads, then it gives me this message:


Booting 'Fedora Core (2.6.11-1.1369_FC4)'
root (hd1,0)
Filesystem type unkown, partition type 0x7
kernel /vmlinuz-2.6.11-1.1369_FC4 ro root=/dev/VolGroup00/LogVol00 rhgb quiet
Error 17: Cannot mount selected partition
Press Any Key to Continue...

if I press a key it lets me select Fedora to boot to(and only fedora), but when I select fedora and hit enter it just pops up the same screen again... Im thinkin its just not worth it to deal with all this crap and maybe I should just go with Windows like Im used to
Reply With Quote
  #14  
Old 9th July 2005, 04:32 PM
pbrundog Offline
Registered User
 
Join Date: Jul 2005
Posts: 12
anyone? .
Reply With Quote
  #15  
Old 9th July 2005, 04:40 PM
92b16vx Offline
Registered User
 
Join Date: Jun 2005
Location: Texas
Age: 41
Posts: 676
If I install Windows, in other words, erase the MBR so that it is a Windows only system, and then try to install FC using FC4 it doean't write grub to the MBR. If I use FC3 it works fine, and then I can install FC4 over it, and it works fine, but I have not been able to get FC4 to write a usable grub. It might be beneficial to you to try FC3 anyway, since it has more time under it's belt, and a few less bugs, at least in my opinion, and it's not a professional opinion, but another noob user opinion.
__________________
Windows 7 x64 | Ubuntu | i7 920 | EVGA x58 E758 | HIS HD 6870 | 12GB RAM | 6TB Storage

Last edited by 92b16vx; 9th July 2005 at 04:44 PM.
Reply With Quote
Reply

Tags
fails, grub

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

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

Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
GRUB fails lester81 Using Fedora 4 8th October 2008 09:30 AM
GRUB fails with "GRUB" on screen but not when chainloaded from CD jimwrightbe Installation and Live Media 18 31st March 2008 12:57 AM
grub fails b4u Hardware & Laptops 1 26th June 2005 08:02 PM
grub fails schlongsalami Installation and Live Media 4 15th June 2005 07:36 PM


Current GMT-time: 14:44 (Friday, 24-05-2013)

TopSubscribe to XML RSS for all Threads in all ForumsFedoraForumDotOrg Archive
logo

All trademarks, and forum posts in this site are property of their respective owner(s).
FedoraForum.org is privately owned and is not directly sponsored by the Fedora Project or Red Hat, Inc.

Privacy Policy | Term of Use | Posting Guidelines | Archive | Contact Us | Founding Members

Powered by vBulletin® Copyright ©2000 - 2012, vBulletin Solutions, Inc.

FedoraForum is Powered by RedHat