here is my grub.conf file which works with MS win95 and RH 7.2:
Code:# 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 (hd1,0) # kernel /boot/vmlinuz-version ro root=/dev/hdb1 # initrd /boot/initrd-version.img # #splashimage=(hd1,0)/boot/grub/splash.xpm.gz #boot=/dev/hda default=0 timeout=10 splashimage=(hd1,0)/boot/grub/splash.xpm.gz password --md5 lookoutdude title linux 2.4.17 root (hd1,0) kernel /boot2417/vmlinuz ro root=/dev/hdb1 hdc=ide-scsi hdd=ide-scsi ide0=ata66 ide1=ata66 mem=nopentium initrd /boot2417/initrd-2.4.17.img title linux 2.4.16 root (hd1,0) kernel /boot2416/vmlinuz ro root=/dev/hdb1 hdc=ide-scsi hdd=ide-scsi ide0=ata66 ide1=ata66 mem=nopentium initrd /boot2416/initrd-2.4.16.img title Red Hat Linux (2.4.7-10) root (hd1,0) kernel /boot/vmlinuz-2.4.7-10 ro root=/dev/hdb1 hdc=ide-scsi hdd=ide-scsi ide0=ata66 ide1=ata66 mem=nopentium initrd /boot/initrd-2.4.7-10.img title win rootnoverify (hd0,0) chainloader +1


Reply With Quote
Bookmarks