Working Deduplication files for Microsoft Windows 10

Discussion in 'Windows 10' started by dreamss, Oct 4, 2014.

  1. RyLoS

    RyLoS MDL Novice

    Jan 15, 2008
    10
    0
    0
    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.
     
  2. xinso

    xinso MDL Guru

    Mar 5, 2009
    13,685
    14,419
    340
  3. kibkalo

    kibkalo MDL Expert

    Sep 8, 2009
    1,025
    362
    60
    Well, it perfectly works in 22471 - as AzureStackHCI of this build appeared.
    upload_2021-10-15_5-36-41.png
    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)
    upload_2021-10-15_5-38-12.png
     
  4. kibkalo

    kibkalo MDL Expert

    Sep 8, 2009
    1,025
    362
    60
    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)
     
  5. xinso

    xinso MDL Guru

    Mar 5, 2009
    13,685
    14,419
    340
    Wrong post. Sorrry.
     
  6. xinso

    xinso MDL Guru

    Mar 5, 2009
    13,685
    14,419
    340
  7. RyLoS

    RyLoS MDL Novice

    Jan 15, 2008
    10
    0
    0
    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.
     
  8. MSMG

    MSMG MDL Developer

    Jul 15, 2011
    6,414
    15,608
    210
    As xinso said you need to modify the mum files and install or integrate the cab offline

     
  9. RyLoS

    RyLoS MDL Novice

    Jan 15, 2008
    10
    0
    0
    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.
     
  10. HardyLi

    HardyLi MDL Novice

    Oct 4, 2018
    9
    0
    0
    I am prompted “unable to access the image” in the WINRE environment, what should I do? Thanks!
     
  11. kibkalo

    kibkalo MDL Expert

    Sep 8, 2009
    1,025
    362
    60
    Disable Bitlocker?
     
  12. HardyLi

    HardyLi MDL Novice

    Oct 4, 2018
    9
    0
    0
    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
     
  13. kibkalo

    kibkalo MDL Expert

    Sep 8, 2009
    1,025
    362
    60
    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>
    
    
     
  14. HardyLi

    HardyLi MDL Novice

    Oct 4, 2018
    9
    0
    0
    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>
     
  15. kibkalo

    kibkalo MDL Expert

    Sep 8, 2009
    1,025
    362
    60
    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
     
  16. RyLoS

    RyLoS MDL Novice

    Jan 15, 2008
    10
    0
    0
    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
     
  17. GrrArrg

    GrrArrg MDL Novice

    Jun 3, 2015
    5
    0
    0
    It looks like MEGA took down your account. Thanks though.

    Any alternatives for these files or the rest of your toolkit?

     
  18. TrueFriend

    TrueFriend MDL Novice

    Feb 9, 2012
    38
    5
    0