Hello, I want to boot linux and w95 on my computer with LILO I have /dev/hda1: /boot /dev/hda2: Windows (I have untared the win98 partition I've previously saved on a CD-R) /dev/hda...: linux partitions
Here is my lilo.conf: boot = /dev/hda delay = 20 timeout = 500 prompt default = Linux vga = normal root = /dev/hda5 read-only install=/boot/boot.b map=/boot/map image = /vmlinuz label = Linux other = /dev/hda2 label = 98 I've marked bootable /dev/hda2 And LILO tells when I choose 98 to run that this is not a bootable hard drive. What can I do ? Thanks Francois