I kompile new kernel. I finnaly use command make zImage.
I don't know what is right file.

/usr/src/linux/arch/i386/boot/zImage                  356037 bytes
/usr/src/linux/arch/i386/boot/compressed/vmlinux      353648 bytes

I copy both this files to /boot, and edit /etc/lilo.conf

boot=/dev/hda
default=dos
prompt
timeout=50

image=/vmlinuz
   label=lin
   root=/dev/hda5

image=/boot/zImage
   label=lin2
   root=/dev/hda5

image=/boot/vmlinux
   label=lin3
   root=/dev/hda5

other=/dev/hda2
   label=dos

I run lilo of course, and lilo is not write to me any error.

But lin2 and lin3 is not working. When I select to boot lin2 or 3 lilo write
Loading kernel image.... show some dots,
now i wait to see decompresing kernel image, but lilo go to start so i see
LILO: prompt again.

Reply via email to