Results 1 to 4 of 4
i have installed redhat 9 use grub bootloader
If i install any other os(mandrake,suse,xandros) with out bootloader, how can i access the new os by editing the .conf fileof first ...
- 03-18-2005 #1Just Joined!
- Join Date
- Mar 2005
- Posts
- 3
access another os w/o installing bootloader
i have installed redhat 9 use grub bootloader
If i install any other os(mandrake,suse,xandros) with out bootloader, how can i access the new os by editing the .conf fileof first os
eg.
swapon /dev/hda5
redhat on /dev/hda6
and mandrake on /dev/hda7
plz speify the new lines tobe add in the .conf file....and also plz specify how to if it in the lilo.conf file
thanx in advance who reply my all q's..........thanx a lot
- 03-18-2005 #2
Nerderello's GRUB Tutorial may help you.
Registered Linux user #270181
TechieMoe's Tech Rants
- 03-18-2005 #3Just Joined!
- Join Date
- Mar 2005
- Posts
- 3
ok i will try it and return back here.............
- 03-18-2005 #4
As for Lilo.conf, if you want to add anything to that if you are using LiLo bootloader, add a stanza that looks like
after you edit your lilo.conf file run#Stanza for Mandrake on /dev/hda7
image = /boot/vmlinuz #location of the kernel
lable = Mandrake #Name of the OS
root = /dev/hda7 #Location of the boot partitionin the command line.Code:/sbin/lilo
Remember to do this only if you are using the LiLo Bootloader, and not GrUB.
dylunio


Reply With Quote
