ok,
crea otra imagen. Te quedara algo asi:
boot=/dev/hda
map=/boot/map
install/boot/boot.b
promp
timeout=150
#esta es la imagen antigua
image=/boot/vmlinuz
label="Linux"
root=/dev/hdc
append="quiet devfs=mount hdb=ide-scsi acpi=off"
vga=788
read-only
#esta es la nueva imagen
image=/boot/vmlinuz-2.4.22
label="Linux_recien_compilao"
root=/dev/hdc
append="quiet devfs=mount hdb=ide-scsi acpi=off"
vga=788
read-only
#aqui termina lilo.conf
eso si no te olvides de habilitar el nuevo System.map
lo haces de la siguiente forma:
ln -s System.map-2.4.22 System.map
Suerte