Hello!
I have been working on getting my system up and running again
after a major drive crash and have run into a problem with lilo booting my
msdos partitions.
I have two SCSI drives. Drive 1 is a 4 gig seagate with my root
linux partition as /dev/sda1. Drive 2 is a 2 gig quantum with my bootable
msdos partition as /dev/sdb1. I have lilo setup on my MBR to boot to
linux or msdos. It boots to linux fine, but when I try to boot to the
msdos partition it just locks up after "Loading msdos".
I have read in several documents that booting dos from the second
HD will cause headaches, but can be worked with using lilo. I am running
Slakware 3.0 right now and all of the utils that came with it. Below is
my /etc/lilo.conf file. Is there anything that I am missing that will fix
this problem? I have marked /dev/sda1 as bootable with linux's fdisk as
msdos will not let me mark it active since it is on the second disk.
Thanks for any suggestions!
--- Begin /etc/lilo.conf ---
boot = /dev/sda
delay = 50
vga = normal # force sane state
ramdisk = 0 # paranoia setting
image = /vmlinuz
root = /dev/sda1
label = *RockLinux
read-only
other = /dev/sdb1
table = /dev/sdb
label = *RockDos
loader = /boot/any_d.b
--- End lilo.conf ---