boot.ini;
[boot loader]
timeout=30
default=multi(0)disk(0)rdisk(0)partition(1)\WINNT
[operating systems]
multi(0)disk(0)rdisk(0)partition(1)\WINNT="Microsoft Windows 2000 Professional" /fastdetect/ NOGUIBOOT /PlexTools Professinal
Plextools Professional is the software for my Plextor SATA DVD r/w drive. The drive is connected to SATA pin 2. Maxtor 250gb SATA hdd is on SATA pin 1. Seagate 80gb IDE hdd is on IDE 1 connector. Nothing is on IDE connector 2. Win2kPro is on both hard drives. BIOS boot sequence is floppy, HDD0, SCSI.
If your SATA drivers emulate IDE drives it will look like this:
[boot loader]
timeout=30
default=multi(0)disk(0)rdisk(0)partition(1)\WINNT
[operating systems]
multi(0)disk(0)rdisk(0)partition(1)\WINNT="Microsoft Windows 2000 Professional" /fastdetect/ NOGUIBOOT /PlexTools Professinal
multi(0)disk(0)rdisk(0)partition(1)\WINNT="IDE Drive -- Microsoft Windows 2000 Professional" /fastdetect/ NOGUIBOOT /PlexTools Professinal
multi(0)disk(0)rdisk(1)partition(1)\WINNT="SATA Drive -- Microsoft Windows 2000 Professional" /fastdetect/ NOGUIBOOT /PlexTools Professinal
If your SATA drivers emulate SCSI drives, it will look like this:
[boot loader]
timeout=30
default=multi(0)disk(0)rdisk(0)partition(1)\WINNT
[operating systems]
multi(0)disk(0)rdisk(0)partition(1)\WINNT="Microsoft Windows 2000 Professional" /fastdetect/ NOGUIBOOT /PlexTools Professinal
multi(0)disk(0)rdisk(0)partition(1)\WINNT="IDE Drive -- Microsoft Windows 2000 Professional" /fastdetect/ NOGUIBOOT /PlexTools Professinal
multi(1)disk(0)rdisk(0)partition(1)\WINNT="SATA Drive -- Microsoft Windows 2000 Professional" /fastdetect/ NOGUIBOOT /PlexTools Professinal
I really don't know if your SATA drivers emulate SCSI or IDE, so I can't pick which will work for you and which won't. Note, I did not change what you already have for your boot.ini, All I did was two new lines: one pointing to the ide drive and the second one pointing to the SATA drive. If during testing, all three selections work on the menu, then you can feel safer about editing what was previously there. Specificly, you may want to change the labels; delete the original line that pointed to the IDE drive (so that there are only two choices); or changing the default to point to the SATA drive.
Please, do only one change at a time and then test to make sure everything still works before making another change in the boot.ini file. You really don''t want to make a mistake that prevents booting. Multiple simultanous changes drasticly increase the odds of making your system unbootable.
I am assuming, that while SCSI drives are in your boot order, you actually don't have any operating.
Also, since you have multiple installations, you may want to enter Drive manager in each installation and make the other installation invisible by removing its drive letter.