To resolve this issue, use either of the following methods.
Method 1
Edit the Boot.ini file to restore or correct the
Default entry and to ensure that the other entries in the [Operating Systems] section of the Boot.ini file point to the appropriate directories.
For more information about how to edit the Boot.ini file, click the following article number to view the article in the Microsoft Knowledge Base:
289022 How to edit the Boot.ini file in Windows XP
Method 2
Use the Bootcfg utility in the Recovery Console to correct the Boot.ini file:
- Use the Windows XP CD-ROM to start your computer.
- When you receive the message to press R to repair Windows by using the Recovery Console, press the R key.
- Select the Windows installation that you want, and then type the administrator password when prompted.
- Type bootcfg /rebuild, and then press ENTER.
- When the Windows installation is located, the following instructions are displayed:
Add installation to boot list? (Yes/No/All)
[Type Y in response to this message.]
Enter Load Identifier:
[This is the name of the operating system. Type Windows XP Professional or Windows XP Home Edition.]
Enter OS Load options:
[Leave this field blank, and then press ENTER].
After you perform the preceding steps, restart the computer, and then select the first item on the boot menu. This should allow Windows XP to start normally.
After Windows XP has successfully loaded, the Boot.ini can be modified to remove the incorrect entry.
For more information about how to edit the Boot.ini file, click the following article number to view the article in the Microsoft Knowledge Base:
289022 How to edit the Boot.ini file in Windows XP
Method 3
- Start the computer by using your Windows XP CD-ROM. Press any key to boot from the CD.
- After the setup files are finished loading press R to repair using Recovery Console.
- When you are in the recovery console, select the installation to log on to (usually number 1), and then press ENTER.
- Login to the Administrator account by typing the password for this account, and then press ENTER.
- At the recovery console command prompt, type the following command, and then press ENTER:
For Uni-Processor systems:
expand <cd-drive>:\i386\ntoskrnl.ex_ <hd-drive>:\Windows\system32\ntoskrnl.exe
For Multi-Processor systems:
expand <cd-drive>:\i386\ntkrnlmp.ex_ <hd-drive>:\Windows\system32\ntoskrnl.exe
Note In these two commands, the <cd-drive> placeholder represents the drive letter of your CD drive, and the <hd-drive> placeholder represents the drive letter of the hard disk on which windows is installed. - If you receive a prompt to overwrite the file, press Y.
- Type exit, and press ENTER at the command prompt.
Method 4
Start the computer by using the Recovery Console, and then run the
CHKDSK /rcommand.
Note You do not have to include the
/p switch in the Chkdsk command-line because the
/r switch causes the Chkdsk utility to locate bad sectors and recover readable information. This command implies the
/p switch..