Unsolved
This post is more than 5 years old
1 Message
0
41199
February 2nd, 2005 14:00
following file is missing or corrupt: \WINDOWS\SYSTEM32\CONFIG\SYSTEM
Hopefully someone can help me.
I get the following error message - Windows XP could not start because the following file is missing or corrupt: \WINDOWS\SYSTEM32\CONFIG\SYSTEM
I have read many of the threads discussing how to fix the problem.
Specifically - At the Recovery Console command prompt, type the following lines, pressing ENTER after you type each line:
md tmp
copy c:\windows\system32\config\system c:\windows\tmp\system.bak
copy c:\windows\system32\config\software c:\windows\tmp\software.bak
copy c:\windows\system32\config\sam c:\windows\tmp\sam.bak
copy c:\windows\system32\config\security c:\windows\tmp\security.bak
copy c:\windows\system32\config\default c:\windows\tmp\default.bak
delete c:\windows\system32\config\system
delete c:\windows\system32\config\software
delete c:\windows\system32\config\sam
delete c:\windows\system32\config\security
delete c:\windows\system32\config\default
copy c:\windows\repair\system c:\windows\system32\config\system
copy c:\windows\repair\software c:\windows\system32\config\software
copy c:\windows\repair\sam c:\windows\system32\config\sam
copy c:\windows\repair\security c:\windows\system32\config\security
copy c:\windows\repair\default c:\windows\system32\config\default
copy c:\windows\system32\config\system c:\windows\tmp\system.bak
copy c:\windows\system32\config\software c:\windows\tmp\software.bak
copy c:\windows\system32\config\sam c:\windows\tmp\sam.bak
copy c:\windows\system32\config\security c:\windows\tmp\security.bak
copy c:\windows\system32\config\default c:\windows\tmp\default.bak
delete c:\windows\system32\config\system
delete c:\windows\system32\config\software
delete c:\windows\system32\config\sam
delete c:\windows\system32\config\security
delete c:\windows\system32\config\default
copy c:\windows\repair\system c:\windows\system32\config\system
copy c:\windows\repair\software c:\windows\system32\config\software
copy c:\windows\repair\sam c:\windows\system32\config\sam
copy c:\windows\repair\security c:\windows\system32\config\security
copy c:\windows\repair\default c:\windows\system32\config\default
Every aspect of this works for me EXCEPT the most important part - when I go to copy the
config\system file or the
repair\system file -I get a "file does not exist error message"
If it means anything I an using NTFS not FAt32 as I repartitioned my hard drive to add Drives D, E, F, G.
Can I obtain the
repair\system file from somewhere else?
Can I reinstall XP onto another drive and still recover data from C?
I am willing to take whatever necessary steps as long as I can recover Data.
Thanks!!!
0 events found
No Events found!


El Foxerino
1 Message
0
February 9th, 2005 15:00
gramasue52
1 Rookie
•
4 Posts
0
February 14th, 2005 20:00
Richard.delaCru
13 Posts
0
February 15th, 2005 00:00
it needs system restore in recovery console dude.
I've done this and it has 100% of success rate
do this ...oh by the way
it also covers some helpful resolution for :
Windows XP could not start because the following file is missing or corrupt: \WINDOWS\SYSTEM32\CONFIG\SYSTEMWindows 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
Note: This troubleshooting step is usually used for the specific issue indicated above but it would work for BSOD issues which recently occurred and you’re unable to boot to either safe mode or normal mode.
I. Boot to Recovery Console
II. Manually copy system restore files
1. cd \ ( Note: between "cd" and "\" there should be a "blank space" else the command won''''t work )
2. cd system~1\_resto~1
NOTICE:
The appropriate command should be used according to the error message aka if the file "system" is corrupted use the first command or if the file "software" is corrupted use the second command line.
If it gives an error "Access Denied" while accessing the folder, follow the method below
cd \
cd windows\system32\config
ren system system.bak
exit
now restart the computer and follow step I of the article.
3. dir
NOTICE:
when you hit it will list all the restore points folders like rp1,rp2................ we have to see the last restore point to copy the file from a recent backup. if the restore points have more than one page then u have keep on hitting the key to view the last restore point folder.
NOTICE:
It is a good rule of thumb to choose the files from the restore point folder which the second last one.
4. cd rp {the last restore point no. } (Note : Example : cd rp9, if rp9 is the last restore point, where last restore point no.=9 )
5. cd snaphot
NOTICE:
Now the command Prompt will look like this c:\system~1\_resto~1\rp9\snapshot> ( Note : restore point 9 assumed for clarity of the content, you have to goto the last restore point folder as described in the previous lines) Now according to the error message we have to copy the appropriate file from the restore point folder.
6. copy _registry_machine_system c:\windows\system32\config\system
or
copy _registry_machine_software c:\windows\system32\config\software
TypeExit to restart computer and boot to the harddrive normally
have a good nite bro...
diemilkdud
6 Posts
0
February 24th, 2005 23:00
and I have reasigned my bootup sequence to the cd-rom,and second: I don't have a floppy on this working dell to make a bootable floppoy,can I make a bootable cd-r?
so-
When am I supposed to be pressing "r" to enter repair?
Will my dell suppied XP-cd work?
and can I make a bootable cd instead of a floppy?
any help is appretiated.
by the way just for anybody else this happened while I was doing a system restore and it hung up halfway through and I had to shut down and the rest is history.
alemic
1 Message
0
March 7th, 2005 15:00
Thanks a lot, that saved a lot of work.
gramasue52
1 Rookie
•
4 Posts
0
March 7th, 2005 16:00
JMCee
1 Message
0
August 18th, 2011 08:00
Old thread I know but THANKS Richard! Solution worked for the "Windows XP could not start because the following file is missing or corrupt: \WINDOWS\SYSTEM32\CONFIG\SYSTEM".