HI folks,
I've recently installed Windows XP Pro SP2 on my Windows 7 desktop. I physically disconnected the two existing 7 drives (system C: and data D:), installed a further drive (system+data E:) and ran the XP setup from the CD-ROM.
** PROBLEM SOLVED ** See my update later this same thread **
Reconnecting the drives, Windows 7 boots and the drive management snap-in now looks like so:

I bought DualBootPRO to help me out. Running the program shows the following in Boot Information:
- Code: Select all
Windows Boot Manager
--------------------
identifier {bootmgr}
device partition=\Device\HarddiskVolume1
description Windows Boot Manager
locale en-US
inherit {globalsettings}
default {current}
resumeobject {8e93b19e-9fd1-11de-b1ad-901448bddf29}
displayorder {current}
toolsdisplayorder {memdiag}
timeout 30
Windows Boot Loader
-------------------
identifier {current}
device partition=C:
path \Windows\system32\winload.exe
description Windows 7
locale en-US
inherit {bootloadersettings}
recoverysequence {8e93b1a0-9fd1-11de-b1ad-901448bddf29}
recoveryenabled Yes
osdevice partition=C:
systemroot \Windows
resumeobject {8e93b19e-9fd1-11de-b1ad-901448bddf29}
nx OptIn
I've then chosen Run Diagnostics in DualBootPRO's main menu hoping that the presence of boot.ini, NTDETECT and ntldr on Drive E: might save me the bother of manually adding it, but no luck (why is that?).
So on the Operating Systems tab, I checked the Add New OS box, called the new OS 'Windows XP', selected 'Windows Legacy' for the OS Type and finally chose 'E:' as the OS Drive.
Now if I look in Boot Information I can see the following section has been added:
- Code: Select all
Windows Legacy OS Loader
------------------------
identifier {ntldr}
device partition=E:
path \ntldr
description Windows XP
Alas... it doesn't work

The problem I'm having is that while choosing to start 7 from the boot menu works fine, choosing 'Windows XP' simply displays a blank screen. The only thing you can do at this point is reboot the PC (note that Ctrl+Alt+Del still works, so it's not as though the machine has locked solid).
I've Googled and I've searched on this forum for the solution and have found others with what appears to be the same problem, and the suggestion is that a tweak to boot.ini on the XP drive may help.
Here's my boot.ini:
- Code: Select all
[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
Now I've tried changing rdisk(0) to rdisk(2) given that Drive E: is the third drive, but I'm still stuck.
Any thoughts?


