
Originally Posted by
pentest2008
ok my lilo.conf is like this:
lba32 # Allow booting past 1024th cylinder with a recent BIOS
boot = /dev/hda
prompt
timeout = 1200
bitmap=/boot/splash.bmp
change-rules
reset
vga = 0x317
#Linux bootable partition config begins
image = /boot/vmlinuz
root = /dev/hda6
initrd = /boot/splash.initrd
label = bt
read-only
# Linux bootable partition config ends
other=/dev/sda1
label=Windows
table=/dev/sda
when I execute lilo.conf, I get the following:
Reading boot sector from /dev/hda
Warning: Kernel & BIOS return differing head/sector geometries for device 0x80
Kernel: 65535 cylinders, 16 heads, 63 sectors
BIOS: 1022 cylinders, 240 heads, 63 sectors
Using BITMAP secondary loader
Calling map_insert_data
Mapping bitmap file /boot/splash.bmp
Calling map_insert_file
Boot image: /boot/vmlinuz
Mapping RAM disk /boot/splash.initrd
Added bt *
Boot other: /dev/sda1, on dev/sda, loader CHAIN
Fatal: open /dev/sda1: No such file or directory
Please advise what I need to do.
Thanks
PT08