> A small addition from my experience: It also matters whether the (E)IDE disk
> is on the first or on the second IDE controller... I once had a setup with an
> EIDE disk as hdc (second controller) and an EIDE CD-ROM as hda (first
> controller) and a SCSI disk (sda), and as far as I remember, the SCSI got
> recognised as the first disk. When I swapped the CD-ROM and the EIDE disk, the
> EIDE disk was recognised as first disk. This was under RHL 4.2.
> Unfortunately, I ended up having the EIDE first anyway, as I'm running a dual
> boot system with Windoze 3.1 (which doesn't like to come second... I wonder
> why... :-{ ), so I didn't investigate this further.

Additionally, you can use the "map-drive" directive in your lilo.conf to
fix this.  For all intents and purposes, win31/95 thinks your second,
third, fourth, etc, drive is your first.  Something like this:

other=/dev/sdb1
        label=win95
        table=/dev/sdb
        loader=/boot/chain.b
        alias=4
        map-drive = 0x80
          to = 0x82
        map-drive = 0x82
          to = 0x80

where 0x82 represents my third drive, and 0x80 represents my first,
/dev/hda.

Dave



-- 
  PLEASE read the Red Hat FAQ, Tips, Errata and the MAILING LIST ARCHIVES!
http://www.redhat.com/RedHat-FAQ /RedHat-Errata /RedHat-Tips /mailing-lists
         To unsubscribe: mail [EMAIL PROTECTED] with 
                       "unsubscribe" as the Subject.

Reply via email to