Last year I had an issue where Windows XP failed to load. It would always get to a certain point during boot up, and then stop and reboot. This occurred when it was loading one of the Windows drivers (I can’t remember which one).
After searching the Internet for a solution to my problem, I came across the Windows Recovery Console. I loaded up the console and ran chkdsk against all the hard drives in my system. Chkdsk found a few errors on the C drive and repaired them. I reloaded Windows and everything was back to normal.
Below are the steps I used to repair my boot problem.
- Insert the Windows XP CD into the CD-ROM drive and restart the computer.
Note: Make sure that your computer boots off the CD and not the hard drive. This can be changed in the BIOS.
- Once the “Welcome to Setup” screen appears, press F10 or R to repair.
- The Windows Recovery Console should now load and ask you which Windows you would like to log on to. Select the number pertaining to the Windows installation you would like to repair. Usually you would have only one install.
- Enter your administrative account and password to log on.
After you log on, you will only be able to access the following:
- The root folder.
- The Windows folder and all subfolders within that directory.
- The Cmdcons folder.
- The removable media drives such as the CD-ROM and DVD-ROM.
- At the command prompt, type chkdsk /p /r, which will scan your hard drive and repair errors, locate bad sectors and recover readable information.
- Once the scan is done, type exit to exit the Windows Recovery Console.
- Restart your computer and load up Windows from the hard drive. Hopefully everything should be fixed.
Summary
This post described how I was able to fix a Windows load problem that I experienced. All I did was run chkdsk from the Windows Recovery Console, repair the errors and restart.

Related posts:
- Windows Vista Freezing After Log On
I recently had an issue with my laptop. For some reason when Vista loaded, I was able to log on, but then it would stay on the Welcome screen. While... - Fix: Removing WindowsClick From Your Computer
I recently had the opportunity to fix a computer that was having issues with a virus/trojan/rootkit. I included all three in the list because I had no idea what I... - Stop Programs from Running When Windows Starts
One of the many complaints users have of Windows is the slow start times they may experience. Some of the time, the slow start time is due to the number... - Restart or Shutdown Windows from a Batch File
Some time ago I wrote a post title Automating Computer Maintenance where I talked about creating batch files to execute some anti-virus, anti-spyware and a defrag application on a computer.... - Regular Computer Maintenance
A little while ago I wrote a post titled How To Keep Your Computer Running Smoothly where I explain several tools you should install and use to help keep your...
I like it.
Thought along those lines when I did a backup recently.
Thanks.