Windows – Server 2008 stuck in update-configure-fail-restart loop

updatewindowswindows-server-2008

I have a Windows 2008 Standard server, fresh install, fully patched with no roles installed.

This morning I went and installed the following roles:

  • AD Certificates
  • Terminal Services
  • IIS

When the server restarts, it goes into "Configuring Updates" for 15 minutes. It then restarts. When it restarts, it says that the updates failed, and rolls them back. When I log in, it brings up the Roles wizard (as it usually does after adding a role) and tells me I need to restart again.

It will not let me remove any roles till I restart. Of course, when I restart it goes back to "Configuring Updates", fails, restarts, rolls back, then demands another restart, repeat and rinse.

How can I remove all of the pending roles without using the Remove Roles task in the Roles screen of the Server Manager (because it won't let me, because it demands a restart)?

Best Answer

Try this:

Reboot from the server 2008 install disc and choose the repair option and command prompt.

navigate to c:\windows\winsxs, and rename pending.xml to pending.old

Reboot

Related Topic