Windows 10 Imaging, Customization and Deployment

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

  1. tefor

    tefor MDL Senior Member

    Joined:
    Apr 5, 2017
    Messages:
    266
    Likes Received:
    212
    Trophy Points:
    10
  2. Silent_Warrior

    Silent_Warrior MDL Novice

    Joined:
    Nov 5, 2018
    Messages:
    28
    Likes Received:
    9
    Trophy Points:
    0
  3. KleineZiege

    KleineZiege MDL Addicted

    Joined:
    Dec 11, 2018
    Messages:
    525
    Likes Received:
    252
    Trophy Points:
    30
    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.
     
  4. Silent_Warrior

    Silent_Warrior MDL Novice

    Joined:
    Nov 5, 2018
    Messages:
    28
    Likes Received:
    9
    Trophy Points:
    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!
     
  5. KleineZiege

    KleineZiege MDL Addicted

    Joined:
    Dec 11, 2018
    Messages:
    525
    Likes Received:
    252
    Trophy Points:
    30
    #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
     
  6. Silent_Warrior

    Silent_Warrior MDL Novice

    Joined:
    Nov 5, 2018
    Messages:
    28
    Likes Received:
    9
    Trophy Points:
    0
  7. KleineZiege

    KleineZiege MDL Addicted

    Joined:
    Dec 11, 2018
    Messages:
    525
    Likes Received:
    252
    Trophy Points:
    30
    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.
     
  8. Enthousiast

    Enthousiast MDL Tester

    Joined:
    Oct 30, 2009
    Messages:
    35,561
    Likes Received:
    59,622
    Trophy Points:
    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.
     
  9. Silent_Warrior

    Silent_Warrior MDL Novice

    Joined:
    Nov 5, 2018
    Messages:
    28
    Likes Received:
    9
    Trophy Points:
    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:
     
  10. Chibi ANUBIS

    Chibi ANUBIS MDL Chibi Developer

    Joined:
    Apr 28, 2014
    Messages:
    1,046
    Likes Received:
    713
    Trophy Points:
    60
    Hello ! the ADK for the 21H1 build is release ?
     
  11. Enthousiast

    Enthousiast MDL Tester

    Joined:
    Oct 30, 2009
    Messages:
    35,561
    Likes Received:
    59,622
    Trophy Points:
    450
    It's still 19041 based, the current 19041 ADK is still current.
     
  12. Atari800XL

    Atari800XL MDL Addicted

    Joined:
    Apr 3, 2011
    Messages:
    899
    Likes Received:
    1,587
    Trophy Points:
    30
    And when you're right, you're right.
     
  13. tavrez

    tavrez MDL Senior Member

    Joined:
    Sep 28, 2015
    Messages:
    423
    Likes Received:
    287
    Trophy Points:
    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?
     
  14. abbodi1406

    abbodi1406 MDL KB0000001

    Joined:
    Feb 19, 2011
    Messages:
    12,067
    Likes Received:
    55,424
    Trophy Points:
    340
    boot.wim index 2
     
  15. liliactr

    liliactr MDL Member

    Joined:
    Sep 3, 2009
    Messages:
    193
    Likes Received:
    83
    Trophy Points:
    10
  16. steven4554

    steven4554 MDL Expert

    Joined:
    Jul 12, 2009
    Messages:
    1,117
    Likes Received:
    1,786
    Trophy Points:
    60
    It might be designed to work with Server 2022, but it will work with other versions of Windows too.
     
  17. drew84

    drew84 MDL Addicted

    Joined:
    Mar 13, 2014
    Messages:
    956
    Likes Received:
    1,490
    Trophy Points:
    30
    I believe what he is saying is: IF using Server 2022, use ONLY the 20348 ADK
     
  18. liliactr

    liliactr MDL Member

    Joined:
    Sep 3, 2009
    Messages:
    193
    Likes Received:
    83
    Trophy Points:
    10
  19. abbodi1406

    abbodi1406 MDL KB0000001

    Joined:
    Feb 19, 2011
    Messages:
    12,067
    Likes Received:
    55,424
    Trophy Points:
    340
  20. oilernut

    oilernut MDL Senior Member

    Joined:
    Jul 8, 2007
    Messages:
    397
    Likes Received:
    316
    Trophy Points:
    10