Please wait for the Windows Modules Installer
One of our Windows Server 2008 servers got stuck after rebooting displaying the following message:
Please wait for the Windows Modules Installer
We have tried to wait for a couple of hours, but the Windows just couldn’t proceed to the login screen. Luckily we were able to connect to the server admin share and have noticed that the system drive went out of free disk space. After the cleanup and forced restart of the server, the problem was still here.
To solve this we had to open services.msc console and remotely connect to this server.
Scroll down to Windows Modules Installer Service and set the startup type to Disabled. Click Apply and restart the server.
Your server should be back online and you should be able to login to the server. Unfortunately, once you set the startup type for Windows Modules Installer service to Automatic and restart the server, you’ll be experiencing the same problem again.
This is not a permanent solution but rather a temporary fix to get the crucial server back online.
If I manage to find a complete solution for this issue, this article will be updated.
Sounds like a corrupted windows update folder after reaching the maximum disk space.
Try this method once you booted into the OS:
1. open cmd in admin and run this command: net stop WuAuServ
2. go to “%windir%” in the search bar (without the quotes)
3. rename the “SoftwareDistribution” folder to something else, like “SDold”
4. run this command in cmd: net start WuAuServ
5. enable back the Windows Modules Installer Service startup to Automatic and restart to see if it boots up into the desktop
Hope this helps.