Fedora Linux Support Community & Resources Center

Go Back   FedoraForum.org > Other Versions > EOL (End Of Life) Versions
FedoraForum Search

Forgot Password? Join Us!

EOL (End Of Life) Versions This is a Forum to discuss problems and workarounds for versions of Fedora that have passed End of Life.

Reply
 
Thread Tools Search this Thread Display Modes
  #1  
Old 15th April 2006, 10:47 AM
telespan Offline
Registered User
 
Join Date: Sep 2004
Location: Chester, UK
Age: 63
Posts: 27
FC5 Installs but will not boot

I have updated my original FC4 installation with FC5 x64 and the install went fine. When I re-booted, the boot progress stopped with continuously repeated 'GRUB' messages.

My system is an AMD Athlon 64 3000+ with a SATA 120Gb drive from Seagate configured with LVM. Memory is 1Gb.
Reply With Quote
  #2  
Old 15th April 2006, 11:14 AM
JEO Offline
Registered User
 
Join Date: Jan 2006
Posts: 2,769
Quote:
Originally Posted by telespan
I have updated my original FC4 installation with FC5 x64 and the install went fine. When I re-booted, the boot progress stopped with continuously repeated 'GRUB' messages.

My system is an AMD Athlon 64 3000+ with a SATA 120Gb drive from Seagate configured with LVM. Memory is 1Gb.
How about a sample of the grub messages?
Reply With Quote
  #3  
Old 15th April 2006, 12:36 PM
telespan Offline
Registered User
 
Join Date: Sep 2004
Location: Chester, UK
Age: 63
Posts: 27
Quote:
Originally Posted by JEO
How about a sample of the grub messages?

A sample is 'GRUB' repeated continuously ad-infinitum until I re-boot.

I think it may be something to do with the NVidea chip I have.
Reply With Quote
  #4  
Old 15th April 2006, 01:47 PM
hussram Offline
Registered User
 
Join Date: Apr 2005
Posts: 96
When I upgraded from FC4 to FC5, I experienced a similar problem where GRUB freezes at the initial boot. I re-initialized GRUB (using GRUB command from installation DVD) but that did not help. I fixed the problem by running grub_install from the installation DVD (using Linux Rescue).
Reply With Quote
  #5  
Old 15th April 2006, 04:10 PM
alikilaij Offline
Registered User
 
Join Date: Feb 2004
Age: 40
Posts: 4
Same thing here. I also did grub-install. That was not the end to my issue though. I found that once I did get the GRUB menu I had to manually edit the boot parameters for Fedora from hd1 to hd2. It has been a few weeks so I dont recall what exactly I had to change, but I knew I had to edit the parameters from the output of grub-install.

I am running a nforce-3 250 nvidia chipset here.

I hope you backed up any data you had if you are dual booting, if not I would do so before using grub-install, it jacked up my XP partition.
Reply With Quote
  #6  
Old 16th April 2006, 11:48 AM
telespan Offline
Registered User
 
Join Date: Sep 2004
Location: Chester, UK
Age: 63
Posts: 27
I have done some corrections using the rescue CD performing the following fix:

grub-install --recheck /dev/sda

which did bring up the Grub menu on reboot. However, I now get the following error:-

Booting 'Fedora Core (2.6.15-1.2054_FC5)'

root (hd1,0)
Filesystem type is ext2fs, partition type 0x83
kernel /vmlinuz-2.6.15-1.2054_FC5 ro root=/dev/sda1

Error 15: File not found

Press any key to continue...

When I did fdisk -l in the linux rescue, I got the following result:

Disk /dev/hdd: 40.0 GB, 40037760000 bytes
255 heads, 63 sectors/track, 4867 cylinders
Units = cylinders of 16065 * 512 = 8225280 bytes

Device Boot Start End Blocks Id System
/dev/hdd1 * 1 4867 39094146 83 Linux

Disk /dev/sda: 200.0 GB, 200049647616 bytes
255 heads, 63 sectors/track, 24321 cylinders
Units = cylinders of 16065 * 512 = 8225280 bytes

Device Boot Start End Blocks Id System
/dev/sda1 * 1 13 104391 83 Linux
/dev/sda2 14 24321 195254010 8e Linux LVM

Can anyone here tell me what I need to do now to get my system to boot fully and allow me to login to FC5?

Thanks
Reply With Quote
  #7  
Old 17th April 2006, 01:16 AM
JEO Offline
Registered User
 
Join Date: Jan 2006
Posts: 2,769
Well the linux lvm partition probably contains your / partition so that is the device that you want to pass to the kernel command line. Do a vgscan command and possibly vgchange -ay command and an ls /dev/mapper command and see if you see an entry like /dev/mapper/VolGroup00 something or other it will be one of those that you have to change in the kernel command line. example:
kernel /vmlinuz-2.6.15-1.2054_FC5 ro root=/dev/sda1

change to
kernel /vmlinuz-2.6.15-1.2054_FC5 ro root=/dev/mapper/VolGroup00

For the file not found message it could also be that the /vmlinuz... kernel file isn't in the /boot partition directory or the /initrd.. file isn't there. If you edit the kernel command line from grub you can press tab key or something and it will show the list of files that it sees, so check that.

Last edited by JEO; 17th April 2006 at 01:31 AM.
Reply With Quote
  #8  
Old 17th April 2006, 09:03 AM
telespan Offline
Registered User
 
Join Date: Sep 2004
Location: Chester, UK
Age: 63
Posts: 27
Jeo, thanks for that information.

Overnight, though, I did another re-install where I re-ordered the two disks that I have on this box. The LVM drive which is SATA, now becomes hd0 and the old 40Gb IDE drive is now hd1. It seems that the reason the previous installs did not allow boot may have been that the MBR was installed on the IDE drive and FC5 could not cope with the complication.

This reinstall now works and I can log in to FC5. My problem now is that networking does not seem to work - I think I can work around that one today.
Reply With Quote
  #9  
Old 15th April 2006, 10:45 PM
gabriel2007 Offline
Registered User
 
Join Date: Apr 2006
Posts: 12
When I finished installing FC5 , just the word GRUB showed up , nothing else, I had to break the raid on the BIOS in order to be able to boot.
Reply With Quote
Reply

Tags
boot, fc5, installs

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
F10 installs but will not boot flyer9753 Installation and Live Media 32 28th May 2009 12:17 PM
Live CD installs, but won't boot Rob Y Installation and Live Media 2 1st December 2008 03:39 PM
Fedora 8 installs okay, won't boot. psyvision Installation and Live Media 20 11th December 2007 01:16 AM
FC6 installs on dual G5 but cannot boot beatupnewbie Mac Chat 2 9th August 2007 10:20 PM
GA-M57SLi-S4 FC6 installs but won't boot davidbamford Hardware & Laptops 0 30th March 2007 12:01 PM


Current GMT-time: 07:14 (Tuesday, 21-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