Alati za to su:
DualBootPRO (koji nažalost više NIJE BESPLATAN!)
ili
EasyBCD 1.7.2
Postoji i opcija da se sistem butuje sa instalacionog DVD-a za Windows 7, pa da se uradi sledeća procedura:
Citat:
First step, get Windows 7 to boot. Run the Windows 7 DVD and repair an existing installation from the command prompt.
bcdboot d:\windows /s d:
The "d:" specifies the target partition where boot files are copied. My first try was with the target partition "c:" but this didn't work as "d:" was the current boot partition.
This got Windows 7 booting OK, but then I needed to add XP back into the boot options. From a command prompt (run as administrator) in Windows 7...
bcdedit /create {ntldr} /d "Windows XP"
bcdedit /set {ntldr} device partition=C:
bcdedit /set {ntldr} path \ntldr
bcdedit /displayorder {ntldr} /addlast
XP was was now showing in my list of boot entries. The final step was to copy the boot files "ntdetect.com" and "ntldr" into the C:\ root directory if necessery.