Computing.Net > Forums > Windows XP > Corrupt WINDOWS\SYSTEM32\CONFIG

Computer Problems? Computing.Net has over 1,000,000 posts about all things technology related! Over 90% answered within 24 hours! Click here to start participating now! Also, be sure to check out the New User Guide.

Corrupt WINDOWS\SYSTEM32\CONFIG

Reply to Message Icon

Name: hutchie
Date: October 18, 2005 at 02:59:31 Pacific
OS: WIN XP
CPU/Ram: DK
Comment:

Hi

I know there is loads of information out there as to how to fix this problem however none of them ever explain what to do if their help doesnt work!

I have been following the instructions from http://support.microsoft.com/default.aspx?scid=kb;EN-US;q307545

Which is replicated all over the place on other similar forums. However when I go to "md tmp" in the Recovery Console command prompt I get the message unable to create directory, or unable to copy file.

Obviously everyone else's information just carries on like you have been able to do what they have requested! But I can't!!

Can anyone help?

Thanks

Andrew




Sponsored Link
Ads by Google

Response Number 1
Name: Mechanix2Go
Date: October 18, 2005 at 03:52:08 Pacific
Reply:

Hi Andrew,

I never messed with this, but.

When you are at the recovery console, what does your prompt look like?


If at first you don't succeed, you're about average.

M2


0

Response Number 2
Name: Johnw
Date: October 18, 2005 at 03:55:03 Pacific
Reply:

Description of the Windows XP Recovery Console
http://support.microsoft.com/default.aspx?scid=kb;EN-US;314058

========================================

You may need to use a floppy boot disk, refer below.

SYMPTOMS
When you try to start or restart your Windows XP-based computer, you may receive one of the following error messages:

Windows XP could not start because the following file is missing or corrupt: \WINDOWS\SYSTEM32\CONFIG\SYSTEM

Windows XP could not start because the following file is missing or corrupt: \WINDOWS\SYSTEM32\CONFIG\SOFTWARE

Stop: c0000218 {Registry File Failure} The registry cannot load the hive (file): \SystemRoot\System32\Config\SOFTWARE or its log or alternate

CAUSE
This issue can occur if the System or Software hive for the Windows XP installation is missing or damaged.

RESOLUTION
To resolve this issue, use one of the following methods.

Use the Recovery Console Tool
To restore a damaged registry hive, use the Recovery Console to restore the backup copy of the hive from the Repair folder. The Repair folder contains a copy of the system's registry hives that were created after the first successful startup of Windows XP.

WARNING : Although data should not be affected by the following procedure, you may need to restore changes you previously made to programs or system settings since the first time you successfully started Windows XP.

To replace the damaged registry hive and restore the backup copy of the hive from the Repair folder: Start your computer to the Recovery Console.

Determine if the file that is mentioned in the "Symptoms" section of this article is present, and if it is, rename it:

In Recovery Console, change to the c:\Windows folder.

Type cd sytem32\config, and then press ENTER.

Type dir system, and then press ENTER.

If you cannot run the preceding command successfully (because the file is missing), skip to step 3. If you can run the preceding command successfully, type ren system system.bak, and then press ENTER.

NOTE : If the message that you received referred to the software file, replace "system" with "software" in the preceding command. For example, you would type ren software software.bak (instead of ren system system.bak ), and then press ENTER.

Type copy c:\windows\repair\system, and then press ENTER.

NOTE : If the message that you received referred to the software file, replace "system" with "software" in the preceding command. For example, you would type copy c:\windows\repair\software (instead of copy c:\windows\repair\system ), and then press ENTER.

You should receive a "One file copied" informational message. For additional information about how to use Recovery Console during startup, click the article number below to view the article in the Microsoft Knowledge Base:
Q307654 HOW TO: Install and Use the Recovery Console for Windows XP

IMPORTANT : If you encounter problems when you run the preceding commands, you may need to use the Change Directory command ( cd ) one folder at a time before you run the preceding commands. For example, type cd system32, press ENTER, type cd config, and then press ENTER.

Type exit, and then press ENTER to quit Recovery Console and restart the computer.

You Cannot Start from the Windows XP CD-ROM or Use Recovery Console
If you cannot start from the Windows XP CD-ROM or use Recovery Console and you are using the FAT file system (not the NTFS file system):
Use a startup disk from one of the following operating systems to start your computer to a command prompt:

