[EMAIL PROTECTED] wrote:

>  hello all,
>
>  i have a system already running linux.
>
>  recently i recompiled this system and
>
>  tried to add the new kernel image into
>
>  /boot/.
>
>  i followed the usual sequence for compiling...
>
>    make config
>
>    make dep
>
>    make clean
>
>    make bzImage
>
>    make modules; make modules_install
>
>  then i copied the new image,
>
>    /usr/src/linux/arch/i386/boot/bzImage
>
>  to /boot/vmlinuz-mynew.
>
>  appropriately i added an entry for this in lilo.conf
>
>  something like
>
>     image=/boot/vmlinuz-mynew
>         label=mynew
>         root=/dev/hda2
>         read-only
>

I think I see the problem, its worth a shot anyway.

Rearrange the lines in your lilo.conf to :

 label=mynew
     image=/boot/vmlinuz-mynew
     root=/dev/hda2
     read-only

My guess is that lilo is not seeing the image for mynew
since the label comes after the image declaration.

I am suprised that this did not screw up the label/image of
the one above.

Bret



_______________________________________________
Redhat-list mailing list
[EMAIL PROTECTED]
https://listman.redhat.com/mailman/listinfo/redhat-list

Reply via email to