There are 3 hours of coding left, plus the conversion to recovery, upload, etc., this evening, not before. The client code is still running; error 2 for the apply enterprise.xml file.
or is the equivalent for the customer code client <update name="c89376a4f5f326e5bca0cba6a52eed16"> <package contained="false" integrate="hidden"> <assemblyIdentity name="Microsoft-Windows-ApiSetSchema-serverstandard-Package" version="10.0.29550.1000" processorArchitecture="amd64" language="neutral" buildType="release" publicKeyToken="31bf3856ad364e35" /> </package>
[29550.1000 Windows 11 Enterprise (RETAIL with Edge with Store in Official style) amd64 en-US with 29531.1000 base] Code: ------------------------------------------------------------ Add en-US Client Language ------------------------------------------------------------ Deployment Image Servicing and Management tool Version: 10.0.19041.844 Error: 127 An error occurred while attempting to start the servicing process for the image located at Z:\29550.1000_Unstage_Placeholder_amd64_Universal\temp\mount. For more information, review the log file. The DISM log file can be found at C:\windows\Logs\DISM\dism.log [29550.1000 Windows 11 Enterprise (RETAIL with Edge with Store in Official style) amd64 en-US with 29550.1000 base] Code: :::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: Construct Enterprise :::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: Deployment Image Servicing and Management tool Version: 10.0.19041.844 Error: 127 An error occurred while attempting to start the servicing process for the image located at Z:\29550.1000_Unstage_Placeholder_amd64_Universal\temp\mount. For more information, review the log file. The DISM log file can be found at C:\windows\Logs\DISM\dism.log
as for intel core ultra series compatibility problem with 22000 i have an idea: i'll try to construct 22000 without secure boot and hypervisor code integrity in client features
Q: Apply UUP 29550.1000 install.wim to disk, and remove any package. Failed with the same error at #4706. Why? Code: D:\PackExtractor>dism /english /image:K: /Remove-package /Packagename:Composition-Core-Package~31bf3856ad364e35~amd64~en-US~10.0.29550.1000 Deployment Image Servicing and Management tool Version: 10.0.19041.844 Error: 127 An error occurred while attempting to start the servicing process for the image located at K:\. For more information, review the log file.
[28000.1] Code: D:\PackExtractor>for /F %x in ('findstr /i . Capabilities.txt 2>nul') do (dism /english /image:K: /Remove-Capability /CapabilityName:%x ) D:\PackExtractor>(dism /english /image:K: /Remove-Capability /CapabilityName:App.StepsRecorder~~~~0.0.1.0 ) Deployment Image Servicing and Management tool Version: 10.0.19041.844 Image Version: 10.0.28000.1 [==========================100.0%==========================] The operation completed successfully. [29531.1000] Code: D:\PackExtractor>for /F %x in ('findstr /i . Capabilities.txt 2>nul') do (dism /english /image:K: /Remove-Capability /CapabilityName:%x ) D:\PackExtractor>(dism /english /image:K: /Remove-Capability /CapabilityName:App.StepsRecorder~~~~0.0.1.0 ) Deployment Image Servicing and Management tool Version: 10.0.19041.844 Image Version: 10.0.29531.1000 [==========================100.0%==========================] The operation completed successfully. [29550.1000] Code: D:\PackExtractor>for /F %x in ('findstr /i . Capabilities.txt 2>nul') do (dism /english /image:K: /Remove-Capability /CapabilityName:%x ) D:\PackExtractor>(dism /english /image:K: /Remove-Capability /CapabilityName:App.StepsRecorder~~~~0.0.1.0 ) Deployment Image Servicing and Management tool Version: 10.0.19041.844 Error: 127 An error occurred while attempting to start the servicing process for the image located at K:\. For more information, review the log file. The DISM log file can be found at C:\windows\Logs\DISM\dism.log
It works on both 26100 and 28000. Thanks. Code: Deployment Image Servicing and Management tool Version: 10.0.26100.5074 Image Version: 10.0.29550.1000 Applying package servicing unattend [==========================100.0%==========================] The operation completed successfully.
Q: How to make Construction think that 19041 Host is 29550? i.e. How to construct 29550 on a Host build less than 26100?
[Test 10240.16384 Windows 10 Enterprise LTSB (in Official style without NDP48) amd64 en-US with superUser on 19041 Host] Code: ------------------------------------------------------------ Set EnterpriseS key ------------------------------------------------------------ Deployment Image Servicing and Management tool Version: 10.0.19041.844 Image Version: 10.0.10240.16384 Starting to install product key... Finished installing product key. The operation completed successfully. ============================================================ Current Edition : EnterpriseS (OEM) ============================================================
:: Architecture = amd64, arm64 set ARCHITECTURE=amd64 Code: ------------------------------------------------------------ Set Enterprise Key ------------------------------------------------------------ Deployment Image Servicing and Management tool Version: 10.0.19041.844 Image Version: 10.0.28000.1 Starting to install product key... Finished installing product key. The operation completed successfully. ============================================================ Current Edition : Enterprise (OEM_COA_NSLP) ============================================================ set ARCHITECTURE=arm64 Code: ------------------------------------------------------------ Set Enterprise Key ------------------------------------------------------------ Deployment Image Servicing and Management tool Version: 10.0.19041.844 Image Version: 10.0.28000.1 Starting to install product key... Finished installing product key. The operation completed successfully. ============================================================ Current Edition : Enterprise (OEM_COA_NSLP) ============================================================
29553.1000 constructed by MUCS on 22000 host Code: Deployment Image Servicing and Management tool Version: 10.0.22000.2600 Image Version: 10.0.29553.1000 Applying package servicing unattend [==========================100.0%==========================] The operation completed successfully.