Ideally, you need to install both instances of XP with both drives in the system. Otherwise it get's complicated.
See
this article for examples of loading multiple installations of Windows.
So what you have now is that both drives are recognized in the bios when they are connected.
The origional installation is on primary master.
The other is on secondary master, installed originally as primary master. It is likely that this will not work, but you know how to edit the boot.ini file?
Your original install boot.ini on the primary master should look something like;
[boot loader]
timeout=10
default=multi(0)disk(0)rdisk(0)partition(1)WINDOWS
[operating systems]
multi(0)disk(0)rdisk(0)partition(1)WINDOWS="Windows XP" /fastdetect
You can try to add the second install to that boot.ini (in bold)
[boot loader]
timeout=10
default=multi(0)disk(0)rdisk(0)partition(1)WINDOWS
[operating systems]
multi(0)disk(0)rdisk(0)partition(0)WINDOWS="Windows XP" /fastdetect
multi(0)disk(0)rdisk(2)partition(0)WINDOWS="Windows XP2" /fastdetectThere is another technique on how to do this, let me look it up again.
...OK see
this article.
Edited by danleff (05/25/07 10:38 AM)
_________________________
"I love it when a plan comes together." - Hannibal Smith