Are they really separate disks? Shouldn't it be?
[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="Windows 2003" /fastdetect
multi(0)disk(0)rdisk(1)partition(2)\WINNT="Windows 2000" /fastdetect
or possibly same disk;
[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="Windows 2003" /fastdetect
multi(0)disk(0)rdisk(0)partition(2)\WINNT="Windows 2000" /fastdetect
--
Regards,
Dave Patrick ....Please no email replies - reply in newsgroup.
Microsoft Certified Professional
Microsoft MVP [Windows]
http://www.microsoft.com/protect
"Tim" wrote:
|I ran into issues in trying to dual boot Windows 2003 and Windows 200 on
| separate drives so with a little research I created a boot floppy with the
| following config
|
| NTLDR
| Netdetect.com
| Boot.ini
| -----------------------------------------------------------------------------------------
| [boot loader]
| timeout=-1
| default=multi(0)disk(0)rdisk(0)partition(1)\WINDOWS
| [operating systems]
| multi(0)disk(0)rdisk(0)partition(1)\WINDOWS="First harddisk, first
| partition" /sos
| multi(0)disk(0)rdisk(1)partition(1)\WINNT="Second harddisk, first
partition"
| /sos
| --------------------------------------------------------------------------------------------
| With the floppy disk inserted, I am able to boot either OS but when I
remove
| the disk I receive the following error:
|
| 1. Windows 2003: Windows 200 could not start because the following file is
| missing or corrupt: \Wimdows\system32\config\system
|
| 2. Windows 2000 boots without issue.
|
| Is there any way to boot to either OS without the floppy or am I destined
to
| the floppy.
|
| Where would I copy the info from the floppy (NTLDR, Netdetect.com,
Boot.ini)
| Into the Windows 2003 machine as I did with the 2000? Is this recommended?
|
| I finall reinstalled Windows 2003 and now it seems that it is now the only
| OS that is working. Now I am getting errors with the Win200( Could not
read
| from selected boot disk)
| I Changed my boot.ini to:
| boot loader]
| timeout=30
| default=multi(0)disk(0)rdisk(0)partition(1)\WINDOWS
| [operating systems]
| multi(0)disk(0)rdisk(0)partition(1)\WINNT="Windows 2003 Server"
/fastdetect
| multi(0)disk(1)rdisk(0)partition(2)\WINNT="Windows 2000 Server"
/fastdetect
|
|