SoftStag

Joined: 05 Feb 2006 Posts: 2045 Location: UK
|
Posted: Tue Feb 03, 2009 5:30 pm Post subject: |
|
|
I assume the error is:
Windows could not start because the following file is missing or corrupt:
<Windows Root>\System32\Ntoskrnl.exe
This could be indicative of a failing hard drive, but it is by no means certain.
We can try to fix the issue if you have your Windows XP CD. To do this, do the following:
Restart the computer with the Windows XP disk in the drive
It should boot from the CD (you may need to change the boot order in the BIOS, however this is normally not required)
Select R for Recovery
You should now come to the Recovery Console with a C:\Windows prompt - type in D: (or whatever letter the drive the CD is in) and press Enter
Type in the following commands pressing Enter after each line:
| Code: | cd i386
copy ntldr C:
copy ntdetect.com C:
c:
cd \windows
fixboot c:
fixmbr c: |
Restart the computer and see if the problem is still there _________________ "Microsoft programs are generally bug-free. If you visit the Microsoft hotline, you'll literally have to wait weeks if not months until someone calls in with a bug in one of our programs. 99.99% of calls turn out to be user mistakes. I know not a single less irrelevant reason for an update than bugfixes. The reasons for updates are to present more new features."
-- Bill Gates, on code stability, from Focus Magazine |
|