2
1
I am booting Windows 8.1 Professional 64-bit off an SSD (specifically, a 128GB ADATA SP900), and while it boots up incredibly fast, it also takes an obscenely long time to shut-down. The time to go from shut-off to log-in screen is less than 20 seconds (perhaps even as low as 10), whereas it takes minutes and minutes to shut down (perhaps even as long as 10 minutes; I'm afraid I haven't had the patience to time it).
Any idea as to why the shut-down time would be abnormally long even though the start-up time is quite fast (as one expects with an SSD)?
Unfortunately, for a problem such as this, I'm not quite sure what information will be relevant to troubleshooting the problem, so please let me know anything that might be useful and I will respond in the comments. Here, however, are my specs.
EDIT: I found a partial solution. I opened the command prompt with administrator privileges and ran the command powercfg /hibernate on
. Then, under Control Panel\Hardware and Sound\Power Options\System Settings
in the Control Panel, under the heading "Shutdown settings", I now saw a check-box labeled "Turn on fast startup (recommended)".
I tested both shutting-down and restarting with this box checked and unchecked. Qualitatively anyways, I experienced the same behavior as before when the box was unchecked. However, when the box was checked, the problem was partially solved: the shut-down time was reduced from over 5 minutes down to a mere 12 seconds, and in fact, the start-up time was also reduced from about 16 seconds to 10 seconds; however, when I restarted the computer, as opposed to shutting it down, I found the exact same behavior as before. Thus, after checking this box, there is now no longer any problem with the computer shutting-down, but only when restarting.
capture a shutdown trace and give it to me: http://pastebin.com/RFRkuc81
– magicandre1981 – 2014-07-25T04:08:21.737@magicandre1981 Here is the link: https://drive.google.com/file/d/0B6xfgYpCM4U3dVpId3F2dTZfUGs/
Thanks in advance!
according to the trace, Windows takes 8.8s to shutdown <timing shutdownTime="8845" servicesShutdownDuration="2517"> – magicandre1981 – 2014-07-25T18:58:16.850
@magicandre1981 So I wasn't just misreading that then . . . Any idea why it would report just 8.8s but take over 5 minutes? – Jonathan Gleason – 2014-07-25T19:56:23.920
looks like Hardware issues. – magicandre1981 – 2014-07-26T06:41:11.513
@magicandre1981 I tried capturing a trace again, this time using
-trace rebootCycle
along with the rest of your command line options. Curiously, this produced a shutdown trace of less than 30 seconds, whereas the boot trace took a couple of minutes. Of course, as I timed it myself, it appears the exact opposite: booting takes less than 20 seconds but shutting down takes several minutes.Do you think the boot trace would contain relevant information? It's quite large this time, but here is the link: https://drive.google.com/file/d/0B6xfgYpCM4U3NGpfaEFpZ21rcGM/
Also, for what it's worth, these traces were made after the change contained in the edit to my original post. That is, these traces were made with "fast startup" enabled (the first trace I created was not). – Jonathan Gleason – 2014-07-26T16:26:36.577
I just realized that two minutes of the boot trace is only because the default parameter for the command line option
-postBootDelay
is120
. When I reran the trace with-postBootDelay 1
, the boot trace time went down to 38.4 seconds (the shutdown trace time remained about the same at about 26 seconds). I can upload these new traces if you like, but I imagine it will not be useful.In particular, it doesn't seem as if the abnormally long restart times I'm observing are recorded in either of the traces. – Jonathan Gleason – 2014-07-26T17:19:15.720