Click to See Complete Forum and Search --> : Lilo died! :-(
Neuromancer
03-16-2001, 06:23 PM
I screwed up my MBR so I want to install LILO into it. But when I try to install it using KLILO, it says 'LILO died, Syntax error in /etc/lilo.conf near Line 9'. Why is this happening to me? :-(
BTW I also tried installing on to a floppy and the same thing happpened.
bdg1983
03-16-2001, 06:55 PM
Could be you have a syntax error in line 9 of your lilo.conf.
Post the contents of /etc/lilo.conf if you need help.
Neuromancer
03-16-2001, 08:44 PM
#This file has been generated by KLILO
boot=/dev/hda
read-only
prompt
timeout=20
vga=normal
image=
root=/dev/hda6
label=linux
other=/dev/hda2
label=windows
table=/dev/hda
other=/dev/hda2
label=windows-0
table=/dev/hda
the "image=" line should point to your kernel image. Mine is /vmlinuz so that line in lilo.conf is "image=/vmlinuz"
Neuromancer
03-17-2001, 01:58 AM
Now it says /vmlinuz is missing! :(
slapNUT
03-17-2001, 05:45 AM
Probably needs to be:
image=/boot/vmlinuz
[ 17 March 2001: Message edited by: slapNUT ]