Now, Look at the end of your lilo.conf for four lines that look like this:
image = /boot/vmlinuz
root = /dev/hda3
label = Linux
read-only
Once you find that, copy those for lines and edit the the image and label
values in your new copy accordingly:
image = /path-to-new-bzImage
root = /dev/hda3
label = newkernel
read-only
after doing this, run lilo and you should get
*Added Linux
Added newkernel
When you reboot, you should get some kind of prompt to select what image
you want to boot.
You may have to type it in. If there is no graphical selection utility you
can hit tab when lilo pauses to see your options
boot the new kernel which I called newkernel. Only after you are sure the
kernel works, you can get rid of the selection stuff
and even your old kernel if you really want, and make lilo boot the new
kernel by default.
Good Luck!
Thanks for the help I cross posted to another group and see how it all works,.
My new kerel image was too large according to lilo, so I will have to try to
build another image smaller by disabling some things.
Thanks again
Greg