- Boot from WinXP boot CD
- Choose R to run the Recovery Console
- Copy NTLDR & NDETECT.COM from cdrom:\I386 to C:\
- Check if BOOT.INI is missing by using the DIR command
- If missing use the BOOTCFG /REBUILD to add OS to new BOOT.INI
- If not missing, just reboot and voila!
[boot loader]
timeout=30
default=multi(0)disk(0)rdisk(0)partition(1)\WINDOWS
[operating systems]
multi(0)disk(0)rdisk(0)partition(1)\WINDOWS="Microsoft Windows XP Professional" /NoExecute=OptIn /fastdetect
You can change the /NoExecute to use AlwaysOff and add /NOPAE. Read the reason for the change as documented in this entry.
No comments:
Post a Comment