Windows 7 Service Pack 1 - x86 - SFC Errors

Hello and welcome,

Follow the instructions below please.

Step 1:
WARNING! The following fix is specific to the user's system in this thread only. No one else should follow these instructions, as it could damage your system.
  • Download the attachment SFCFix.zip and save it on your desktop.
  • Save any work you have open, and close all programs.
  • Drag the SFCFix.zip file over the SFCFix.exe executable and release it.
    1p8eDnI.gif
  • SFCFix will launch, let it complete.
  • Once done, a file will appear on your desktop, called SFCFix.txt.
  • Open the file, then copy and paste its content in your next reply.

Step 2:
Restart the computer.
Open an elevated command prompt.
Copy and paste the following commands into it, press enter after each.

Code:
sfc /scannow
Wait for this to finish before you continue

Code:
copy %windir%\Logs\CBS\cbs.log "%userprofile%\Desktop\cbs.txt"
This will create a file, cbs.txt on your Desktop. Zip this file and attach the zipped cbs.txt to your next post.
 

Attachments

PeterJ: Thank you very much for the fix.
When I created this thread the PC was booting just fine. After I created this thread the PC showed MC updates. I selected apply hoping it would fix this problem.
After re-booting I received this error:
Bad hard drive.jpg

I have tried to run Chkdsk /r It hangs at 51% for hours.
I'm thinking the hard drive has a problem.
I'm working on trying to clone the drive to an SSD.
I will need this fix if I can get it to boot.
 
After I created this thread the PC showed MC updates.
What are MC updates ?

Try to run chkdsk without any command line option and report the result.
 
MC = Microsoft Windows Updates

Code:
Microsoft Windows [Version 6.1.7601]


X:\Sources>chkdsk c:
The type of the file system is NTFS.

WARNING!  F parameter not specified.
Running CHKDSK in read-only mode.

CHKDSK is verifying files (stage 1 of 3)...
  148992 file records processed.
File verification completed.
  835 large file records processed.
  0 bad file records processed.
  2 EA records processed.
  77 reparse records processed.
CHKDSK is verifying indexes (stage 2 of 3)...
  189162 index entries processed.
Index verification completed.
  0 unindexed files scanned.
  0 unindexed files recovered.
CHKDSK is verifying security descriptors (stage 3 of 3)...
  148992 file SDs/SIDs processed.
Security descriptor verification completed.
  20086 data files processed.
CHKDSK is verifying Usn Journal...
  35660144 USN bytes processed.
Usn Journal verification completed.
The Volume Bitmap is incorrect.
Windows found problems with the file system.
Run CHKDSK with the /F (fix) option to correct these.

  33006928 KB total disk space.
  29108248 KB in 97473 files.
     73736 KB in 20087 indexes.
       136 KB in bad sectors.
    255368 KB in use by the system.
     65536 KB occupied by the log file.
   3569440 KB available on disk.

      4096 bytes in each allocation unit.
   8251732 total allocation units on disk.
    892360 allocation units available on disk.
Failed to transfer logged messages to the event log with status 50.

I tried to clone the drive to an ssd. I tried Macrium. When it booted up the screen wasn't readable. I tried to clone the drive with clonezilla. After the clone I connected it to a different PC through a USB and tried reading the drive. It didn't recognize anything was on the drive.

Do you have any suggestions?
 
Run the command chkdsk c: /f as suggested in your screenshot.
 
I ran chkdsk c: /f twice. The second time it came back with no problems.
Code:
Microsoft Windows [Version 6.1.7600]


X:\windows\system32>chkdsk c: /f
The type of the file system is NTFS.

CHKDSK is verifying files (stage 1 of 3)...
  148992 file records processed.
File verification completed.
  835 large file records processed.
  0 bad file records processed.
  2 EA records processed.
  77 reparse records processed.
CHKDSK is verifying indexes (stage 2 of 3)...
  189162 index entries processed.
Index verification completed.
  0 unindexed files scanned.
  0 unindexed files recovered.
CHKDSK is verifying security descriptors (stage 3 of 3)...
  148992 file SDs/SIDs processed.
Security descriptor verification completed.
  20086 data files processed.
CHKDSK is verifying Usn Journal...
  35691144 USN bytes processed.
Usn Journal verification completed.
Windows has checked the file system and found no problems.

  33006928 KB total disk space.
  29108376 KB in 97474 files.
     73736 KB in 20087 indexes.
       136 KB in bad sectors.
    255364 KB in use by the system.
     65536 KB occupied by the log file.
   3569316 KB available on disk.

      4096 bytes in each allocation unit.
   8251732 total allocation units on disk.
    892329 allocation units available on disk.
Failed to transfer logged messages to the event log with status 50.

I rebooted. I'm now getting a BSOD 0x0000007b

I have:
Rebuilt MBR
Re-booted
Rebuilt Boot Sector
Re-booted
Attached the C:\boot\BCD
For your review.
 

Attachments

Start a new thread in this forum section: BSOD Crashes, Kernel Debugging
Include a link to this thread in your first post so other helpers know what already has been done.
 

Has Sysnative Forums helped you? Please consider donating to help us support the site!

Back
Top