Jump to content

Welcome to Geeks to Go - Register now for FREE

Need help with your computer or device? Want to learn new tech skills? You're in the right place!
Geeks to Go is a friendly community of tech experts who can solve any problem you have. Just create a free account and post your question. Our volunteers will reply quickly and guide you through the steps. Don't let tech troubles stop you. Join Geeks to Go now and get the support you need!

How it Works Create Account
Photo

Laptop won't boot


  • Please log in to reply

#31
Jwilkins1121

Jwilkins1121

    Member

  • Topic Starter
  • Member
  • PipPip
  • 34 posts
Said " windows resource protection found corrupt files but was unable to fix some of them. Details are included in the cbs.log windir\logs\cbs\cbs.log
  • 0

Advertisements


#32
SleepyDude

SleepyDude

    Trusted Helper

  • Malware Removal
  • 4,978 posts

Said " windows resource protection found corrupt files but was unable to fix some of them. Details are included in the cbs.log windir\logs\cbs\cbs.log


Ok, lets take a look... do you have a USB flash drive?

  • boot from the CD with the Vista Recovery and access the Command Prompt like before
  • In the command window type in notepad and press Enter.
  • The notepad opens. Under File menu select Open.
  • Select Computer and find your flash drive letter (take note of it) and close the notepad.
  • In the command window type:
    findstr /c:"[SR]" %windir%\logs\cbs\cbs.log >X:\sfcdetails.txt
    Note: Replace X: with the drive letter of your flash drive.
  • Insert the flash drive on a working computer and open the file sfcdetails.txt
  • Copy & Paste the full file contents to your post, if it's too big attach the file.

  • 0

#33
Jwilkins1121

Jwilkins1121

    Member

  • Topic Starter
  • Member
  • PipPip
  • 34 posts
yes i have usb drive. doing it now
  • 0

#34
Jwilkins1121

Jwilkins1121

    Member

  • Topic Starter
  • Member
  • PipPip
  • 34 posts

Said " windows resource protection found corrupt files but was unable to fix some of them. Details are included in the cbs.log windir\logs\cbs\cbs.log


Ok, lets take a look... do you have a USB flash drive?

  • boot from the CD with the Vista Recovery and access the Command Prompt like before
  • In the command window type in notepad and press Enter.
  • The notepad opens. Under File menu select Open.
  • Select Computer and find your flash drive letter (take note of it) and close the notepad.
  • In the command window type:
    findstr /c:"[SR]" %windir%\logs\cbs\cbs.log >X:\sfcdetails.txt
    Note: Replace X: with the drive letter of your flash drive.
  • Insert the flash drive on a working computer and open the file sfcdetails.txt
  • Copy & Paste the full file contents to your post, if it's too big attach the file.


when i type that in i keep getting "findstr is not recgnized as an internal or external command, operable program or batch file."
  • 0

#35
Jwilkins1121

Jwilkins1121

    Member

  • Topic Starter
  • Member
  • PipPip
  • 34 posts
also dont know if it matters but under computer/hard drives its showing Local disk (c:), Lenovo (D:), and Boot (x:) for the hard drives
  • 0

#36
SleepyDude

SleepyDude

    Trusted Helper

  • Malware Removal
  • 4,978 posts

Said " windows resource protection found corrupt files but was unable to fix some of them. Details are included in the cbs.log windir\logs\cbs\cbs.log


Ok, lets take a look... do you have a USB flash drive?

  • boot from the CD with the Vista Recovery and access the Command Prompt like before
  • In the command window type in notepad and press Enter.
  • The notepad opens. Under File menu select Open.
  • Select Computer and find your flash drive letter (take note of it) and close the notepad.
  • In the command window type:
    findstr /c:"[SR]" %windir%\logs\cbs\cbs.log >X:\sfcdetails.txt
    Note: Replace X: with the drive letter of your flash drive.
  • Insert the flash drive on a working computer and open the file sfcdetails.txt
  • Copy & Paste the full file contents to your post, if it's too big attach the file.


when i type that in i keep getting "findstr is not recgnized as an internal or external command, operable program or batch file."


Sorry about that the findstr command isn't available on the Recovery console, change the command to:
find /i "[SR]" c:\windows\logs\cbs\cbs.log >X:\sfcdetails.txt

To make sure the flash drive is detected connect it before booting from the CD.
  • 0

#37
Jwilkins1121

Jwilkins1121

    Member

  • Topic Starter
  • Member
  • PipPip
  • 34 posts
do i need to run another sfc scan? I got it to copy sfc over to flashdrive but the file is empty.
  • 0

#38
SleepyDude

SleepyDude

    Trusted Helper

  • Malware Removal
  • 4,978 posts

do i need to run another sfc scan? I got it to copy sfc over to flashdrive but the file is empty.

Hi,

If you type only this:
find /i "[SR]" c:\windows\logs\cbs\cbs.log

you get any lines of text on the screen?
  • 0

#39
Jwilkins1121

Jwilkins1121

    Member

  • Topic Starter
  • Member
  • PipPip
  • 34 posts
it just goes down a line types --------------------c:windows\logs\cbs\cbs.log then back to command prompt
  • 0

#40
Jwilkins1121

Jwilkins1121

    Member

  • Topic Starter
  • Member
  • PipPip
  • 34 posts
command line says x:\sources> then command prompt
  • 0

Advertisements


#41
SleepyDude

SleepyDude

    Trusted Helper

  • Malware Removal
  • 4,978 posts

command line says x:\sources> then command prompt


Hum, try to copy the all file c:\windows\logs\cbs\cbs.log to the flash drive and attach to your post if it's big zip it and attach.
  • 0

#42
Jwilkins1121

Jwilkins1121

    Member

  • Topic Starter
  • Member
  • PipPip
  • 34 posts
do i just type c:\windows\logs\cbs\cbs.log ?
  • 0

#43
SleepyDude

SleepyDude

    Trusted Helper

  • Malware Removal
  • 4,978 posts

do i just type c:\windows\logs\cbs\cbs.log ?


Sorry. You have to identify first the drive corresponding to the flash drive, then type:
copy c:\windows\logs\cbs\cbs.log Z:

Replace Z: with the correct drive.

You should see a message saying 1 file copied.
  • 0

#44
Jwilkins1121

Jwilkins1121

    Member

  • Topic Starter
  • Member
  • PipPip
  • 34 posts
k i typed

copy C:\windows\log\cbs\cbs.log f:

then is says the system cannot find the path specified
  • 0

#45
SleepyDude

SleepyDude

    Trusted Helper

  • Malware Removal
  • 4,978 posts

k i typed

copy C:\windows\log\cbs\cbs.log f:

then is says the system cannot find the path specified


Sometimes on the Recovery Console your windows drive can change, type:
bcdedit | find "osdevice"

This command will display output similar to: os device partition=D:. The drive letter after partition= is the drive that your Windows installation is located.

Adjust the copy command to use the returned drive letter.
  • 0






Similar Topics

0 user(s) are reading this topic

0 members, 0 guests, 0 anonymous users

As Featured On:

Microsoft Yahoo BBC MSN PC Magazine Washington Post HP