Fedora Linux Support Community & Resources Center
  #1  
Old 10th June 2009, 04:50 PM
eschi Offline
Registered User
 
Join Date: Apr 2006
Posts: 79
Can't find a Fedora 11 entry in grub boot loader

Hi.

I successfully installed Fedora 11 from the DVD iso. At the end, the installation program prompts me to reboot the system. But when the boot loader appears after rebooting, there are only the old entries.

I have 2 IDE disks and one sata disk. The first IDE disk is hd0, the second IDE is hd1. The SATA disk is hd2. In the setup, I selected hd0 to install grub. Fedora 11 was installed on the SATA disk (hd2).

Does anybody have any ideas?

Thanks in advance.

[edit] I forgot to say, that Fedora 10 is on /dev/sda and Fedora 9 on /dev/sdb

Last edited by eschi; 10th June 2009 at 04:55 PM.
Reply With Quote
  #2  
Old 10th June 2009, 05:34 PM
scotty38's Avatar
scotty38 Offline
Registered User
 
Join Date: Mar 2008
Location: Nottingham, UK
Age: 18
Posts: 270
Can you post your grub and also the output of fdisk -l
Reply With Quote
  #3  
Old 10th June 2009, 05:59 PM
eschi Offline
Registered User
 
Join Date: Apr 2006
Posts: 79
Hi Scotty38.

I have to reboot Fedora 10 to get the grub.conf.
As you can see, nothing has changed in the grub.conf:

Quote:
# grub.conf generated by anaconda
#
# Note that you do not have to rerun grub after making changes to this file
# NOTICE: You have a /boot partition. This means that
# all kernel and initrd paths are relative to /boot/, eg.
# root (hd0,0)
# kernel /vmlinuz-version ro root=/dev/VolGroup00/LogVol00
# initrd /initrd-version.img
#boot=/dev/sda
default=0
timeout=5
splashimage=(hd0,0)/grub/splash.xpm.gz
#hiddenmenu
title Fedora (2.6.27.24-170.2.68.fc10.i686)
root (hd0,0)
kernel /vmlinuz-2.6.27.24-170.2.68.fc10.i686 ro root=/dev/VolGroup00/LogVol00 rhgb quiet nopat
initrd /initrd-2.6.27.24-170.2.68.fc10.i686.img
title Fedora (2.6.27.21-170.2.56.fc10.i686)
root (hd0,0)
kernel /vmlinuz-2.6.27.21-170.2.56.fc10.i686 ro root=/dev/VolGroup00/LogVol00 rhgb quiet nopat
initrd /initrd-2.6.27.21-170.2.56.fc10.i686.img
title Fedora (2.6.27.19-170.2.35.fc10.i686)
root (hd0,0)
kernel /vmlinuz-2.6.27.19-170.2.35.fc10.i686 ro root=/dev/VolGroup00/LogVol00 rhgb quiet nopat
initrd /initrd-2.6.27.19-170.2.35.fc10.i686.img
title Fedora (2.6.27.9-73.fc9.i686)
root (hd2,0)
kernel /vmlinuz-2.6.27.9-73.fc9.i686 ro root=/dev/VolGroup02/LogVol00 rhgb quiet
initrd /initrd-2.6.27.9-73.fc9.i686.img
title Fedora (2.6.27.7-53.fc9.i686)
root (hd2,0)
kernel /vmlinuz-2.6.27.7-53.fc9.i686 ro root=/dev/VolGroup02/LogVol00 rhgb quiet
initrd /initrd-2.6.27.7-53.fc9.i686.img
title Fedora (2.6.27.5-41.fc9.i686)
root (hd2,0)
kernel /vmlinuz-2.6.27.5-41.fc9.i686 ro root=/dev/VolGroup02/LogVol00 rhgb quiet
initrd /initrd-2.6.27.5-41.fc9.i686.img
This is the output of fdisk -l:

Quote:
Disk /dev/sda: 400.0 GB, 400087375360 bytes
255 heads, 63 sectors/track, 48641 cylinders
Units = cylinders of 16065 * 512 = 8225280 bytes
Disk identifier: 0x000754ec

