lilo : "Fatal: No images have been defined."
I tried to install again (after modification) and my lilo.conf look like this:
===================================
prompt
timeout=50
default=WindowsXp
boot=/dev/hda
map=/boot/map
install=/boot/boot.b
message=/boot/message
lba32
image=/boot/vmlinuz-2.4.18-14
label=linux2
initrd=/boot/initrd-2.4.18-14.img
read-only
append="hdc=ide-scsi root=LABEL=/"
other=/dev/hda1
optional
label=WinodowsXp
====================================
and when i try to install it using "lilo -v" ->> i get this error:
LILO version 21.4-4, Copyright (C) 1992-1998 Werner Almesberger
'lba32' extensions Copyright (C) 1999,2000 John Coffman
Reading boot sector from /dev/hda
Merging with /boot/boot.b
Mapping message file /boot/message
Boot image: /boot/vmlinuz-2.4.18-14
Mapping RAM disk /boot/initrd-2.4.18-14.img
Added linux2
Boot other: /dev/hda1, on /dev/hda, loader /boot/chain.b
Added WinodowsXp
Fatal: No images have been defined.
====================================
and my boot loader was not changed!!
Please help me with this.
|