I have Debian/testing on /dev/hda5, Mandrake-10.0 on /dev/hda7 and
swap on /dev/hda1

The /etc/lilo.conf (currently set up for Mandrake boot)

boot=/dev/hda
map=/boot/map
default="linux"
prompt
nowarn
timeout=100
message=xxxx
menu-scheme=xxxx
image=/boot/vmlinuz
        label="linux"
        root=/dev/hda7
        initrd-/boot/initrd.img
        append="xx..xx"
        vga=788
        read-only
image= other-entries..

System does boot correctly.

I added the entry
image=/boot/vmlinuz-2.6.5
        label="debian"
        root=/dev/hda5
        initrd=/boot/initrd.img-2.6.5
        append="xx...xx"
        read-only

and when command /sbin/lio is run it generates the error

Fatal: open /boot/vmlinuz-2.6.5: No such file or directory

How do I make it work? My expertise on lilo is limited..

-ishwar




-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to