According to Petr Klimovic: While burning my CPU.
> 
> 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

Well you dont need them both, the actual image is zImage.
When one is having trouble with lilo the best thing to do (in my opinion) is
to edit lilo.conf and comment out what is NOT realy needed, ie; default=dos
and you should define "read-only" for each image.

> 
> I copy both this files to /boot, and edit /etc/lilo.conf
> 
> boot=/dev/hda
> # default=dos   <- Take note...
> prompt
> timeout=50
> 
> image=/vmlinuz
>    label=lin
>    root=/dev/hda5
     read-only   <------
> 
> image=/boot/zImage
>    label=lin2
>    root=/dev/hda5
     read-only   <------
> 
> image=/boot/vmlinux
>    label=lin3
>    root=/dev/hda5
     read-only   <------
> 
> other=/dev/hda2
>    label=dos
     loader = /boot/any_d.b    <-----
     table = /dev/hda          <-----


> 
> 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.
> 

Try the above then rerun lilo.
Make sure LILO says;

Added lin *
Added lin2
Added lin3

-- 
Regards Richard.
[EMAIL PROTECTED]

Reply via email to