I have a 3 Gig hard drive and I'm trying to get LILO to boot 3 different
operating systems. I currently have linux on hda1, win95 on hda3 and
I'm trying to put NT4 on hda4.
Note that each partition is approximately 1 gigabyte. My configuration
works well for linux and win95, but I can't get the last partition to
work. I installed DOS 6 on hda4 to see if I could get LILO to boot it,
but it just sits there after giving me this message "LILO booting dos".
I even tried making hda4 the boot parition (and disabled hda1) but I got
an "invalid boot disk" error.
The disk is in LBA mode.
I'd appreciate any help I can get.
Here is my current lilo.conf:
----------
boot=/dev/hda
map=/boot/map
install=/boot/boot.b
linear
ramdisk=0
disk=/dev/hda
bios=0x80
sectors=63
heads=128
cylinders=781
image=/boot/vmlinuz-2.0.34-0.6
label=linux
root=/dev/hda1
read-only
other=/dev/hda3
label=win95
table=/dev/hda
other=/dev/hda4
label=nt4
table=/dev/hda
----------