Windows Not Booting

Page 4 of 8 FirstFirst ... 23456 ... LastLast

  1. Posts : 38
    Windows 7 Home Basics x64
    Thread Starter
       #31

    Kaktussoft said:
    Code:
    bcdedit
    Do you see this?
    Code:
    Windows-opstartbeheer
    ---------------------
    id                      {bootmgr}
    device                  boot (can be C as well)
    path                    \bootmgr
    description             Windows Boot Manager
    locale                  nl-NL (your language)
    default                 {default}
    resumeobject            {9dc4384c-ed0f-11e1-a017-806e6f6e6963} (you have another value. not important now)
    displayorder            {default}
    timeout                 10 (can be another value, not important)
    Windows-opstartlaadprogramma
    ----------------------------
    id                      {default}
    device                  partition=C: (can be boot as well)
    path                    \Windows\system32\winload.exe
    description             Windows 7 Home Premium (not important)
    locale                  nl-NL (your language)
    recoverysequence        {current}
    recoveryenabled         Yes
    osdevice                partition=C: (can be boot as well)
    systemroot              \Windows
    resumeobject            {9dc4384c-ed0f-11e1-a017-806e6f6e6963} (you have another value. not important now)
    yes I see this
    but a few things are different
      My Computer


  2. Posts : 10,796
    Microsoft Windows 7 Home Premium 64-bits 7601 Multiprocessor Free Service Pack 1
       #32

    MamuMogambo said:
    sfc results:
    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. For example
    C:\Windows\Logs\CBS\CBS.log
    Set the variable for the log file, so SFC doesn't attempt to store to log to the read-only media:
    Code:
    set  WINDOWS_TRACING_LOGFILE=F:\CBS.log
    Run SFC with offline parameters:
    Code:
    sfc /scannow /offbootdir=c: /offwindir=c:\Windows
    Once that command has finished, its output should be logged to F:\CBS.log, or wherever else you specified.
    So to pull the errors out of the file, run:
    if you want that output to go to a file instead, run:
    Code:
    find /i  "[SR]"  F:\CBS.LOG > F:\sfcdetails.txt
    Now your details regarding the failed repairs should be contained in F:\sfcdetails.txt

    Transfer F:\sfcdetails.txt to an usb stick and post it here. Afterwards you can delete F:\sfcdetails.txt and F:\CBS.log

    This shows what's in it
    Code:
    notepad  F:\sfcdetails.txt
    Last edited by Kaktussoft; 03 Apr 2013 at 17:22.
      My Computer


  3. Posts : 38
    Windows 7 Home Basics x64
    Thread Starter
       #33

    Values that are different
    1. path \bootmgr (I don't see this code)
    2. inherit {bootloadersettings} (I have this extra line)
      My Computer


  4. Posts : 10,796
    Microsoft Windows 7 Home Premium 64-bits 7601 Multiprocessor Free Service Pack 1
       #34

    MamuMogambo said:
    Kaktussoft said:
    Code:
    bcdedit
    Do you see this?
    Code:
    Windows-opstartbeheer
    ---------------------
    id                      {bootmgr}
    device                  boot (can be C as well)
    path                    \bootmgr
    description             Windows Boot Manager
    locale                  nl-NL (your language)
    default                 {default}
    resumeobject            {9dc4384c-ed0f-11e1-a017-806e6f6e6963} (you have another value. not important now)
    displayorder            {default}
    timeout                 10 (can be another value, not important)
    Windows-opstartlaadprogramma
    ----------------------------
    id                      {default}
    device                  partition=C: (can be boot as well)
    path                    \Windows\system32\winload.exe
    description             Windows 7 Home Premium (not important)
    locale                  nl-NL (your language)
    recoverysequence        {current}
    recoveryenabled         Yes
    osdevice                partition=C: (can be boot as well)
    systemroot              \Windows
    resumeobject            {9dc4384c-ed0f-11e1-a017-806e6f6e6963} (you have another value. not important now)
    yes I see this
    but a few things are different
    Tell me the differences
      My Computer


  5. Posts : 38
    Windows 7 Home Basics x64
    Thread Starter
       #35

    Kaktussoft said:
    MamuMogambo said:
    sfc results:
    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. For example
    C:\Windows\Logs\CBS\CBS.log
    Set the variable for the log file, so SFC doesn't attempt to store to log to the read-only media:
    set WINDOWS_TRACING_LOGFILE=F:\CBS.log

    Run SFC with offline parameters:
    sfc /scannow /offbootdir=c: /offwindir=c:\Windows

    Once that command has finished, it's output should be logged to F:\CBS.log, or wherever else you specified.
    So to pull the errors out of the file, run:
    Code:
    findstr  /c:"[SR]"  F:\CBS.log
    This will output all error lines to the command prompt, if you want that output to go to a file instead, run:
    Code:
    findstr  /c:"[SR]"  F:\CBS.log > F:\sfcdetails.txt
    Now your details regarding the failed repairs should be contained in F:\sfcdetails.txt

    Transfer F:\sfcdetails.txt to an usb stick and post it here. Afterwards you can delete F:\sfcdetails.txt and F:\CBS.log

    This shows what's in it
    Code:
    notepad  F:\sfcdetails.txt
    Will do this after the scan completes
      My Computer


  6. Posts : 10,796
    Microsoft Windows 7 Home Premium 64-bits 7601 Multiprocessor Free Service Pack 1
       #36

    MamuMogambo said:
    Values that are different
    1. path \bootmgr (I don't see this code)
    2. inherit {bootloadersettings} (I have this extra line)
    1 is in my code!! Look again.
    inherit is not source of problem.

    Please post C:\Windows\System32\LogFiles\Srt\SrtTrail.txt as well
      My Computer


  7. Posts : 38
    Windows 7 Home Basics x64
    Thread Starter
       #37

    when I type findstr /c:"[SR]" F:\CBS.log I get that this is not a recognized internal or external command
      My Computer


  8. Posts : 38
    Windows 7 Home Basics x64
    Thread Starter
       #38

    C:\Windows\System32\LogFiles\Srt\SrtTrail.txt
    I am getting no error in this
      My Computer


  9. Posts : 10,796
    Microsoft Windows 7 Home Premium 64-bits 7601 Multiprocessor Free Service Pack 1
       #39

    MamuMogambo said:
    when I type findstr /c:"[SR]" F:\CBS.log I get that this is not a recognized internal or external command
    try to use:
    Code:
    find /i  "[SR]"  F:\CBS.LOG > F:\sfcdetails.txt
    Code:
    dir  C:\Windows\System32\LogFiles\Srt\SrtTrail.txt
    Realy no SrtTrail.txt?
      My Computer


  10. Posts : 38
    Windows 7 Home Basics x64
    Thread Starter
       #40

    Kaktussoft said:
    MamuMogambo said:
    when I type findstr /c:"[SR]" F:\CBS.log I get that this is not a recognized internal or external command
    try to use:
    Code:
    find /i  "[SR]"  F:\CBS.LOG > F:\sfcdetails.txt
    file not found
      My Computer


 
Page 4 of 8 FirstFirst ... 23456 ... LastLast

  Related Discussions
Our Sites
Site Links
About Us
Windows 7 Forums is an independent web site and has not been authorized, sponsored, or otherwise approved by Microsoft Corporation. "Windows 7" and related materials are trademarks of Microsoft Corp.

© Designer Media Ltd
All times are GMT -5. The time now is 07:58.
Find Us