The last two times I've installed Windows Updates (security patches only) on our W2K03 file/print server, upon reboot, it has resulted in the OS crashing at the point where during logon the status banner reads 'applying computer settings'. This will result in an endless loop as it then reboots again, and the same thing happens.

Both times, the only fix has been to remove the recently installed updates through Safe Mode. Event Viewer did not reveal anything instructive. We're planning on replacing this server next year, so my plan is to simply not install any further updates. I would prefer to determine the problem, of course but I'm not sure where to go from here.

link|improve this question

70% accept rate
feedback

2 Answers

Set your server to do some sort of dump.

Use windbg to read and diagnose the problem.

link|improve this answer
OK, I will give this a try. Thank you for the suggestion. – Citizen Chin Aug 19 '11 at 12:32
feedback

I believe process monitor from Sysinternals now supports startup logging if you configure it to do so. That may give you some hints as to what to look for.

You said that the logs didn't show anything instructive, did it show anything at all?

link|improve this answer
Under both system and application logs, I'm not seeing anything out of the ordinary. – Citizen Chin Aug 19 '11 at 12:39
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.