Hi,

I have an older and existing grub (0.98) installation on my host that
works.

I was hoping to use my existing grub installation and point to my new LFS
system.

I believe that the new kernel is found -- there seems to be trouble with
finding the LFS '/' partition.

Any ideas or suggestions?

Regards,
John

FEDORA host: /etc/fstab
/dev/sda5                            /                         ext3
defaults        1 1
/dev/sdb1                           /boot                  ext3
defaults        1 2
tmpfs                                   /dev/shm           tmpfs
defaults        0 0
devpts                                 /dev/pts             devpts
gid=5,mode=620  0 0
sysfs                                    /sys                    sysfs
defaults        0 0
proc                                     /proc                   proc
defaults        0 0
/dev/sda3                           swap                   swap
defaults        0 0

LFS-6.7: /etc/fstab
# Begin /etc/fstab
# file system  mount-point  type   options         dump  fsck
#
order
/dev/sdb8                             /                 ext3
defaults        1     1
/dev/sda3                             swap         swap   pri=1
0     0
proc                                      /proc           proc
defaults        0     0
sysfs                                     /sys             sysfs
defaults        0     0
devpts                                  /dev/pts      devpts gid=4,mode=620
0     0
tmpfs                                    /dev/shm    tmpfs  defaults
0     0
# End /etc/fstab

# grub.conf file
# NOTICE:  You have a /boot partition.  This means that
#          all kernel and initrd paths are relative to /boot/, eg.
#          root (hd1,0)
#          kernel /vmlinuz-version ro root=/dev/sda5
#          initrd /initrd-version.img
#boot=/dev/sdb1
default=0
timeout=5
splashimage=(hd0,0)/grub/splash.xpm.gz
# hiddenmenu
title LFS (2.6.35.4)
        root (hd0,0)
        kernel /vmlinux-2.6.35.4-lfs-6.7 ro root=/dev/sdb8
title Fedora (2.6.31.5)
        root (hd0,0)
        kernel /vmlinuz-2.6.31.5 ro root=/dev/sda5 rhgb quiet
        initrd /initrd-2.6.31.5.img
-- 
http://linuxfromscratch.org/mailman/listinfo/lfs-support
FAQ: http://www.linuxfromscratch.org/lfs/faq.html
Unsubscribe: See the above information page

Reply via email to