[Solved] help about merge win 11 & 10

Discussion in 'Windows 11' started by man100, Feb 23, 2022.

  1. man100

    man100 MDL Junior Member

    Sep 7, 2021
    52
    2
    0
    Hi
    I have 2 iso
    win 11_x64
    win 10_64 &32 bit

    How I can merge both in one iso
     
  2. Enthousiast

    Enthousiast MDL Tester

    Oct 30, 2009
    47,220
    94,593
    450
    Extract the install.wim files from both x64 ISOs and export all indexes from the win 11 install.wim to the win 10 x64 install.wim and put the install.wim in the win 10 ISO.

    Next download UUP > ISO, extract it to a folder and put the new win 10 x64 ISO and the existing win 10 x86 ISOs in the folder and run multi_arch_iso.cmd and run it, use option 1 to create a multi-arch iso with a x86/x64 combined install.wim or use option 2 to create a multi-arch ISO with two separate install.wim files.
     
  3. man100

    man100 MDL Junior Member

    Sep 7, 2021
    52
    2
    0
    Only I have one index for all iso's that is pro
    How I can export win11 install.wim to wim 10 install.wim
     
  4. man100

    man100 MDL Junior Member

    Sep 7, 2021
    52
    2
    0
    I am beginner
     
  5. shhnedo

    shhnedo MDL Expert

    Mar 20, 2011
    1,672
    2,223
    60
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  6. ceo54

    ceo54 MDL Addicted

    Aug 13, 2015
    867
    361
    30
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  7. example12345678912345678

    example12345678912345678 MDL Senior Member

    Dec 29, 2019
    498
    230
    10
    Export-Image transfers images from a wim file to another.
    Capture-Image is used for making a wim file from a folder/drive root.
    If you don't understand how to use command line tools, then there're many 3rd party GUI tools.
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  8. 1. Which wim image index of win10 & win11 do you need in a single wim or compressed esd or even split wim.
    2. export single index for example pro of win10 install wim via dism ++ .
    3. export single index For ex Pro of win11 via same dism ++ to win 10 single index image & put the final exported wim to iso using ULTRA ISO then enjoy .
     
  9. Enthousiast

    Enthousiast MDL Tester

    Oct 30, 2009
    47,220
    94,593
    450
  10. man100

    man100 MDL Junior Member

    Sep 7, 2021
    52
    2
    0
    I do the next
    Code:
    dism /Export-Image /SourceImageFile:C:\win11\sources\install.wim /index:1  /DestinationImageFile:C:\win10\sources\install.wim /index:1  /Compress:max
    but it is not work
     
  11. man100

    man100 MDL Junior Member

    Sep 7, 2021
    52
    2
    0
    I have only one index from install wim that is pro
    then I do this command
    Code:
    dism /Export-Image /SourceImageFile:C:\win11\sources\install.wim /index:1  /DestinationImageFile:C:\win10\sources\install.wim /index:1  /Compress:max
     
  12. man100

    man100 MDL Junior Member

    Sep 7, 2021
    52
    2
    0
    Code:
    dism /Export-Image /wimfile:C:\win11\sources\install.wim /index:1  /Driver:C:\win10\sources\install.wim /index:1  /Compress:max
     
  13. man100

    man100 MDL Junior Member

    Sep 7, 2021
    52
    2
    0
    What is the wrong?
     
  14. nothing wrong dear friend i thought you already have done it . if not where are you stuck now :)
    or
    shall i create a script for you that will do everything for this task .
     
  15. shhnedo

    shhnedo MDL Expert

    Mar 20, 2011
    1,672
    2,223
    60
    There's an example in the /export-image section of the page. Have a look at it and see what you're doing wrong.
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  16. man100

    man100 MDL Junior Member

    Sep 7, 2021
    52
    2
    0
    I hope you can help me via script that do everything for this task.
     
  17. Flipp3r

    Flipp3r MDL Expert

    Feb 11, 2009
    1,964
    907
    60
    Just check your commands again. You went from using /SourceImageFile and /DestinationImageFile to /Wimfile and /Driver. Why?
    Code:
    dism /export-image /?
    
    Deployment Image Servicing and Management tool
    Version: 10.0.19041.844
    
    
    /Export-Image {/SourceImageFile:<path_to_image_file> | [/SWMFile:<pattern>]}
      {/SourceIndex:<image_index> | /SourceName:<image_name>}
      /DestinationImageFile:<path_to_image_file> [/DestinationName:<Name>]
      {[/Compress:{fast|max|none|recovery}] [/Bootable] | [/WIMBoot]}
      [/CheckIntegrity]
    
      Exports a copy of the specified image to another file. The source and
      destination files must use the same compression type.
      Use /SWMFile to reference split WIM files (SWMs). <pattern> is the naming
      pattern and location of split files.
      Use /Compress to specify the type of compression used for the capture
      operation when exporting an image to a new WIM file.
      Use /Bootable to mark a Windows PE volume image as able to be booted.
      Use /WIMBoot to export an image that can be applied with WIMBoot
      configuration.
      Use /CheckIntegrity to detect and track WIM file corruption.
    
        Example:
          DISM.exe /Export-Image /SourceImageFile:install.wim /SourceIndex:1
            /DestinationImageFile:install2.wim
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  18. Ok i will create a script for you on sunday as you missed last one or else script will be already at your side.
     
  19. Enthousiast

    Enthousiast MDL Tester

    Oct 30, 2009
    47,220
    94,593
    450
    From:
    You use the source index switch wrong and twice, use it just one time and you have double spacings in the command lines.

    Correct line:
    Code:
    dism /Export-Image /SourceImageFile:"C:\win11\sources\install.wim" /SourceIndex:1 /DestinationImageFile:"C:\win10\sources\install.wim" /Compress:max
     
  20. ohenry

    ohenry MDL Senior Member

    Aug 10, 2009
    423
    252
    10
    I question the need for actually performing this task. USB flash drives are cheap, just have one for 10 and one for 11. Also makes life simpler when you need to upgrade the version on the flash drive.

    Of course, if you're just doing it as a learning experience, then more power to you, have fun!