Welcome to Overclockers Forums! Join us to reply in threads, receive reduced ads, and to customize your site experience!
Xaotic said:Open the Boot.ini file on your bootable drive. You'll see a section that looks like this:
[boot loader]
timeout=3
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
To add an additional OS to the boot loader add a line like this for booting to the first partition on the secondary master:
multi(1)disk(0)rdisk(0)partition(1)\WINNT="Microsoft Windows 2000 Professional" /fastdetect
Or first partition on the primary slave:
multi(0)disk(0)rdisk(1)partition(1)\WINNT="Microsoft Windows 2000 Professional" /fastdetect
You can change the timeout value in seconds to allow time desired for selection and check that the system folder is in the correct place.
Xaotic said:It should be in the root directory on your C: drive, if you did a standard installation. You will not need to change the one on the second drive.