Since you moved the Win2K partition, that would cause Win2K to ask you to change the BOOT.INI info to match where the Win2K data is now located. -Was- the drive the master before you started?
Is your HD formatted NTFS or FAT32? SCSI or IDE? If FAT32, boot from floppy and have ATTRIB.EXE handy along with a file editor. BOOT.INI is hidden, a system file, and read-only.
ATTRIB is handy for finding _any_ file: ATTRIB BOOT.INI will list the file for you:
attrib boot.ini
SHR C:\BOOT.INI
ATTRIB BOOT.INI -s -h -r will set the file so you can see and edit it. Make a backup copy of the file first, edit it and change the info as needed.
I will assume you have the following in the boot.ini:
[boot loader]
timeout=10
default=multi(0)disk(0)rdisk(1)partition(1)\WINNT
[operating systems]
multi(0)disk(0)rdisk(1)partition(1)\WINNT="Microsoft Windows 2000 Professional" /fastdetect
rdisk(1)- slave drive; partition(1) - first partition on slave drive.
If Win2K is now the second partition on the slave drive, change the partition(1) to partition(2) on both lines or to match where the Win2K partition is now located on the slave drive. JSV