Click to See Complete Forum and Search --> : Multiboot Grub configuration ?


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

CrashTestDummy9
09-17-2002, 04:01 AM
Please .

CrashTestDummy9
09-17-2002, 05:04 AM
Or if you can point me in the direction I need to look I would be grateful .

mdwatts
09-17-2002, 05:42 AM
Add another section for Mandrake


title Mandrake Linux
root (hd1,4) kernel /<kernel name> -3 ro root=/dev/hdb5 hdc=ide-scsi
initrd /<initrd name>

mdwatts
09-17-2002, 05:44 AM
You also have to realize that most of the LNO members are sleeping at the time of the morning you posted the question.

I happend to be up earlier as I got a call from work at 3 a.m. and now have to leave for work in a few minutes to fix a few problems.

mdwatts
09-17-2002, 05:46 AM
Also go to http://support.caldera.com/caldera and search for zen as you will find the 'Zen and Art of Using Grub' which is a very good guide for Grub.

CrashTestDummy9
09-17-2002, 05:59 AM
Ok . Thanks for the pointers MDWatts . Once I get it right 1 time , I hopefully wont need to ask again . Thanks again .

CrashTestDummy9
09-17-2002, 07:10 AM
Got it! I had to enter path to kernel as /boot/vmlinuz-2.4.19-5mdk and path to initrd as /boot/initrd-2.4.19mdk.img .

mdwatts
09-17-2002, 05:00 PM
Ooops... Sorry as I forgot to mention you will need to specify the paths.

CrashTestDummy9
09-17-2002, 11:02 PM
Originally posted by mdwatts
Ooops... Sorry as I forgot to mention you will need to specify the paths. No prob . You got me pointed in the right direction . And some things should be left for us to figure out or else we never learn anything . Your help was right on the money and I appreciate your replies . ;) :D