On Tue, Jun 27, 2000 at 06:52:46PM -0500, Mikkel L. Ellertson wrote:
>
> One thing you could try is to not tell the BIOS about the drive, and then
> tell LILO about it, specifing the disk geomatry. Then you could keep
> booting from the SCSI drive, and use fdisk (or cfdisk) in Linux to
> partation the drive. I haven't tryied this, but from reading the LILO
> docs, you should be able to do this. Something like:
>
> Disk /dev/hda
> INACCESSIBLE
> HEADS=<heads>
> SECTORS=<sectors>
> CYLINDERS=<cylinders>
>
> You might also be able to let the BIOS see the drive, and tell LILO the
> correct info, then try using fdisk in linux to use partation the space
> that the BIOS doesn't see - just make sure /boot is in the part the BIOS
> can see!
>
> Mikkel
I was successfully booting of a SCSI drive and after adding an IDE
drive and running /sbin/lilo got the "warning. /dev/sda is not the
first hard disk" or something similar. Adding the following lines to
the global section of my /etc/lilo.conf fixes the problem.
disk=/dev/sda
bios=0x80
disk=/dev/hda
bios=0x81
See the LILO docs.
--
Ron Golan
[EMAIL PROTECTED]
--
To unsubscribe: mail [EMAIL PROTECTED] with "unsubscribe"
as the Subject.