Saturday, February 9, 2013

How to add Windows XP to Windows 7 boot loader


1. Open command prompt in admin mode.

2. Type this on command prompt :
bcdedit /create {ntldr} /d "Windows XP"

3. Set the Windows XP parition, mine is D:\.
bcdedit /set {ntldr} device partition=D:

4. Set the ntldr. it usually on \ntldr.
bcdedit /set {ntldr} path \ntldr

5. Last step
bcdedit /displayorder {ntldr} /addlast

If you get confused you can use EasyBCD.

0 comments:

Post a Comment