I have a dual Win2k/RH9 system with Lilo installed on the boot sector of
/dev/hdb1. At start up I get two Win2k and one Linux boot options. After I
select Linux RH9 boots without displaying Lilo.

I want to access different kernel images however even if I hold the <Alt> or
<Shift> all I get is a RH start screen with Linux/Dos. And when RH9 boots it
loads the kernel 2.4.20-8.

How do I access different kernels?

Syl

Here is my lilo.conf

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

image=/boot/vmlinuz-2.4.20-18.9
        label=2.4.20-18.9
        initrd=/boot/initrd-2.4.20-18.9.img
        read-only
        append="hdc=ide-scsi root=LABEL=/"

image=/boot/vmlinuz-2.4.20-8
        label=linux.bak
        initrd=/boot/initrd-2.4.20-8.img
        read-only
        append="hdc=ide-scsi root=LABEL=/"

other=/dev/hda1
        optional
        label=DOS

image=/boot/vmlinuz-2.4.20-18.9
        label=linux
        append="hdc=ide-scsi root=LABEL=/"
        read-only
        initrd=/boot/initrd-2.4.20-18.9.img


-- 
redhat-list mailing list
unsubscribe mailto:[EMAIL PROTECTED]
https://www.redhat.com/mailman/listinfo/redhat-list

Reply via email to