I have a question about booting more than one version / installation
of Linux on my Celeron 900 PC via LILO.
I have been using Red Hat 7.1 on a 6GB hard disk, and have
downloaded Red Hat 7.2, which I would like to try before switching
to it.
I want eventually to be running a dual-boot Win98SE and Linux 7.2
system, and so I installed Win98 and then RH72 on the 20 GB disk.
The LILO.CONF from this new 20 GB disk is shown below:
----------------------------------
# cat lilo.conf
prompt
timeout=50
default=linux_rh72
boot=/dev/hda
map=/boot/map
install=/boot/boot.b
message=/boot/message
lba32
image=/boot/vmlinuz-2.4.7-10
label=linux_rh72
initrd=/boot/initrd-2.4.7-10.img
read-only
root=/dev/hda3
other=/dev/hda1
optional
label=Win98SE
-----------------------------------
What I would like to do is to install my RH71 ( 6 GB hdd ) as a
secondary drive and then to be able to "triple boot" into Win98,
RH72 or my old RH71 at will, so that I can continue to do my
day-to-day stuff on RH71 and play with RH72 until I am happy to
switch to it permanently.
I assume that I could do something like adding:
------------------------------------------
image=/boot/vmlinuz-2.x,x,x-x
label=linux_rh71
initrd=/boot/initrd-2.x.x.x-x.img
read-only
root=/dev/hdb2
-------------------------------------------
(or similar) to my current LILO.CONF and running "lilo".
Will this work? And is this how I should go about it? Any
"GOTCHA's" I should beware of?
Thanks in advance,
Graham Daniell