On Monday 23 February 2004 22:50, Miroslav Maiksnar wrote:
> Dne po 23. Ășnora 2004 15:57 Martin Wegmann napsal(a):

[snip]

> lba32
> boot=/dev/hda
> root=/dev/hda5        # Replace with your root partition
> default=Linux
>
> image=/vmlinuz
>       label=Linux
>       read-only
>       initrd=/initrd.img
>
> image=/vmlinuz.old
>       label=LinuxOLD
>       read-only
>       optional

I changed lilo.conf as Mixi explained 

default=Linux
image=/vmlinuz
        label=Linux
        read-only
        initrd=/initrd.img

image=/boot/vmlinuz-2.4.22-xfs
        label=Linux2.4
        initrd=/boot/initrd.gz
        read-only
#       restricted
#       alias=1

image=/vmlinuz.old
        label=LinuxOLD
        read-only
        optional
#       restricted
#       alias=2

but running lilo or /sbin/lilo resulted in


/sbin/lilo
Fatal: open /vmlinuz: No such file or directory

but /vmlinuz definitely exists as ls -l under / reveals

lrwxrwxrwx    1 root     root           24 Feb 23 19:18 vmlinuz -> 
boot/vmlinuz-2.6.2-1-686
lrwxrwxrwx    1 root     root           23 Sep 29 13:55 vmlinuz.old -> 
boot/vmlinuz-2.4.22-xfs

does the error means nothing or is there a problem?

cheers Martin

Reply via email to