Ok, it's bit of a long story, but please bear with me.
The short story: Computer crashed and I think I shouldn't have a problem reinstalling Windows. But before I do, I want to save some pictures I had saved. Yes, I do backup my stuff, but I didn't save these particular pictures on a disk. How can I extract these pictures before I wipe the hard drive clean?
The long story:
I was having some minor problems with my laptop (Dell Inspiron 6000 - Windows XP, expired warranty). It was acting funny. The Internet wouldn't work. It would "connect" and tell me the signal strength is "excellent," but it wouldn't load any pages. Then a few days later, it went to a black screen and I attempted to reboot. Then the computer ran some sort of process. Then it tried to go to Windows and I got this message:
Stop: c0000218 Registry File Feature
The registry cannot load the hive (file): \systemroot\system32\config\software or its log or alternate
It is corrupt, absent, or not writable
Beginning of physical memory
Physical memory dump complete
I ran some diagnostic tests through the BIOS on my laptop and got passing marks. I also ran several custom tests and the "thorough" test. Computer didn't report anything.
I got the recovery disk from dell and tried this from here: http://support.microsoft.com/kb/830084
Step 2: Use the recovery console to confirm that the hard disk or file system Is not damaged
Important We recommend that only advanced users or administrators use the Recovery Console.
Note Only the Administrator account can access the Recovery Console.
1. Start your computer from the Windows XP CD drive. If prompted, select any options that you must select to start from the CD drive.
Note To start your computer from the Windows XP CD drive, your CD drive or DVD drive must be configured to do this. For information about how to configure your computer to start from the CD drive or DVD drive, see the documentation that is included with your computer or contact the computer manufacturer.
2. When you are prompted to select Repair or Recover, press R. This starts the Microsoft Recovery Console.
Note You may have to enter the number to specify the Windows XP installation in the hard disk.
3. When you are prompted, type the Administrator password. If the Administrator password is blank, just press ENTER.
4. Use the chkdsk command-line tool to examine the hard disks. At the command prompt, type chkdsk /r, and then press ENTER.
5. Read the results, and then take any steps that you must take to complete the process. For example, you may be prompted to run chkdsk /f to fix certain problems.
6. Restart the computer, and then try to run Setup again.
I decided to go to the recovery console as stated above. It did this in DOS mode. It said that it found some errors and it was fixed. I tried to restart the computer, but still get the same blue error page.screen.
I also tried this link: http://support.microsoft.com/Default.aspx?kbid=307545
I entered this in dos mode:
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
Everything went smoothly until I tried this one:
copy c:\windows\repair\system c:\windows\system32\config\system
It said it couldn't read it or something, but all the other "copy" commands worked. I typed exit and rebooted the computer, just to see what would happen.
Now it says:
Windows could not start b/c the following file is missing or corrupt: \windows\system32\config\system You can attempt to repair this file by starting Windows Setup using the original setup CD-ROM
I went back to the recovery console, but it didn't do anything. It scanned and didn't tell me anything was up.
I really don't care about reformatting the computer. I'll do that. I just want to try to save those pictures that I had not backed up. Any way to do that?
What's next? What can I do? Thanks for the help!
EDIT: Ignore the sig...that's my desktop. That is NOT my laptop.
The short story: Computer crashed and I think I shouldn't have a problem reinstalling Windows. But before I do, I want to save some pictures I had saved. Yes, I do backup my stuff, but I didn't save these particular pictures on a disk. How can I extract these pictures before I wipe the hard drive clean?
The long story:
I was having some minor problems with my laptop (Dell Inspiron 6000 - Windows XP, expired warranty). It was acting funny. The Internet wouldn't work. It would "connect" and tell me the signal strength is "excellent," but it wouldn't load any pages. Then a few days later, it went to a black screen and I attempted to reboot. Then the computer ran some sort of process. Then it tried to go to Windows and I got this message:
Stop: c0000218 Registry File Feature
The registry cannot load the hive (file): \systemroot\system32\config\software or its log or alternate
It is corrupt, absent, or not writable
Beginning of physical memory
Physical memory dump complete
I ran some diagnostic tests through the BIOS on my laptop and got passing marks. I also ran several custom tests and the "thorough" test. Computer didn't report anything.
I got the recovery disk from dell and tried this from here: http://support.microsoft.com/kb/830084
Step 2: Use the recovery console to confirm that the hard disk or file system Is not damaged
Important We recommend that only advanced users or administrators use the Recovery Console.
Note Only the Administrator account can access the Recovery Console.
1. Start your computer from the Windows XP CD drive. If prompted, select any options that you must select to start from the CD drive.
Note To start your computer from the Windows XP CD drive, your CD drive or DVD drive must be configured to do this. For information about how to configure your computer to start from the CD drive or DVD drive, see the documentation that is included with your computer or contact the computer manufacturer.
2. When you are prompted to select Repair or Recover, press R. This starts the Microsoft Recovery Console.
Note You may have to enter the number to specify the Windows XP installation in the hard disk.
3. When you are prompted, type the Administrator password. If the Administrator password is blank, just press ENTER.
4. Use the chkdsk command-line tool to examine the hard disks. At the command prompt, type chkdsk /r, and then press ENTER.
5. Read the results, and then take any steps that you must take to complete the process. For example, you may be prompted to run chkdsk /f to fix certain problems.
6. Restart the computer, and then try to run Setup again.
I decided to go to the recovery console as stated above. It did this in DOS mode. It said that it found some errors and it was fixed. I tried to restart the computer, but still get the same blue error page.screen.
I also tried this link: http://support.microsoft.com/Default.aspx?kbid=307545
I entered this in dos mode:
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
Everything went smoothly until I tried this one:
copy c:\windows\repair\system c:\windows\system32\config\system
It said it couldn't read it or something, but all the other "copy" commands worked. I typed exit and rebooted the computer, just to see what would happen.
Now it says:
Windows could not start b/c the following file is missing or corrupt: \windows\system32\config\system You can attempt to repair this file by starting Windows Setup using the original setup CD-ROM
I went back to the recovery console, but it didn't do anything. It scanned and didn't tell me anything was up.
I really don't care about reformatting the computer. I'll do that. I just want to try to save those pictures that I had not backed up. Any way to do that?
What's next? What can I do? Thanks for the help!
EDIT: Ignore the sig...that's my desktop. That is NOT my laptop.