OK, but some references:
Boot Configuration Data Editor Frequently Asked Questions
You will also need to take a snipping tool picture of your Disk Management Window, expanded so we can see the partitions, and attach using the paperclip on advanced replies.
In case you do not know,
bcdedit is a utility for manipulating entries in the Windows 7 Boot system, more specifically the BCD Store. You can see the entries by opening an
Administrative command prompt and typing bcdedit
If you type bcdedit /? it will show the options that can be used to change entries.
The ID, noted by the curly brackets, is very important to make sure any operations are completed on the section you want to change.
So first, create a backup of your BCD Store by typing
bcdedit /export C:\whateverBCD so you can import the old one if necessary.
But you will need to enter these commands, one at a time and see if they complete. Something about a command window is you can paste items copied from other sources. Just right click and select paste and the item will be inserted wherever the cursor is. You can also copy items in the command window by right clicking and selecting
Mark then highlight what needs to be copies and hit enter.
Bcdedit /create {legacy} /d "Description
" <-- Your own Description but leave quotes.
Bcdedit /set {legacy} device boot
Bcdedit /set {legacy} path \ntldr
Bcdedit /displayorder {legacy} /addlast
If all of these work, you should be able to boot into XP. But things do pop-up sometimes where the correct path or partition is not noted correctly, which is why I may need the Disk Management picture.
These changes, by themselves, will not affect your Windows 7 boot. If the XP option does not work, we can change it so it does.