Windows 10 Imaging, Customization and Deployment

Discussion in 'Windows 10' started by arseny92, Jan 31, 2015.

  1. tefor

    tefor MDL Senior Member

    Apr 5, 2017
    307
    235
    10
  2. KleineZiege

    KleineZiege MDL Expert

    Dec 11, 2018
    1,683
    1,932
    60
    That's normal, it has to jump to the other install.swm and continue exactly where it left off.

    In the meantime, there are enough programmes like Rufus that can handle an install.wim/esd that is larger than 4GB.
     
  3. Silent_Warrior

    Silent_Warrior MDL Junior Member

    Nov 5, 2018
    51
    22
    0
    Yeah,

    I just found it strange that he had to create each file (.SWM) with the full size of the image, instead of "incrementing" it with the partial size specified in the /Filesize parameter of Dism /Split-Image. And with this, exponentially increasing the time during the copying files process.

    I did a test here by splitting the WIM file into 4 parts of 1 GB.

    Thanks!
     
  4. KleineZiege

    KleineZiege MDL Expert

    Dec 11, 2018
    1,683
    1,932
    60
    #1185 KleineZiege, Jun 3, 2021
    Last edited: Jun 3, 2021
    4 parts a 1GB, I would divide them differently,
    I think the more parts you have, the longer it takes to find the next file.

    I don't know exactly how this works, whether every install.swm
    is looking for a hash, but jumping and finding the end of the file takes a lot of time.


    Code:
    Split Install.wim
    
    Dism /Split-Image /ImageFile:C:\images\install.wim /SWMFile:C:\images\swm\install.swm /FileSize:3000
     
  5. KleineZiege

    KleineZiege MDL Expert

    Dec 11, 2018
    1,683
    1,932
    60
    It looks good, as long as the split fits into the norm.
    You also have to consider that the hardware used also plays a role in how long it takes.
     
  6. Enthousiast

    Enthousiast MDL Tester

    Oct 30, 2009
    47,262
    94,712
    450
    The size of the swm files shouldn't really influence the install speed, the fact that they are swm does, setup needs to copy them first to be able to apply them, wim and esd can be applied directly.
     
  7. Silent_Warrior

    Silent_Warrior MDL Junior Member

    Nov 5, 2018
    51
    22
    0
    Exactly! With a single Install.wim file, this step runs much faster compared when using split files.

    This is just an experience report of someone who has nothing to do at home. :mocking:
     
  8. Chibi ANUBIS

    Chibi ANUBIS MDL Chibi Developer

    Apr 28, 2014
    1,237
    911
    60
    Hello ! the ADK for the 21H1 build is release ?
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  9. Enthousiast

    Enthousiast MDL Tester

    Oct 30, 2009
    47,262
    94,712
    450
    It's still 19041 based, the current 19041 ADK is still current.
     
  10. Atari800XL

    Atari800XL MDL Addicted

    Apr 3, 2011
    956
    1,675
    30
    And when you're right, you're right.
     
  11. tavrez

    tavrez MDL Senior Member

    Sep 28, 2015
    484
    315
    10
    Quick stupid question:
    If I wanna add an app to windows image, for using it in windows setup in command prompt(when you press shift-f10), in which .wim and which index I should put it in?
     
  12. abbodi1406

    abbodi1406 MDL KB0000001

    Feb 19, 2011
    16,209
    84,855
    340
    boot.wim index 2
     
  13. liliactr

    liliactr MDL Member

    Sep 3, 2009
    205
    83
    10
  14. steven4554

    steven4554 MDL Expert

    Jul 12, 2009
    1,429
    2,610
    60
    It might be designed to work with Server 2022, but it will work with other versions of Windows too.
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  15. drew84

    drew84 MDL Expert

    Mar 13, 2014
    1,354
    2,308
    60
    I believe what he is saying is: IF using Server 2022, use ONLY the 20348 ADK
     
  16. abbodi1406

    abbodi1406 MDL KB0000001

    Feb 19, 2011
    16,209
    84,855
    340
  17. oilernut

    oilernut MDL Senior Member

    Jul 8, 2007
    450
    346
    10