[SOLVED] Error installing KB4103723 on Windows Server 2016 (build 1607)

talishka

Well-known member
Joined
May 28, 2018
Posts
102
Location
Buenos Aires, AR.
Hi!

Im suffering with this update, 2018-05 Cumulative Update for Windows Server 2016 for x64-based Systems (KB4103723).

I've tried to install it a few times but it gets stuck at 60% aprox, and then it rolls back with the famous message: [FONT=&quot]We couldn’t complete the updates, Undoing changes"[/FONT]Thanks in advance!
 

Attachments

Of course!

PCI\VEN_8086&DEV_1539&SUBSYS_85F01043&REV_03

I had to do the following procedure to install that network card:

- As admin in cmd:


bcdedit -set loadoptions DISABLE_INTEGRITY_CHECKS
bcdedit -set TESTSIGNING ON


- reboot server


- Install the drivers \PRO1000\Winx64\NDIS64\


- As admin in cmd:


bcdedit -set loadoptions ENABLE_INTEGRITY_CHECKS
bcdedit -set TESTSIGNING OFF


Reboot again.

Without this procedure i was unable to install that network card.
 
That confirmed what I saw in the logs.

Based on the logs, you have a driver issue of some sort that is causing the rollback to occur. Is your Device Manager clear or are there yellow exclamation marks somewhere?

Can you try installing the update from Clean Boot mode and attach CBS.log and setupapi.dev.log in case it fails.
 
Ok, i have three scenarios to test.

1. Apply update with clean boot
2. Apply update with disabled NIC/Ethernet
3. Apply after excute again:

bcdedit -set loadoptions DISABLE_INTEGRITY_CHECKS
bcdedit -set TESTSIGNING ON

Tomorrow i'll start with this.
 
Heh no!

How could i achieve the full remove of the driver from the operating system? right click on the network card in the device manager and uninstall will do the job?
 

Has Sysnative Forums helped you? Please consider donating to help us support the site!

Back
Top