On Thursday 12 April 2001 06:51 pm, you wrote:
> michael <[EMAIL PROTECTED]> writes:
> > I had all the 24317 kernel files in their own directory and have
> > installed both kernel and kernel-enterprise. I haven't rebooted yet.
> >
> > Will there be a problem? I got a message saying there would be a lilo
> > problem(see title) after the enterprise installed. When I tried a rpm -e
> > kernel-enterprise-etc it said it wasn't installed?
>
> what contain your /etc/lilo.conf ?

-- 
pax
-m-
[root@euler /root]# cat /etc/lilo.conf
boot=/dev/hda
map=/boot/map
install=/boot/boot.b
vga=normal
default=linux
keytable=/boot/us.klt
lba32
prompt
timeout=500
message=/boot/message-graphic
menu-scheme=wb:bw:wb:bw
image=/boot/vmlinuz
        label=linux
        root=/dev/hda10
        initrd=/boot/initrd.img
        append=" hdb=ide-scsi hdf=ide-scsi"
        vga=794
        read-only
image=/boot/vmlinuz
        label=failsafe
        root=/dev/hda10
        initrd=/boot/initrd.img
        append=" hdb=ide-scsi failsafe"
        read-only
other=/dev/hde1
        label=windows
        table=/dev/hde
        map-drive=0x80
           to=0x81
        map-drive=0x81
           to=0x80
other=/dev/fd0
        label=floppy
        unsafe

image=/boot/memtest-2.5.bin
        label=memtest86
        append=" hdb=ide-scsi hdf=ide-scsi"

image=/boot/vmlinuz-2.4.3-14mdk
        label=243-14
        root=/dev/hda10
        read-only
        optional
        append=" hdb=ide-scsi hdf=ide-scsi"
        initrd=/boot/initrd-2.4.3-14mdk.img
 
image=/boot/vmlinuz-2.4.3-17mdk
        label=243-17
        root=/dev/hda10
        read-only
        optional
        append=" hdb=ide-scsi hdf=ide-scsi"
        initrd=/boot/initrd-2.4.3-17mdk.img
 
image=/boot/vmlinuz-2.4.3-17mdkenterprise
        label=243-17enterprise
        root=/dev/hda10
        read-only
        optional
        append=" hdb=ide-scsi hdf=ide-scsi"
        initrd=/boot/initrd-2.4.3-17mdkenterprise.img
[root@euler /root]#

Reply via email to