Create boot entry in
BCDEDIT for Window XP.
Situation : When
Windows XP is not booting after installing second OS like Windows 7
Bcdboot c:\windows /s
d: = In my case Windows XP is in d drive
Bcdedit /create
{ntldr} /d “Windows XP”
Bcdedit /set {ntldr} device partition=D:
Bcdedit /set {ntldr} path \ntldr
Bcdedit /displayorder {ntldr} /addlast
After this steps restart the system It will show both the entries.