Microsoft Windows Millennium Edition (Me)

Microsoft Windows 98

Microsoft Windows 95

At the command prompt, type c:\windows.

Follow the steps in the "Use the Recovery Console Tool" section of this article, beginning with step 2b (type cd sytem32\config, and then press ENTER).

IMPORTANT : After you complete the steps in the "Use the Recovery Console Tool" section of this article, remove the startup disk, and then restart the computer.

Use System Restore to Revert to the Most-Recent Restore Point
You may want to use System Restore to revert to the most-recent restore point if you have replaced the specific registry hive, but the issue has not been resolved.

For additional information about how to use System Restore to revert to the most-recent restore point, click the article number below to view the article in the Microsoft Knowledge Base:

Q307545 How to Recover from a Corrupted Registry
Run a Repair Installation of Windows XP

You may need to run a repair installation. For additional information about how to do so, click the article number below to view the article in the Microsoft Knowledge Base:
Q312369 You May Lose Data or Program Settings After Reinstalling, Repairing, or Upgrading Windows XP

MORE INFORMATION
By default, the administrative password for Windows XP Home Edition is blank.

For additional information about how to use Recovery Console, click the article numbers below to view the articles in the Microsoft Knowledge Base:

Q307654 HOW TO: Access the Recovery Console During Startup
Q240831 How to Copy Files from Recovery Console to Removable Media
Q229716 Description of the Windows Recovery Console


0

Response Number 3
Name: hutchie
Date: October 18, 2005 at 04:17:55 Pacific
Reply:

Thanks I tried the second post a little while ago but when I got to

Type copy c:\windows\repair\system, and then press ENTER.

NOTE : If the message that you received referred to the software file, replace "system" with "software" in the preceding command. For example, you would type copy c:\windows\repair\software (instead of copy c:\windows\repair\system ), and then press ENTER.

You should receive a "One file copied" informational message. For additional information about how to use Recovery Console during startup, click the article number below to view the article in the

I recieved the message:

Can't find file or directory specified...



0

Response Number 4
Name: terii
Date: October 18, 2005 at 06:47:37 Pacific
Reply:

The DOS command you have in the post above does not contain a destination folder. That is why you are getting the error. Any dos command has to be specific as to the file being copied and the destination of that file. You quote an MS bulletin above http://support.microsoft.com/default.aspx?scid=kb;en-us;307545. This bulletin contains all the commands you need to get the job done. A lot of typing but it does work.

Good luck


0

Response Number 5
Name: Mechanix2Go
Date: October 18, 2005 at 07:07:07 Pacific
Reply:

Well...

It ain't DOS. It's recovery console.

And, yes you need to be specific.

For COPY, you need a source. Destination is optional. If destination is not specified, then the current direcory is assumed.

This sounds like a case of source not found.

I'm still waiting for ananswer to #1, so I can figure out where in the tree we are.


If at first you don't succeed, you're about average.

M2


0

Related Posts

See More



Response Number 6
Name: terii
Date: October 18, 2005 at 08:57:59 Pacific
Reply:

It may be the recovery console but my point is that it takes a standard DOS command line to work.


0

Response Number 7
Name: Andy11
Date: October 18, 2005 at 22:47:36 Pacific
Reply:

It'd be easier to do a system repair.

How:

1) Boot off the XP CD.
2) At the first screen, press ENTER.
3) Press F8 to accept the license agreement.
4) Press R.
5) Let Setup repair Windows.
6) You're done!

You won't lose ANY data or settings. It's really simple and easy, and it will repair the problem you're experiencing.

Hope this helps! Post back! :)

-Andrew


0

Sponsored Link
Ads by Google
Reply to Message Icon






Post Locked

This post is quite old and has been locked from receiving new replies. Please create a new posting instead.


Go to Windows XP Forum Home


Sponsored links

Ads by Google


Results for: Corrupt WINDOWS\SYSTEM32\CONFIG

corrupt:\windows\system32\config\system www.computing.net/answers/windows-xp/corruptwindowssystem32configsystem/10488.html

missing-corrupt windows\system32\.. www.computing.net/answers/windows-xp/missingcorrupt-windowssystem32/161767.html

windows/system32/config/system. prb www.computing.net/answers/windows-xp/windowssystem32configsystem-prb/120172.html