[1860] in linux-scsi channel archive
Re: LILO and 2 SCSI adapters
daemon@ATHENA.MIT.EDU (Klaus Schmidt)
Tue May 13 03:12:08 1997
Date: Tue, 13 May 1997 09:09:54 +0200
From: Klaus Schmidt <kschmidt@donau.de>
To: Robert Johannes <rjohanne@piper.hamline.edu>
CC: linux-scsi@vger.rutgers.edu
Robert Johannes wrote:
>
>
> I have the same problem with my new setup; I installed scsi a disk and I
> already have an ide disk, and have dos on the scsi disk while linux
> resides on the ide; when I tell lilo (from redhat 4.1) to boot the
> system from the mbr of /dev/hda, and have dos as the second os, it says
> "Must specify LOADER for BIOS device 0x81" What does that mean, if
> anyone has an idea?
>
> Regards
> robert johannes
Just try a loader line in your /etc/lilo.conf like this:
# DOS bootable partition config begins
other = /dev/sda1
label = alt
loader = /boot/any_d.b
table = /dev/sda
# DOS bootable partition config ends
Klaus