rgl / packer-plugin-windows-update

Packer plugin for installing Windows updates
Mozilla Public License 2.0
302 stars 71 forks source link

Not able to create `Windows-Server-Core-2016-1809` image! #50

Closed Rahaman148 closed 4 years ago

Rahaman148 commented 4 years ago

I am trying to create Windows-Server-Core-2016-1809 image but getting below errors any suggestions - windows-server-core-2016 windows-server-core-2016-2

I have found other solutions https://support.microsoft.com/en-us/help/900936/error-code-0x8024402c-when-you-try-to-install-updates-on-windows-updat here but it doesn't help!

I didn't use any packer template just used PowerShell script

Rahaman148 commented 4 years ago

I found other link here https://www.thewindowsclub.com/fix-windows-update-error-0x8024402c but they (Client) don't want to change any configuration due to some security so need to find different way to troubleshoot. Any suggestions please

rgl commented 4 years ago

It seems you need to have an offline way of updating windows. You should try http://download.wsusoffline.net/ in a machine with internet access for it to download all the updates, then copy the result to your target/client windows machine, and update windows. See the documentation at http://www.wsusoffline.net/docs/.