CrashTestDummy9
09-17-2002, 03:26 AM
I refrained from asking this question but I couldnt find an earlier thread that may or may not have already addressed this question . I dual boot WinXP and RH7.3 . I recently installed MDK9.0 on some free space on hdb(my linux disk) I installed LiLo on the / of hdb5 for my MDK installation . I just need to know what should be added to my grb config file to make MDK accessable at boot . my current grub config file looks like 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 (hd1,0) # kernel /vmlinuz-version ro root=/dev/hdb2
# initrd /initrd-version.img
#boot=/dev/hda
default=1
timeout=10
splashimage=(hd1,0)/grub/splash.xpm.gz
title Red Hat Linux (2.4.18-3)
root (hd1,0) kernel /vmlinuz-2.4.18-3 ro root=/dev/hdb2 hdc=ide-scsi
initrd /initrd-2.4.18-3.img
title WinXP Pro SP1
rootnoverify (hd0,0)
chainloader +1
# # 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 (hd1,0) # kernel /vmlinuz-version ro root=/dev/hdb2
# initrd /initrd-version.img
#boot=/dev/hda
default=1
timeout=10
splashimage=(hd1,0)/grub/splash.xpm.gz
title Red Hat Linux (2.4.18-3)
root (hd1,0) kernel /vmlinuz-2.4.18-3 ro root=/dev/hdb2 hdc=ide-scsi
initrd /initrd-2.4.18-3.img
title WinXP Pro SP1
rootnoverify (hd0,0)
chainloader +1