Thank you for this. I was able to install FileServer-ServerCore but Dedup package still gives me error 0x800f081e. Currently I'm running win11 build 228. (194 was updated to 228 recently). Maybe i'm doing something wrong with the MUM of dedup, I just replace the version under parent tags.
Well, it perfectly works in 22471 - as AzureStackHCI of this build appeared. As well as shared VHDX support, which is now a separate feature (MUM/CAT assembly which doesn't require to install full Cluster feature as with previous server builds)
After update to 22478 (Windows update), had to boot to PE (from setup UFD) and offline add same packages, changing version to 22478 in first string of MUMs (only there)
Please ask kibkalo. His is nice. I am busy now. https://forums.mydigitallife.net/th...crosoft-windows-10.57189/page-38#post-1697277
I'm currently using Win11 22000.283 build, is there a working way to get dedup to work? I've tried to modify mums, tried various packages, but nothing works for me.
I was able to install both Dedup and Fileserver packages with success status, but when I try to enable Dedup feature I get error 50.
Now there is no error reported as "unable to access the image", but the message The specified package is not applicable to this image is prompted. I check that the system version is 22471.1000, and the version number of MUM is also 22471.1000. thanks
Post your MUM here as CODE My is smth like: Code: <?xml version="1.0" encoding="utf-8" standalone="yes"?> <assembly xmlns="urn:schemas-microsoft-com:asm.v3" manifestVersion="1.0" copyright="Copyright (c) Microsoft Corporation. All Rights Reserved."> <assemblyIdentity name="Microsoft-Windows-Dedup-Package" version="10.0.22483.1000" processorArchitecture="amd64" language="neutral" buildType="release" publicKeyToken="31bf3856ad364e35" /> <package identifier="Microsoft-Windows-Dedup-Package" releaseType="Feature Pack"> <update description="Reduces the amount of physical storage required for data by applying chunk-level deduplication and compression" displayName="Data Deduplication" name="Dedup-Core"> <mum2:customInformation xmlns:mum2="urn:schemas-microsoft-com:asm.v3"> <ServerComponent Description="Data Deduplication saves disk space by storing a single copy of identical data on the volume." DisplayName="Data Deduplication" Id="627" Type="Feature" UniqueName="FS-Data-Deduplication"> <Deploys> <Update Name="Dedup-Core" /> </Deploys> <SystemServices> <SystemService DefaultMonitoring="true" Name="ddpsvc" /> </SystemServices> </ServerComponent> </mum2:customInformation> <component> <assemblyIdentity name="Microsoft-Windows-Dedup-Deployment" version="10.0.22471.1000" processorArchitecture="amd64" language="neutral" buildType="release" publicKeyToken="31bf3856ad364e35" versionScope="nonSxS" /> </component> </update> </package> </assembly>
thanks for your help: HTML: <?xml version="1.0" encoding="utf-8" standalone="yes"?> <assembly xmlns="urn:schemas-microsoft-com:asm.v3" manifestVersion="1.0" copyright="Copyright (c) Microsoft Corporation. All Rights Reserved."> <assemblyIdentity name="Microsoft-Windows-Dedup-Package" version="10.0.22471.1000" processorArchitecture="amd64" language="neutral" buildType="release" publicKeyToken="31bf3856ad364e35" /> <package identifier="Microsoft-Windows-Dedup-Package" releaseType="Feature Pack"> <parent integrate="delegate"> <assemblyIdentity name="Microsoft-Windows-FileServer-Core-Package" version="10.0.22471.1000" processorArchitecture="amd64" language="neutral" buildType="release" publicKeyToken="31bf3856ad364e35" /> </parent> <parent integrate="delegate"> <assemblyIdentity name="Microsoft-Windows-FileServer-NanoServer-Package" version="10.0.22471.1000" processorArchitecture="amd64" language="neutral" buildType="release" publicKeyToken="31bf3856ad364e35" /> </parent> <parent integrate="delegate"> <assemblyIdentity name="Microsoft-Windows-Foundation-Package" version="10.0.22471.1000" processorArchitecture="amd64" language="neutral" buildType="release" publicKeyToken="31bf3856ad364e35" /> </parent> <parent integrate="delegate"> <assemblyIdentity name="Microsoft-Windows-ServerCore-Package" version="10.0.22471.1000" processorArchitecture="amd64" language="neutral" buildType="release" publicKeyToken="31bf3856ad364e35" /> </parent> <update description="Reduces the amount of physical storage required for data by applying chunk-level deduplication and compression" displayName="Data Deduplication" name="Dedup-Core"> <mum2:customInformation xmlns:mum2="urn:schemas-microsoft-com:asm.v3"> <ServerComponent Description="Data Deduplication saves disk space by storing a single copy of identical data on the volume." DisplayName="Data Deduplication" Id="436" Parent="File-Services" Type="RoleService" UniqueName="FS-Data-Deduplication"> <NonAncestorDependencies> <ServerComponent UniqueName="FS-FileServer" /> </NonAncestorDependencies> <Deploys> <Update Name="Dedup-Core" /> </Deploys> <SystemServices> <SystemService DefaultMonitoring="false" Name="ddpsvc" /> </SystemServices> </ServerComponent> </mum2:customInformation> <applicable disposition="detect"> <detectUpdate> <parent name="CoreFileServer" /> </detectUpdate> </applicable> <selectable disposition="staged"> <detectNone default="false" /> </selectable> <component> <assemblyIdentity name="Microsoft-Windows-Dedup-Deployment" version="10.0.22471.1000" processorArchitecture="amd64" language="neutral" buildType="release" publicKeyToken="31bf3856ad364e35" versionScope="nonSxS" /> </component> </update> </package> </assembly>
To simplify remove everything in <parent integrate="delegate"> </parent> (including the tags) Also remove <NonAncestorDependencies> <ServerComponent UniqueName="FS-FileServer" /> </NonAncestorDependencies> and <applicable disposition="detect"> <detectUpdate> <parent name="CoreFileServer" /> </detectUpdate> </applicable> Set DefaultMonitoring="true" Look at my mum again and retry
I've done all of this and I can install both packages, when I try to enable the feature I get error 50 on Win11 build 22000.282
It looks like MEGA took down your account. Thanks though. Any alternatives for these files or the rest of your toolkit?