Get the Windows 8 Developer Preview boot menu back.
- Start from the Windows 8 Developer Preview installation medium.
- Optionally, choose your keyboard settings.
- Hit SHIFT+F10 to enter the command prompt.
- Execute
bootrec /fixmbrto update the main boot record just to be sure, partitions will remain. - Execute
bootrec /fixbootto update the boot sector of the system partition. - Execute
bootrec /scanosto add known OSes to the boot configuration data.
Get it to list Windows XP.
- Execute
bootrec /rebuildbcd, this will rebuild the boot configuration data. - If that doesn't work, reboot and use
bcdeditfrom Windows 8 Developer Preview like this:
Please note that you need to right click the Command Prompt tile, then click on advanced in the lower right corner and then click onbcdedit /create {ntldr} /d "Windows XP" bcdedit /set {ntldr} device partition=X: bcdedit /set {ntldr} path \ntldr bcdedit /displayorder {ntldr} /addlastRun As Administrator. ReplaceX:by your XP partition.