jus
10-05-2002, 11:54 PM
Greetings,
I have the following setup
/dev/hde = RH Linux 7.3 Distro Install
/dev/hdg = Linux from scratch install
While installing LILO for hdg, I had a curious though.
Is it possible to have LILO installed in the MBR on one hard disk actually boot LILO in the MBR in the second? The following is my lilo.conf on dev/hdg
prompt
timeout=50
default=redhat
boot=/dev/hdg
map=/boot/map
install=/boot/boot.b
message=/boot/message
linear
image=/boot/lfskernel
label=lfs
root=/dev/hdg1
read-only
other=/dev/hde
label=redhat
Upon selecting the "redhat" option, I simply get LILO on /dev/hdg again (as opposed to the one on /dev/hde as desired). After reading the LILO documentation thouroughly, I can only conclude that it has to do with the boot=/dev/hdg line. However excluding that line does not work at all.
Just curious if anyone has pulled this off, and if so, how did you do it??
I have the following setup
/dev/hde = RH Linux 7.3 Distro Install
/dev/hdg = Linux from scratch install
While installing LILO for hdg, I had a curious though.
Is it possible to have LILO installed in the MBR on one hard disk actually boot LILO in the MBR in the second? The following is my lilo.conf on dev/hdg
prompt
timeout=50
default=redhat
boot=/dev/hdg
map=/boot/map
install=/boot/boot.b
message=/boot/message
linear
image=/boot/lfskernel
label=lfs
root=/dev/hdg1
read-only
other=/dev/hde
label=redhat
Upon selecting the "redhat" option, I simply get LILO on /dev/hdg again (as opposed to the one on /dev/hde as desired). After reading the LILO documentation thouroughly, I can only conclude that it has to do with the boot=/dev/hdg line. However excluding that line does not work at all.
Just curious if anyone has pulled this off, and if so, how did you do it??