2

I have a question about hibernation. I installed Internet Explorer 9 RTM x64 on my Windows 7 x64 SP1 desktop machine. After this, computer don't entry the hibernation or (hybrid) sleep state properly. After I hibernate the computer the monitor become blank screen and the keyboard and mouse are inactive. But the machine is still running and there isn't any possibility to switch them off as only with power button. But this is recognized on next start as ineligible because of log entry with message “The previous system shutdown at xx:xx:xx on ‎xx.‎xx.‎x was unexpected“ and menu with safe mode option.

I’m clearly not sure if it has something to do with Internet Explorer installation, but I’m definitely guaranteed that before of this I never had some problems with hibernation or (hybrid) sleep. In Windows logs isn’t something suspect. I switched the hibernation off and on, installed new drivers for mainboard, graphic and network card, checked the hard disk, nothing was helpful.

This is really sad, beacuse I don't like to switch the computer completely off because it takes longer to boot. Any suggestions?

1 Answers1

1

First, as shown in your comments, you might want to keep it simple and do a System Restore.

If you are familiar with the command line, you could check what devices could cause this.

Type powercfg /? to get a list of commands and their help, you'll want to inspect -DEVICEQUERY.

Most likely, you'll want to check these options to the above parameter:

S1_supported            List devices supporting light sleep.
S2_supported            List devices supporting deeper sleep.
S3_supported            List devices supporting deepest sleep.
S4_supported            List devices supporting hibernation.

Also, try to disconnect any devices or hardware from your computer/motherboard that you don't need to see if one of those is preventing your sleep/hibernate; divide and conquer to figure out which device.

Strange that this occurs because of Internet Explorer 9, did you do a proper reboot cycle after setup?

Can you check what happened right before this started happening in:

  • The event log.
  • The "installed on" dates in Add/Remove Software, also check those for the installed updates.
  • The files in your temporary folders around that time. (Start > %TEMP% > ENTER)
  • The files in your download folders aronud that time.

Also, mention this time and upload the following files so I can inspect them:

  • C:\Windows\Logs\CBS\CBS.log (Contains global installation log events)
  • C:\Windows\INF\setupapi.app.log (Contains driver installation log events)
  • C:\Windows\INF\setupapi.dev.log (Contains last driver installation log events in detail)
  • C:\Windows\Logs\IE9_NR_Setup.log (Contains Internet Explorer 9 installation log events)

I haven't tried it before, but maybe you could generate a dump where it hangs so we know why it hangs:

How do I create a memory dump of my computer freeze or crash?


because it takes longer to boot

If it is slow around the login phase you can save a Autoruns file and upload it too, so I can look into it.

If it is slow during the boot phase and you want to get your hands dirty, see these questions.