Hey guys,
I have Windows XP Pro installed on a SATA drive and have now added a IDE drive containing Windows Server 2003 . Now the problem is, depending on the boot order of the disk drives, I can only load either XP or 2003. I do not get a multi-boot menu before loading to XP.
Here is how my boot.ini looked like:
[boot loader]
timeout=30
default=multi(0)disk(0)rdisk(0)partition(1)\WINDOWS
[operating systems]
multi(0)disk(0)rdisk(0)partition(1)\WINDOWS="Microsoft Windows XP Professional" /noexecute=optin /fastdetect
I looked around daniweb and found this thread and changed it accordingly although i was fairly certain it might not work because in that case, both the drives were IDE. This is what my boot.ini looks like now:
[boot loader]
timeout=20
default=multi(0)disk(0)rdisk(0)partition(1)\WINDOWS
[operating systems]
multi(0)disk(0)rdisk(0)partition(1)\WINDOWS="Microsoft Windows XP Professional" /fastdetect /NoExecute=OptIn
multi(0)disk(0)rdisk(1)partition(1)\WINDOWS="Windows Server 2003, Standard" /fastdetect
After this, when I select Windows 2003 Server in the boot options, the computer automatically restarts to the point of displaying the options again. Selecting XP boots fine to XP. Now how do i change my boot.ini file to accept the 2003 present on the IDE drive and give me the option to select an OS to boot?
Any kind of help would be welcome!