Jack Byers     [EMAIL PROTECTED]

you need a 2nd stanza in lilo.conf
modify it something like so:

modify for 7.0 and 8.0
let linux be label for 7.0
let linux8.0 be label for 8.0


 boot=/dev/hda
 map=/boot/map
 install=/boot/boot.b
 prompt
 timeout=50
 message=/boot/message
 linear
 default=linux

 image=/boot/bzImage
      ## if using different kernel:  /boot/vmlinuz.blah7
 label=linux
 initrd=/bood/initrd-2.2.16.-22.img
 read-only
 root=/dev/hda2


 image=/boot/bzImage
      ## if using different kernel /boot/vmlinuz.blah8
 label=linux8.0
 initrd=/bood/initrd-2.2.16.-22.img
 read-only
 root=/dev/hda1


if you want the rh7 visible when rh8 is root and vice versa
then you also need your two fstabs modified accordingly


fstab under rh7
 /dev/hda1               /redhat8.0     ext2    defaults        1 2
 /dev/hda2               /              ext2    defaults        1 1


fstab under rh8
 /dev/hda1               /              ext2    defaults        1 1
 /dev/hda2               /redhat7.0     ext2    defaults        1 2



lilo can be run when under either 7.0 or 8.0


regards
Jack


I have installed RH 8.0 and then RH 7.0 in next partitions as > > > below:
/dev/hda1 - / for RH 8.0
...
/dev/hda2 - / for RH 7.0
...

During installation, I found RH 7.0 installed LILO in MBR and then > when I
rebooted I got only the option of RH 7.0.

  Nabin Limbu




_________________________________________________________________
Add photos to your messages with MSN 8. Get 2 months FREE*. http://join.msn.com/?page=features/featuredemail&xAPID=42&PS=47575&PI=7324&DI=7474&SU= http://www.hotmail.msn.com/cgi-bin/getmsg&HL=1216hotmailtaglines_addphotos_3mf



--
redhat-list mailing list
unsubscribe mailto:[EMAIL PROTECTED]?subject=unsubscribe
https://listman.redhat.com/mailman/listinfo/redhat-list

Reply via email to