In the supplied grub.conf with rh8 I have this :

# 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/hde5
# initrd /initrd-version.img

If you have /boot on its own partition you need to follow these notice instructions...

In other words, your conf for root should be like this with a /boot partition note the root comand:

title RedHat(2.4.20custom) root (hd0,0) <-----------root (drive,partition) most likely the problem

kernel /vmlinuz-2.4.20custom ro root=LABEL=/
initrd /initrd-2.4.20custom.img

Hope that helps.

Regards,

Ray




--
Psyche-list mailing list
[EMAIL PROTECTED]
https://listman.redhat.com/mailman/listinfo/psyche-list

Reply via email to