2
0
My server, which I built with some spare computer parts, does not power off after when I shut down from the OS. When I try to shut down, Windows closes all programs and goes through the shutdown routine as normal, and the screen turns off, but the fans continue to run until I hold down the power button on the case.
More importantly, though, because of this problem, the computer cannot truly restart. Windows shuts down, it goes into the not-quite-off state, and it stays there.
For a while, the power supply in the server only had a 20-pin connector (the motherboard has a 24-pin connector), and I thought that was the problem, but I have since replaced the power supply with one with a 24-pin connector, but nothing changed.
Sites on the Internet seemed to recommend trying a clean boot, which did not fix the problem.
I thought it was a hardware issue, but the fact that I can shut the power down completely with the case's power button seems to indicate that it might be a software issue.
EDIT: It is a software/configuration issue. I booted off a Ubuntu Live USB and was able to shut down and restart normally without any of the issues Windows has. I'd rather not reinstall Windows if that is an option.
EDIT 2: It restarts and shuts down properly from safe mode, but I have not been able to get it to shut down properly from a normal boot, regardless of how many startup items I disable. I tried removing the video card and a Wi-Fi card that never worked, but they also had no effect.
When you attempt to power off the computer using the OS, are the HDDs active, any blinking lights, does a mouse/keyboard movement start the computer? If not then it's most likely not a software related issue (at least on the Windows side) – cutrightjm – 2013-06-10T02:02:05.003
1You might want to try some other OS, for example a Linux live-cd, to make sure it's not related to Windows. – KamikazeCZ – 2013-06-10T02:14:24.627
What is the OS? It sounds like the default action for the shutdown button in the Start Menu is Standby or Hibernate. – Davidw – 2013-06-10T02:32:19.203
It's Windows Server 2008 R2 x64. The default action is Logoff, but I make sure I click Shut down when I want to shut down. I'm preparing a Linux live-USB to try it out. – 0xFE – 2013-06-10T02:38:12.917
Ok, it's definitely not that, then, as Windows Server does not have any Sleep modes. Have you tried using the Command Line Shutdown command, or Powershell's Stop-Computer commandlet? – Davidw – 2013-06-10T02:40:31.577
Stop-Computer has the same effect as clicking Shut down. It doesn't fully shut down. – 0xFE – 2013-06-10T03:27:36.927
Try "shutdown /f /t 1" from CMD. It will shut down forcefully. – Jet – 2013-06-14T12:09:19.457