grub

Craig White plug-discuss@lists.plug.phoenix.az.us
08 May 2002 10:16:34 -0700


Me no get it

Have Dell system with IDE drive & Adaptec 2890 embedded controller with
hard drive (location of /boot & / partitions)

first tried to set it up with boot priority of SCSI hard drive and
installed grub / RH 7.2  would only boot off floppy

then changed boot priority to ide drive and tried to install grub again.
But it still will only boot from floppy.

did grub-install /dev/hda

and it reported
(fd0)   /dev/fd0
(hd0)   /dev/hda
(hd2)   /dev/sda

but still no go...

/boot/grub/grub.conf looks like...

# 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 (hd2,0)
#          kernel /vmlinuz-version ro root=/dev/sda5
#          initrd /initrd-version.img
#boot=/dev/hda
default 0
timeout 10
splashimage=(hd2,0)/grub/splash.xpm.gz
title Red Hat Linux (2.4.9-31)
root (hd2,0)
kernel /vmlinuz-2.4.9-31 ro root=/dev/sda5
initrd /initrd-2.4.9-31.img
title Red Hat Linux (2.4.7-10)
root (hd2,0)
kernel /vmlinuz-2.4.7-10 ro root=/dev/sda5
initrd /initrd-2.4.7-10.img

webmin module - when I tell it to install grub, gives me error...
Failed to install GRUB : Could not find menu file

menu file is /boot/grub/grub.conf which is indeed there.

how do I install this from cli?

Craig