You'll need to point lilo to the right config file: try

bash# /mnt/sbin/lilo -C /mnt/etc/lilo.conf

This tells lilo to use the config file /mnt/etc/lilo.conf.

You may also want to symbolically link /mnt/boot as /boot, because your
old config file points to /boot for all it's info.  If you already have a
/boot directory on the rescue disk (I don't know, never used it) then:

bash# mv /boot /old-boot && ln -s /mnt/boot /boot

Perhaps this will work for you?

-Matt Stegman
<[EMAIL PROTECTED]>

Reply via email to