On Sun, Nov 07, 1999 at 05:04:42PM -0500, Daniel Ferrante wrote: > I got the disks above and I was able to install my Debian (after > a while of strugle with NT... removed it... ;) Anyway, now I am getting a > warning message from LILO saying that my hard drive is not the first > drive! > I have a SCSI Zip Drive as /dev/sda and a SCSI HD as /dev/sdb. I > compiled my kernel twice: once WITH support for generic SCSI and the other > WIHOUT it (only with the aic7xxx support, once my zip is connected to > it...)! None of them worked out... Now it won't boot! I mean, LILO is > able to run and - apparently - install itself in the MBR of /dev/sdb, but > it gives me this warning message saying that this is not my first drive! I > have no ideas left... Any help???
I had similiar problem (I have IDE and SCSI drives). I think in your case a solution is (in lilo.conf): disk=/dev/sdb bios=0x80 Mirek