Error message when a computer that is running Windows Vista SP1 resumes from hibernation: "System was shutdown unexpectedly"
http://support.microsoft.com/kb/KB951218
Hibernation feature does not work after Installation of Vista SP1. When attempting to resume from hibernation you recieve the following error message: "
System was shutdown unexpectedly" This issue occurs when the Boot Configuration Data (BCD) store contains incorrect information for the "Resume from Hibernate" entry.
Follow steps To fix BCD information:
Step1
1Click Start>All programs>
Accessories
right click Command Prompt>Run as Administrator
Step2
At Command prompt type:
bcdedit -enum all
Step3
3
locate following entry.(this is what you will copy in the following steps)
Resume from Hibernate
---------------------
identifier {xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx}
Step4
4
{xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx}
note- the x's above will be replaces letters or numbers on your
identifier string.
Step5
5
Use your
mouse pointer and place it over the identifier string, right click, and select Mark, highlight the entire indentifier string and then hit Enter.
(this enables you to drag your pointer over the string and copy it. Important! To copy highlighted string you must hit Enter key! otherwise you will have to repeat process and mark string again)
Step6
6
At flashing cursor on Command Prompt type the following:
bcdedit /deletevalue
Step7
7
Hit the space bar then right click and paste indentifier string.
shoud look like this:
bcdedit /deletevalue {xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx}
Step8
8
Hit the space bar again, and type inherit. Should look like this:
bcdedit /deletevalue {xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx}
inherit
Step9
9
Press enter. If done correctly (with proper spacing) a sucessful message will be displayed at Command Prompt.
Type exit and press enter to close command Prompt. Hibernation should function properly.