What if you connect two or three or four HDs to the
Highpoint controller? How do you then designate
the boot sequence?
What if the 1st HD in the sequence has in its
"active" partition (which may be its 2nd partition)
a boot.ini file that designates the 3rd partition
on the 4th HD to be the origin of the loaded OS?
What are each of the 4 HDs called in the Highpoint
boot sequence? What are they called in motherboard's
boot sequence?
In my current system, I have 3 HDs, all on a SIIG
controller card. There is an OS on the 1st HD, an OS
on the 2nd HD, and 4 OSes on the 3rd HD, and I
can boot any one of them. All that the motherboard's
BIOS knows is the model no. of each of the HDs,
and it uses those to name each of the 4 HDs in its
boot sequence. But the loaded OS knows each
partition as a "Local Disk", and it gives each of them
a letter, and the letter is different depending on which
OS gets loaded and which HDs are visible when it
starts up. So you see, calling any HD at the BIOS
level is very misleading. To get a graphic of what I'm
explaining, look at the Disk Management dialog box
via (rt-clk)MyComputer/Manage/DiskManagement.
You'll see that Disk 0 contains your OS, and it probably
has a single partition named "Local Disk (C
". But
there can be multiple HDs, each containing multiple
"Local Disks", each one containing an OS. And these
"Local Disks" get renamed depending on which OS
gets loaded and started.
When you put one HD in the system, it will always be
at relative position 0 in the *HD* boot sequence, so
the BIOS will pass control to it. The boot.ini file in
the "active" parition on that HD then better refer to
the OS as being on the HD at position rdisk(0).
If you put in another HD, it can take the 2nd relative
position in the HD boot sequence (i.e. rdisk(1) ), or the
1st relative position (i.e. rdisk(0) ). So, by interchanging
the 2 HDs on the Highpoint card, you can control which
HD the BIOS passes control to, or you can do it by
explicitly inputing the boot sequence to the BIOS yourself.
By making the real position agree with what the boot.ini file
assumes, you can make the OS on the 120GB HD boot up
or not. If you don't follow any of this, you've already solved
your problem, so don't do anything.
*TimDaniels*