Windows 7 broken: can no longer log in...

Page 3 of 7 FirstFirst 12345 ... LastLast

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

    most likely the sfc offboot command was wrong!! Don't forget the spaces!
    Code:
    sfc  /SCANNOW  /OFFBOOTDIR=P:\  /OFFWINDIR=Q:\Windows
    Do you have system reserverd partition? Replace P with logical driver letter of boot partition.
    Replace Q with logical drive letter of OS-partition

    Dirve letters as they are in recovery environment!!
    most likely
    Code:
    sfc /SCANNOW /OFFBOOTDIR=C:\ /OFFWINDIR=C:\Windows
    sfc /SCANNOW /OFFBOOTDIR=D:\ /OFFWINDIR=D:\Windows
     
    or if having system reserved partition:
    sfc /SCANNOW /OFFBOOTDIR=D:\ /OFFWINDIR=C:\Windows
    sfc /SCANNOW /OFFBOOTDIR=C:\ /OFFWINDIR=D:\Windows
    try them all, till one succeeds
      My Computer


  2. Posts : 36
    Windows 7 Ultimate x64 SP1
    Thread Starter
       #22

    Kaktussoft said:
    -safe mode still gives you a BSOD?
    yes, do you know how to disable auto-reboot from RC? In order I can see the error and other info at BSOD time, googled but not found a way to do it so far

    Kaktussoft said:
    -normal boot still works (but is behaving strange at logon screen)?
    So the bcd store (bootmenu) is still there. I thought you renamed it (not smart as the system was booting)
    yes, I tried to rename it, hoping it will try to fix it automatically, OK was kind of silly, anyway restored it afterwards
    All my attempts ended up with the same behavior: this f*@$g welcomme screen with empty icon and inability to log in
      My Computer


  3. Posts : 36
    Windows 7 Ultimate x64 SP1
    Thread Starter
       #23

    Kaktussoft said:
    most likely the sfc offboot command was wrong!! Don't forget the spaces!
    Code:
    sfc  /SCANNOW  /OFFBOOTDIR=P:\  /OFFWINDIR=Q:\Windows
    I didn't...

    Kaktussoft said:
    Do you have system reserverd partition? Replace P with logical driver letter of boot partition.
    Replace Q with logical drive letter of OS-partition
    No, I don't have such a resereved part.

    Kaktussoft said:
    Dirve letters as they are in recovery environment!!
    most likely
    Code:
    sfc /SCANNOW /OFFBOOTDIR=C:\ /OFFWINDIR=C:\Windows
    sfc /SCANNOW /OFFBOOTDIR=D:\ /OFFWINDIR=D:\Windows
     
    or if having system reserved partition:
    sfc /SCANNOW /OFFBOOTDIR=D:\ /OFFWINDIR=C:\Windows
    sfc /SCANNOW /OFFBOOTDIR=C:\ /OFFWINDIR=D:\Windows
    try them all, till one succeeds
    OK, will try this & LYK
      My Computer


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

    TerDale said:
    Kaktussoft said:
    in recovery environment->command prompt:
    bcdedit /enum all >C:\mybcd.txt
    then copy to some usb stick
    COPY C:\mybcd.txt Q:\
    if Q is drive letter of usb stick
    now you ca delete mybcd.txt
    DEL C:\mybcd.txt

    put usb stick in another machine and post the file
    How do you spell Murphy's Law?
    - inserted my USB key in a USB slot
    - looking for it, tried all letters, not found
    - changed slot: not better
    - rebooted recovery env. with USB key inserted
    - not better

    Chkdsk currently running on the different drives...
    diskpart
    list disk

    only one disk?
    do the list disk with usb stick attached and detached as well. Wait a minute to let recovery environment see it. Does it see it?
    you can also do
    list vol
    within diskpart

    or do
    notepad C:\mybcd.txt

    now you can make pictures with photo camera as a work around
      My Computer


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

    TerDale said:
    Kaktussoft said:
    most likely the sfc offboot command was wrong!! Don't forget the spaces!
    Code:
    sfc  /SCANNOW  /OFFBOOTDIR=P:\  /OFFWINDIR=Q:\Windows
    I didn't...

    Kaktussoft said:
    Do you have system reserverd partition? Replace P with logical driver letter of boot partition.
    Replace Q with logical drive letter of OS-partition
    No, I don't have such a resereved part.

    Kaktussoft said:
    Dirve letters as they are in recovery environment!!
    most likely
    Code:
    sfc /SCANNOW /OFFBOOTDIR=C:\ /OFFWINDIR=C:\Windows
    sfc /SCANNOW /OFFBOOTDIR=D:\ /OFFWINDIR=D:\Windows
     
    or if having system reserved partition:
    sfc /SCANNOW /OFFBOOTDIR=D:\ /OFFWINDIR=C:\Windows
    sfc /SCANNOW /OFFBOOTDIR=C:\ /OFFWINDIR=D:\Windows
    try them all, till one succeeds
    OK, will try this & LYK
    what is drive letter of windows os in recovery environment?
    what is drive leter of "system reserved" the boot partition?
      My Computer


  6. Posts : 36
    Windows 7 Ultimate x64 SP1
    Thread Starter
       #26

    Kaktussoft said:
    Dirve letters as they are in recovery environment!!
    most likely
    Code:
    sfc /SCANNOW /OFFBOOTDIR=C:\ /OFFWINDIR=C:\Windows
    sfc /SCANNOW /OFFBOOTDIR=D:\ /OFFWINDIR=D:\Windows
     
    or if having system reserved partition:
    sfc /SCANNOW /OFFBOOTDIR=D:\ /OFFWINDIR=C:\Windows
    sfc /SCANNOW /OFFBOOTDIR=C:\ /OFFWINDIR=D:\Windows
    try them all, till one succeeds
    Did it from X:, after having checked the dive layout once in RC, and got still same error: "Windows Resource Protection could not perform the requested operation". Even tried other combinations, but either I have the error without delay if the combination is nonsensical, or after "Start system canning" message & a few secs. in other cases

    Chkdsk results:
    - for all 4 drives: found no problems
    - I just got "Failed to transfer logged errors to the event log with status 50" for each one, but I think it is expected in RC
      My Computer


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

    dir/als C:\users
    or maybe dir/als c:\


    replace C with right drive letter. Is it still linked to right partition? junction point, you know
    check "program files" as well
      My Computer


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

    TerDale said:
    Kaktussoft said:
    Dirve letters as they are in recovery environment!!
    most likely
    Code:
    sfc /SCANNOW /OFFBOOTDIR=C:\ /OFFWINDIR=C:\Windows
    sfc /SCANNOW /OFFBOOTDIR=D:\ /OFFWINDIR=D:\Windows
     
    or if having system reserved partition:
    sfc /SCANNOW /OFFBOOTDIR=D:\ /OFFWINDIR=C:\Windows
    sfc /SCANNOW /OFFBOOTDIR=C:\ /OFFWINDIR=D:\Windows
    try them all, till one succeeds
    Did it from X:, after having checked the dive layout once in RC, and got still same error: "Windows Resource Protection could not perform the requested operation". Even tried other combinations, but either I have the error without delay if the combination is nonsensical, or after "Start system canning" message & a few secs. in other cases

    Chkdsk results:
    - for all 4 drives: found no problems
    - I just got "Failed to transfer logged errors to the event log with status 50" for each one, but I think it is expected in RC
    or after "Start system canning" message & a few secs. in other cases
    => which command gave you "Start system canning" message & a few secs. ?

    What is your drive letter of boot partition? and what drive letter is OS partition?
      My Computer


  9. Posts : 36
    Windows 7 Ultimate x64 SP1
    Thread Starter
       #29

    Kaktussoft said:
    what is drive letter of windows os in recovery environment?
    Depends, changes from one boot to installation DVD/RC to another, sometimes it's C:, others D:
    But I always check first before any operation

    Kaktussoft said:
    what is drive leter of "system reserved" the boot partition?
    the same as the one for the OS, thus C: or D: depending on RC
      My Computer


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

    forget sfc as it is not working(?)
    please bcdedit output
      My Computer


 
Page 3 of 7 FirstFirst 12345 ... 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 00:13.
Find Us