Device Boot Start End Blocks Id System
/dev/sda1 * 1 25 200781 83 Linux
/dev/sda2 26 48641 390508020 8e Linux LVM

Disk /dev/sdb: 120.0 GB, 120060444672 bytes
255 heads, 63 sectors/track, 14596 cylinders
Units = cylinders of 16065 * 512 = 8225280 bytes
Disk identifier: 0xf54ca1ec

Device Boot Start End Blocks Id System
/dev/sdb1 * 1 25 200781 83 Linux
/dev/sdb2 26 14596 117041557+ 8e Linux LVM

Disk /dev/sdc: 500.1 GB, 500107862016 bytes
255 heads, 63 sectors/track, 60801 cylinders
Units = cylinders of 16065 * 512 = 8225280 bytes
Disk identifier: 0x0008fa9b

Device Boot Start End Blocks Id System
/dev/sdc1 * 1 26 204800 83 Linux
Partition 1 does not end on cylinder boundary.
/dev/sdc2 26 60801 488179201 8e Linux LVM
Reply With Quote
  #4  
Old 10th June 2009, 06:56 PM
scotty38's Avatar
scotty38 Offline
Registered User
 
Join Date: Mar 2008
Location: Nottingham, UK
Age: 18
Posts: 270
Doesn't grub suggest F9 is on hd2?
Reply With Quote
  #5  
Old 11th June 2009, 10:43 AM
eschi Offline
Registered User
 
Join Date: Apr 2006
Posts: 79
Sorry. You're totally right.
Forget about Fedora 9 is on hd1. Fedora 9 was on hd2. Now there is the fresh installation of Fedora 11, but the entries for Fedora 11 were not written to grub.conf.

Is there a possibility to mount an ext4 filesystem under Fedora 10? So I could have a look at the filesystem where the kernel is and write the grub.conf entries by myself.
Or maybe someone could post his/her Fedora 11 entries in their grub.conf?
Reply With Quote
  #6  
Old 11th June 2009, 11:17 AM
eschi Offline
Registered User
 
Join Date: Apr 2006
Posts: 79
Ok. The ext4 filesystem isn't supported by grub, so the /boot partition is an ext3 filesystem. I mounted /dev/sdc1 and now I'm totally confused. The directory is empty. There is only a lost+found directory.
Reply With Quote
  #7  
Old 11th June 2009, 11:56 AM
scotty38's Avatar
scotty38 Offline
Registered User
 
Join Date: Mar 2008
Location: Nottingham, UK
Age: 18
Posts: 270
Isn't it sdb2 you should be trying to get to?
Reply With Quote
  #8  
Old 11th June 2009, 01:58 PM
eschi Offline
Registered User
 
Join Date: Apr 2006
Posts: 79
No, as far as I know, the anaconda installer of Fedora makes two partitions. A first partition in ext3 with the /boot directory, and a second partition in ext4 for the volume group.

I installed Fedora 11 again, and now it works. I don't have any idea, what went wrong. But I'm happy now :-)

So thank you very much for your help scotty38.
Reply With Quote
Reply

Tags
boot, entry, fedora, grub, loader

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
Rebuilding the Grub Boot Loader on Master Boot Record (MBR) w Fedora Linux Vector Guides & Solutions (No Questions) 6 1st August 2009 08:39 AM
A Solution for how to boot Fedora FC3 from a CD without using GRUB or a boot loader erap Guides & Solutions (No Questions) 35 17th May 2007 07:23 PM
fixed ubuntu boot loader, how to make grub with fedora sdowney717 Using Fedora 14 1st May 2007 04:31 PM
GRUB boot loader r windows boot loader? Rebels Mascot Using Fedora 4 12th May 2005 03:50 AM
Strange boot loader entry MRKisThatKid Installation and Live Media 3 3rd August 2004 02:58 AM


Current GMT-time: 02:00 (Sunday, 19-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