[NBLUG/talk] Boot loader

Ian Sutherland iansuth at sbcglobal.net
Fri Mar 19 12:25:01 PST 2004


This was the response to grub-install.

bash: grub-install: command not found

The following is the contents of grub.conf;

# grub.conf generated by anaconda
#
# Note that you do not have to rerun grub after making changes to this
file
# NOTICE:  You do not have a /boot partition.  This means that
#          all kernel and initrd paths are relative to /, eg.
#          root (hd0,6)
#          kernel /boot/vmlinuz-version ro root=/dev/hdc7
#          initrd /boot/initrd-version.img
#boot=/dev/hdc
default=0
timeout=10
splashimage=(hd0,6)/boot/grub/splash.xpm.gz
title Red Hat Linux (2.4.20-30.9)
        root (hd0,6)
        kernel /boot/vmlinuz-2.4.20-30.9 ro root=LABEL=/ hdb=ide-scsi
        initrd /boot/initrd-2.4.20-30.9.img
title Red Hat Linux (2.4.20-28.9)
        root (hd0,6)
        kernel /boot/vmlinuz-2.4.20-28.9 ro root=LABEL=/ hdb=ide-scsi
        initrd /boot/initrd-2.4.20-28.9.img
title Red Hat Linux (2.4.20-8)
        root (hd0,6)
        kernel /boot/vmlinuz-2.4.20-8 ro root=LABEL=/ hdb=ide-scsi
        initrd /boot/initrd-2.4.20-8.img
title DOS
        rootnoverify (hd0,0)
        chainloader +1
-- 
Ian Sutherland
2 Varda Street
Rohnert Park, CA 94928
707-792-6891




More information about the talk mailing list