This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

SDE

Hi. I have big problem. I lost all my data (very important data)! On laptop I have installed SafeGuard. My HDD is encrypted with SDE.Today is my younger brother pressed "delete restoration data and proceed to system boot menu" instead of "Continue with system resume"! Every time I tried to start the windows, showed me a system recovery menu. I tried to do this: bootrec /fixboot but that not working (i can't start windows). My question is: "Is there any way to decrypt hdd from pre boot or something?"
Big regards! :)

p.s. sorry for my english :)

:49248


This thread was automatically locked due to age.
Parents
  • Hi kristijan,

    sound like the Windows Recovery Envrionment tried to repair your Boot Configuration Data (BCD) during the repair mechanism but failed. When the wizard tries to repair the BCD store, it first deletes the old store but usually creates a backup of the store.

    Try the following:

    Boot into the Windows Recovery Environment again and run the following steps

    x:\>c:
    c:\>cd Boot
    c:\Boot\>attrib.exe c:\Boot\BCD.Backup.0001 -S -H
    c:\Boot\>copy c:\Boot\BCD.Backup.0001 c:\Boot\BCD
    c:\Boot\>attrib.exe c:\Boot\BCD.Backup.0001 +S +H
    c:\Boot\>attrib.exe c:\Boot\BCD +S +H
    C:\Boot\>BCDEdit /Enum

    Restart the machine.

    Let me know how that works for you.

    Regards,

    ChrisD

    :49296
Reply
  • Hi kristijan,

    sound like the Windows Recovery Envrionment tried to repair your Boot Configuration Data (BCD) during the repair mechanism but failed. When the wizard tries to repair the BCD store, it first deletes the old store but usually creates a backup of the store.

    Try the following:

    Boot into the Windows Recovery Environment again and run the following steps

    x:\>c:
    c:\>cd Boot
    c:\Boot\>attrib.exe c:\Boot\BCD.Backup.0001 -S -H
    c:\Boot\>copy c:\Boot\BCD.Backup.0001 c:\Boot\BCD
    c:\Boot\>attrib.exe c:\Boot\BCD.Backup.0001 +S +H
    c:\Boot\>attrib.exe c:\Boot\BCD +S +H
    C:\Boot\>BCDEdit /Enum

    Restart the machine.

    Let me know how that works for you.

    Regards,

    ChrisD

    :49296
Children
No Data