Julia said:
In the recovery console window, I typed:
md tmp
copy c:\windows\system32\config\system c:\windows\tmp\system.bak
copy c:\windows\.....
etc, then
delete c:\windows\system32\config\system
delete c:\w....etc
when I try to copy the files back
copy c:\windows\repair\system c:\windows\system32\config\system
I get a message saying 'the system cannot find the file specified. Any
ideas? I am working off of the CD-ROM
If you cannot copy the file then you possibly have disk or file system
corruption. Can you copy the other files? If yes, and if the system
hive (from the Repair folder) is the only one that you can't copy then
you can try copying the system.bak hive from the same repair folder to
the config folder, making sure to rename it SYSTEM (without the .bak or
any other extension).
If you cannot copy the file you will probably have to run a chkdsk /r on
the disk, you can run it from the Recovery Console. Be warned that
there is always a risk of data loss when you run chkdsk. Chkdsk can
take a long time to run, do not interrupt chkdsk while it is doing its
work! If you have important files on the disk it may be advisable to
mount the disk to another Windows XP or Windows 2000 installation and
see if you can salvage your files before running chkdsk.
If you really cannot copy the system hive even after running chkdsk,
then you can mount the disk to another Windows 2000/XP computer and
dispense with Steps 1 and 3 altogether, the object of the exercise in
KB307545 is to copy the registry files in the Snapshot folder to the
Config folder. From the Snapshot folder copy the files:
• _REGISTRY_USER_.DEFAULT
• _REGISTRY_MACHINE_SECURITY
• _REGISTRY_MACHINE_SOFTWARE
• _REGISTRY_MACHINE_SYSTEM
• _REGISTRY_MACHINE_SAM
to the System32\config folder directly, making sure to rename them as
follows:
Rename _REGISTRY_USER_.DEFAULT to DEFAULT
• Rename _REGISTRY_MACHINE_SECURITY to SECURITY
• Rename _REGISTRY_MACHINE_SOFTWARE to SOFTWARE
• Rename _REGISTRY_MACHINE_SYSTEM to SYSTEM
• Rename _REGISTRY_MACHINE_SAM to SAM
These will in fact replace the present DEFAULT, SECURITY, SOFTWARE,
SYSTEM, and SAM files in the Config folder.
Once that is done, return the disk to the computer and if it boots
proceed to Step 4 as instructed in the article. To repair this you may
have no choice but to run chkdsk on the drive, if you do you may find
that the Snapshot files are not in the expected System Volume
Information folder, if that is the case look for FOUND.xxx folders in
the root of the drive, the Snapshot files may get dumped in there, they
may or may not be usable, you will only know by trial.
Good luck,
John