saxophone2005-07-25 21:32:06
I installed FC4 and like to use lilo instead of grub by default. Well, system won't boot up with lilo.config as below. Any suggestion appreciated.

#lilo.config
prompt
timeout=50
default=linux
boot=/dev/hda
map=/boot/map
install=/boot/boot.b
message=/boot/message
#linear

image=/boot/vmlinuz-2.6.11-1.1369_FC4
label=linux
initrd=/boot/initrd-2.6.11-1.1369_FC4.img
read-only
root=/dev/hda4
append="hda=ide-scsi"

image=/boot//vmlinuz-2.6.11-prep
label=linux-custom
initrd=/boot/initrd-2.6.11-1.1369_FC4.img
read-only
root=/dev/hda4
append="hda=ide-scsi"



#And here is the ouput of fdisk /dev/hda
Disk /dev/hda: 40.0 GB, 40000000000 bytes
255 heads, 63 sectors/track, 4863 cylinders
Units = cylinders of 16065 * 512 = 8225280 bytes

Device Boot Start End Blocks Id System
/dev/hda1 1 6 48163+ 6 FAT16
/dev/hda2 * 7 1291 10321762+ 7 HPFS/NTFS
/dev/hda3 1292 1304 104422+ 83 Linux
/dev/hda4 1305 4863 28587667+ 5 Extended
/dev/hda5 1305 4863 28587636 8e Linux LVM