I'm having trouble integrating or installing it on 22000.1 (Windows 11 Pro 21H2) Code: C:\Reconstruct 21H2 LTSC>dism /image:mount /apply-unattend:1.xml Deployment Image Servicing and Management tool Version: 10.0.19041.844 Image Version: 10.0.22000.1 Removing package Microsoft-Windows-ProfessionalEdition~31bf3856ad364e35~amd64~~10.0.22000.1 Removing package Microsoft-Windows-ProfessionalEdition~31bf3856ad364e35~amd64~~10.0.22000.1 [==========================100.0%==========================] Error: 0x800f0905 DISM failed. No operation was performed. For more information, review the log file. The DISM log file can be found at C:\Windows\Logs\DISM\dism.log Spoiler: 1.xml Code: <?xml version="1.0" encoding="utf-8"?> <unattend xmlns="urn:schemas-microsoft-com:unattend"> <servicing> <package action="install"> <assemblyIdentity name="Microsoft-Windows-EditionSpecific-EnterpriseS" version="10.0.22000.1" processorArchitecture="amd64" publicKeyToken="31bf3856ad364e35" language="neutral" /> <source location="Microsoft-Windows-EditionSpecific-EnterpriseS-Package-amd64-10.0.22000.1.cab" /> </package> <package action="remove"> <assemblyIdentity name="Microsoft-Windows-ProfessionalEdition" version="10.0.22000.1" processorArchitecture="amd64" publicKeyToken="31bf3856ad364e35" language="neutral" /> </package> </servicing> </unattend> How should I adjust my XML to make it work?
Haven't you thought, that the problem is not in KB, but in the changes you done? And no NO LCU would install on your "HotPatch enabled" system?
Sorry. I don't share anymore. You can try: 1. 22621.1\25398.1 script by xinso. 2. gailium119's 22000 LTSC packages + modified 19044 LTSC License package. 3. For modification method, search help from members. e.g. Ace2 and winosr25.
xinso, I am always happy to learn, you know. Sometimes am asking same things few times, but that is only when I don't understand the answer Today I'd love to understand, what was your way to make AzureStackHCI work with full display and still get updates. No doubt, that is not the winosr25 way of providing a custom MUM and doing Unattend from ServerTurbine, you showed WU working. Am not asking for script, but for an idea, where to dig to, as want to achieve same myself Thanks
You usually post and leave. But I usually post and deleted soon. This is why you cannot get my help. I helped while you were gone. When you come back, I had deleted it. No, I don't post twice.
Thanks! Would you imagine, that I have a special folder for Notes, saved from your posts, which I usually access when face some technical problems. Good source of inspiration too sometimes! I have a lot to learn.
Nice. Does it install LCUs from Windows Update? Not modified? If yes, please, show which packages did you add for all the desktop features.
Wait patiently. Just finished. NOT ready for sharing... Who said so? winosr25's previous posts. New member here, but his\her words had not been eaten yet. You asked one, winosr25 gave more.
I would always prefer to repeat construction/reconstruction steps myslef, and not to download the created image. That gives me at least understanding what is inside and how to update it. If the solution winosr25 is showing without scirpt steps is not updatable, it is worthless. For HotPatch, - I would be happy to test it in real life workloads, - fortunately I have Azure Benefits enabled cluster to compare. So just installation of KB5039329 is not an achievement, we need a ServerTurbine VM on top of such cluster to see HotPatch and install LCUs with no reboots. Not simple. But if it is doable, next step would be to port same KB to WS2025 (and probably even to W11 24H2) to enable Hot patching of VMs without AzureStack or AzureStackHCI (yes, there is a big difference) at all.