Does it do each index? Or just index:1 Could this be added as an option (to select which index to update) Thanks sebus
Hi, 1-Are kb3197099 be installed in WinRe? i try but can't install it, not supported 2-What is update(s) for Update WinRe.wim? 3-What is update(s) for Update boot.wim? plz put it in first post (with permanent update)
Abbodi1406 cleared it up, kb3197099 is superseded by the current CU. When an update is applicable for Winre/boot.wim the "pkgProperties.txt" inside the Update (.msu) will say: Code: ApplicabilityInfo="Windows 10.0 Client;Windows 10.0 Server;Windows 10.0 WinPE;" And kb3197099 is integratable in winre.wim, boot.wim and install.wim but not needed when the CU is integrated.
Looks like KB3199209 is out on Windows Update. (Insider only cumulative update for release preview branch?) EDIT: Does not require a reboot. EDIT: Servicing stack update?
kb3199209 fixed integration of KB319479 cumulative update. EDIT: x86: success x64: fail. "The specified image is no longer serviceable and may be corrupted."
Code: ============================================================ Updating winre.wim ============================================================ Deployment Image Servicing and Management tool Version: 10.0.14393.0 Mounting image [==========================100.0%==========================] The operation completed successfully. ============================================================ Checking Updates... ============================================================ ============================================================ Installing servicing stack update... ============================================================ Deployment Image Servicing and Management tool Version: 10.0.14393.0 Image Version: 10.0.14393.0 Processing 1 of 1 - Adding package Package_for_KB3199209~31bf3856ad364e35~x86~~10.0.1.0 [==========================100.0%==========================] The operation completed successfully. ============================================================ Installing Updates... ============================================================ Deployment Image Servicing and Management tool Version: 10.0.14393.0 Image Version: 10.0.14393.0 Processing 1 of 1 - Adding package Package_for_RollupFix~31bf3856ad364e35~x86~~14393.321.1.5 [==========================100.0%==========================] The operation completed successfully. Deployment Image Servicing and Management tool Version: 10.0.14393.0 Image Version: 10.0.14393.0 [===========================99.1%========================= ] The operation completed successfully. Deployment Image Servicing and Management tool Version: 10.0.14393.0 Image File : F:\W10UI_1.8\winre.wim Image Index : 1 Saving image [==========================100.0%==========================] Unmounting image [==========================100.0%==========================] The operation completed successfully. Code: ============================================================ Mounting boot.wim - index 1/2 ============================================================ Deployment Image Servicing and Management tool Version: 10.0.14393.0 Mounting image [==========================100.0%==========================] The operation completed successfully. ============================================================ Checking Updates... ============================================================ ============================================================ Installing servicing stack update... ============================================================ Deployment Image Servicing and Management tool Version: 10.0.14393.0 Image Version: 10.0.14393.0 Processing 1 of 1 - Adding package Package_for_KB3199209~31bf3856ad364e35~x86~~10.0.1.0 [==========================100.0%==========================] The operation completed successfully. ============================================================ Installing Updates... ============================================================ Deployment Image Servicing and Management tool Version: 10.0.14393.0 Image Version: 10.0.14393.0 Processing 1 of 1 - Adding package Package_for_RollupFix~31bf3856ad364e35~x86~~14393.321.1.5 [==========================100.0%==========================] The operation completed successfully. ============================================================ Resetting the image base ============================================================ Deployment Image Servicing and Management tool Version: 10.0.14393.0 Image Version: 10.0.14393.0 [==========================100.0%==========================] The operation completed successfully. ============================================================ Unmounting boot.wim - index 1/2 ============================================================ Deployment Image Servicing and Management tool Version: 10.0.14393.0 Image File : f:\W10UI_1.8\Work\sources\boot.wim Image Index : 1 Saving image [==========================100.0%==========================] Unmounting image [==========================100.0%==========================] The operation completed successfully. No more errors integrating CU in Winpe images.
x64 also succeeded. it was my fault. there were not enough free space. so the integration problem was service stack's fault.
Code: C:\Users\admin>dism.exe /Online /Cleanup-Image /StartComponentCleanup /ResetBase Deployment Image Servicing and Management tool Version: 10.0.14393.0 Image Version: 10.0.14393.0 [==========================100.0%==========================] Error: 1168 Element not found. The DISM log file can be found at C:\Windows\Logs\DISM\dism.log msmg > add 3.5, dx9 -> integrate latest whd cumulative 14393 > remove all metro > remove all basic windows components > remove edge > unmount > rebuild i then use my own dism script to add drivers, disablefeatures, removepackages then unmount after installing windows with my image, i then did the above which resulted in that error. what has gone wrong?