Windows 10 Hotfix Repository

Discussion in 'Windows 10' started by Tito, Oct 1, 2014.

  1. abbodi1406

    abbodi1406 MDL KB0000001

    Joined:
    Feb 19, 2011
    Messages:
    12,069
    Likes Received:
    55,429
    Trophy Points:
    340
    Setup no longer restart and return to the beginning?

    i simply excluded adding LCU to boot.wim
    it seems there is an issue or certain combination cause the problem

    BTW, do you use the sources dynamic updates kb4039556 / kb4532820?
     
  2. sonic9

    sonic9 MDL Junior Member

    Joined:
    Aug 4, 2009
    Messages:
    88
    Likes Received:
    36
    Trophy Points:
    0
  3. SAM-R

    SAM-R MDL Guru

    Joined:
    Mar 21, 2015
    Messages:
    4,836
    Likes Received:
    4,443
    Trophy Points:
    150
    Look at Post #10614
    Enthousiast said

    Inplace upgrade is not working for 20H2 atm, uninstall the 20H2 EP to downgrade to 19041.508 and you can do an inplace upgrade.
     
  4. rwayboy

    rwayboy MDL Novice

    Joined:
    May 17, 2017
    Messages:
    32
    Likes Received:
    4
    Trophy Points:
    0
    How do you create an additional index in the wim file though? I followed the microsoft link that you posted and I successfully upgraded the windows 10 edition from Pro to Enterprise but I still see just 1 index in the wim file. How do I make the wim image to have 2 indexes (1 for pro and 1 for enterprise) ?
     
  5. Enthousiast

    Enthousiast MDL Tester

    Joined:
    Oct 30, 2009
    Messages:
    35,567
    Likes Received:
    59,638
    Trophy Points:
    450
    Generic example:
    Code:
    Dism /mount-wim /wimfile:install.wim /index:1 /mountdir:c:\mount
    dism /Image:C:\Mount /Set-Edition:Enterprise /Channel:Volume
    dism /Unmount-Image /MountDir:C:\Mount /commit /append
    Next you have to set the flag for index 2 after appending the new sku.
    Code:
    imagex.exe /flags "Enterprise" /info "install.wim" 2 "Windows 10 Enterprise" "Windows 10 Enterprise"
    
    On windows 10 you need to have any ADK for 10 installed to be able to use imagex, or provide imagex manually.
     
  6. Enthousiast

    Enthousiast MDL Tester

    Joined:
    Oct 30, 2009
    Messages:
    35,567
    Likes Received:
    59,638
    Trophy Points:
    450
  7. KleineZiege

    KleineZiege MDL Addicted

    Joined:
    Dec 11, 2018
    Messages:
    526
    Likes Received:
    255
    Trophy Points:
    30
    Does version W10UI v8.6 have problems with the LTSB2016 X64 ?
     
  8. Schroedinger2015

    Schroedinger2015 MDL Member

    Joined:
    Jul 16, 2015
    Messages:
    172
    Likes Received:
    115
    Trophy Points:
    10
    I think I'll stay with 19042.508 as it's working fine. Furthermore the 538 CU is missing on UUPdump and even on the Microsoft Insider Preview channel.
     
  9. SAM-R

    SAM-R MDL Guru

    Joined:
    Mar 21, 2015
    Messages:
    4,836
    Likes Received:
    4,443
    Trophy Points:
    150
  10. sonic9

    sonic9 MDL Junior Member

    Joined:
    Aug 4, 2009
    Messages:
    88
    Likes Received:
    36
    Trophy Points:
    0
  11. KleineZiege

    KleineZiege MDL Addicted

    Joined:
    Dec 11, 2018
    Messages:
    526
    Likes Received:
    255
    Trophy Points:
    30
    version 8.7 is only for LTSB2016 ? Or for all Windows 10 Versions.
     
  12. sonic9

    sonic9 MDL Junior Member

    Joined:
    Aug 4, 2009
    Messages:
    88
    Likes Received:
    36
    Trophy Points:
    0
    all versions but it's just a test version, no yet released, it was done to confirm skipping updating boot.wim fix ltsb2016 incompatibilty
     
  13. KleineZiege

    KleineZiege MDL Addicted

    Joined:
    Dec 11, 2018
    Messages:
    526
    Likes Received:
    255
    Trophy Points:
    30
    #10633 KleineZiege, Sep 16, 2020
    Last edited: Sep 16, 2020
    I have no problems with W10UI Version v8.6 and the LTSB 2016 14393.3930 X64

    Edit:
    there is a problem

    Code:
    ============================================================
    [1] Target (x64): "e:"
    
    [2] Updates: "c:\14393.3930"
    
    [3] DISM: "Windows 10 ADK"
    
    [4] Enable .NET 3.5: YES
    
    [5] Cleanup System Image: NO
    
    [7] Update WinRE.wim: YES
    
    [M] Mount Directory: "C:\W10UImount_3722"
    
    [E] Extraction Directory: "C:\W10UItemp_11074"
    
    ============================================================
    Change a menu option, press 0 to start the process, or 9 to exit:
    Code:
    ============================================================
    Running W10UI v8.6
    ============================================================
    
    ============================================================
    Copying DVD Drive contents to work directory
    ============================================================
    
    ============================================================
    Extracting .cab files from .msu files
    ============================================================
    
    1/6: windows10.0-kb4486129-x64_Netframework.4.8.msu
    2/6: windows10.0-kb4561600-x64_Adobe.Flash.msu
    3/6: windows10.0-kb4565912-x64_SSU_3801.1.1.msu
    4/6: windows10.0-kb4576479-x64-NDP48_CU_4240.2.msu
    5/6: windows10.0-kb4576750-x64_SSU_3926.1.3.msu
    6/6: windows10.0-kb4577015-x64_LCU_3930.1.5.msu
    
    ============================================================
    Extracting files from update cabinets (.cab)
    *** This will require some disk space, please be patient ***
    ============================================================
    
    1/6: Windows10.0-KB4486129-x64.cab [NetFx]
    2/6: Windows10.0-KB4561600-x64.cab [Flash]
    3/6: Windows10.0-KB4565912-x64.cab [SSU]
    4/6: Windows10.0-KB4576479-x64-NDP48.cab [NetFx]
    5/6: Windows10.0-KB4576750-x64.cab [SSU]
    6/6: Windows10.0-KB4577015-x64.cab [LCU]
    
    ============================================================
    Mounting sources\install.wim - index 1/1
    ============================================================
    
    Deployment Image Servicing and Management tool
    Version: 10.0.19041.1
    
    Mounting image
    [==========================100.0%==========================]
    The operation completed successfully.
    
    ============================================================
    Checking Updates...
    ============================================================
    
    ============================================================
    Installing servicing stack update...
    ============================================================
    
    Deployment Image Servicing and Management tool
    Version: 10.0.19041.1
    
    Image Version: 10.0.14393.0
    
    Processing 1 of 2 - Adding package Package_for_KB4565912~31bf3856ad364e35~amd64~~14393.3801.1.1
    [==========================100.0%==========================]
    Processing 2 of 2 - Adding package Package_for_KB4576750~31bf3856ad364e35~amd64~~14393.3926.1.3
    [==========================100.0%==========================]
    The operation completed successfully.
    
    ============================================================
    Installing updates...
    ============================================================
    
    Deployment Image Servicing and Management tool
    Version: 10.0.19041.1
    
    Image Version: 10.0.14393.3926
    
    Processing 1 of 3 - Adding package Package_for_KB4486129~31bf3856ad364e35~amd64~~10.0.1.3106
    [==========================100.0%==========================]
    Processing 2 of 3 - Adding package Package_for_KB4561600~31bf3856ad364e35~amd64~~10.0.1.0
    [==========================100.0%==========================]
    Processing 3 of 3 - Adding package Package_for_DotNetRollup~31bf3856ad364e35~amd64~~10.0.4240.2
    [==========================100.0%==========================]
    The operation completed successfully.
    
    Deployment Image Servicing and Management tool
    Version: 10.0.19041.1
    
    Image Version: 10.0.14393.3926
    
    Processing 1 of 1 - Adding package Package_for_RollupFix~31bf3856ad364e35~amd64~~14393.3930.1.5
    [==========================100.0%==========================]
    The operation completed successfully.
    
    ============================================================
    Adding .NET Framework 3.5 feature
    ============================================================
    
    Deployment Image Servicing and Management tool
    Version: 10.0.19041.1
    
    Image Version: 10.0.14393.3926
    
    Enabling feature(s)
    [==========================100.0%==========================]
    The operation completed successfully.
    
    ============================================================
    Reinstalling cumulative update(s)...
    ============================================================
    
    Deployment Image Servicing and Management tool
    Version: 10.0.19041.1
    
    Image Version: 10.0.14393.3926
    
    Processing 1 of 1 - Adding package Package_for_RollupFix~31bf3856ad364e35~amd64~~14393.3930.1.5
    [==========================100.0%==========================]
    The operation completed successfully.
    
    ============================================================
    Updating winre.wim
    ============================================================
    
    Deployment Image Servicing and Management tool
    Version: 10.0.19041.1
    
    Mounting image
    [==========================100.0%==========================]
    The operation completed successfully.
    
    Deployment Image Servicing and Management tool
    Version: 10.0.19041.1
    
    Image Version: 10.0.14393.0
    
    Processing 1 of 2 - Adding package Package_for_KB4565912~31bf3856ad364e35~amd64~~14393.3801.1.1
    [==========================100.0%==========================]
    Processing 2 of 2 - Adding package Package_for_KB4576750~31bf3856ad364e35~amd64~~14393.3926.1.3
    [==========================100.0%==========================]
    The operation completed successfully.
    
    Deployment Image Servicing and Management tool
    Version: 10.0.19041.1
    
    Image Version: 10.0.14393.3926
    
    Processing 1 of 1 - Adding package Package_for_RollupFix~31bf3856ad364e35~amd64~~14393.3930.1.5
    [==========================100.0%==========================]
    The operation completed successfully.
    
    Deployment Image Servicing and Management tool
    Version: 10.0.19041.1
    
    Image Version: 10.0.14393.3926
    
    [==========================100.0%==========================]
    The operation completed successfully.
    
    Deployment Image Servicing and Management tool
    Version: 10.0.19041.1
    
    Image File : C:\W10UI_8.6\winre.wim
    Image Index : 1
    Saving image
    [==========================100.0%==========================]
    Unmounting image
    [==========================100.0%==========================]
    The operation completed successfully.
    
    Deployment Image Servicing and Management tool
    Version: 10.0.19041.1
    
    Exporting image
    [==========================100.0%==========================]
    The operation completed successfully.
    
    ============================================================
    Adding updated winre.wim
    ============================================================
    
            1 Datei(en) kopiert.
    
    ============================================================
    Unmounting sources\install.wim - index 1/1
    ============================================================
    
    Deployment Image Servicing and Management tool
    Version: 10.0.19041.1
    
    Image File : C:\W10UI_8.6\DVD10UI\sources\install.wim
    Image Index : 1
    Saving image
    [==========================100.0%==========================]
    Unmounting image
    [==========================100.0%==========================]
    The operation completed successfully.
    
    ============================================================
    Rebuilding sources\install.wim
    ============================================================
    
    Deployment Image Servicing and Management tool
    Version: 10.0.19041.1
    
    Exporting image
    [==========================100.0%==========================]
    The operation completed successfully.
    
    ============================================================
    Mounting sources\boot.wim - index 1/2
    ============================================================
    
    Deployment Image Servicing and Management tool
    Version: 10.0.19041.1
    
    Mounting image
    [==========================100.0%==========================]
    The operation completed successfully.
    
    ============================================================
    Checking Updates...
    ============================================================
    
    ============================================================
    Installing servicing stack update...
    ============================================================
    
    Deployment Image Servicing and Management tool
    Version: 10.0.19041.1
    
    Image Version: 10.0.14393.0
    
    Processing 1 of 2 - Adding package Package_for_KB4565912~31bf3856ad364e35~amd64~~14393.3801.1.1
    [==========================100.0%==========================]
    Processing 2 of 2 - Adding package Package_for_KB4576750~31bf3856ad364e35~amd64~~14393.3926.1.3
    [==========================100.0%==========================]
    The operation completed successfully.
    
    ============================================================
    Installing updates...
    ============================================================
    
    Deployment Image Servicing and Management tool
    Version: 10.0.19041.1
    
    Image Version: 10.0.14393.3926
    
    Processing 1 of 1 - Adding package Package_for_RollupFix~31bf3856ad364e35~amd64~~14393.3930.1.5
    [==========================100.0%==========================]
    The operation completed successfully.
    
    ============================================================
    Resetting WinPE image base
    ============================================================
    
    Deployment Image Servicing and Management tool
    Version: 10.0.19041.1
    
    Image Version: 10.0.14393.3926
    
    [===========================99.3%========================= ]
    The operation completed successfully.
    
    ============================================================
    Unmounting sources\boot.wim - index 1/2
    ============================================================
    
    Deployment Image Servicing and Management tool
    Version: 10.0.19041.1
    
    Image File : C:\W10UI_8.6\DVD10UI\sources\boot.wim
    Image Index : 1
    Saving image
    [==========================100.0%==========================]
    Unmounting image
    [==========================100.0%==========================]
    The operation completed successfully.
    
    ============================================================
    Mounting sources\boot.wim - index 2/2
    ============================================================
    
    Deployment Image Servicing and Management tool
    Version: 10.0.19041.1
    
    Mounting image
    [==========================100.0%==========================]
    The operation completed successfully.
    
    ============================================================
    Checking Updates...
    ============================================================
    
    ============================================================
    Installing servicing stack update...
    ============================================================
    
    Deployment Image Servicing and Management tool
    Version: 10.0.19041.1
    
    Image Version: 10.0.14393.0
    
    Processing 1 of 2 - Adding package Package_for_KB4565912~31bf3856ad364e35~amd64~~14393.3801.1.1
    [==========================100.0%==========================]
    Processing 2 of 2 - Adding package Package_for_KB4576750~31bf3856ad364e35~amd64~~14393.3926.1.3
    [==========================100.0%==========================]
    The operation completed successfully.
    
    ============================================================
    Installing updates...
    ============================================================
    
    Deployment Image Servicing and Management tool
    Version: 10.0.19041.1
    
    Image Version: 10.0.14393.3926
    
    Processing 1 of 1 - Adding package Package_for_RollupFix~31bf3856ad364e35~amd64~~14393.3930.1.5
    [==========================100.0%==========================]
    The operation completed successfully.
    
    ============================================================
    Resetting WinPE image base
    ============================================================
    
    Deployment Image Servicing and Management tool
    Version: 10.0.19041.1
    
    Image Version: 10.0.14393.3926
    
    [==========================100.0%==========================]
    The operation completed successfully.
    
    ============================================================
    Unmounting sources\boot.wim - index 2/2
    ============================================================
    
    Deployment Image Servicing and Management tool
    Version: 10.0.19041.1
    
    Image File : C:\W10UI_8.6\DVD10UI\sources\boot.wim
    Image Index : 2
    Saving image
    [==========================100.0%==========================]
    Unmounting image
    [==========================100.0%==========================]
    The operation completed successfully.
    
    ============================================================
    Rebuilding sources\boot.wim
    ============================================================
    
    Deployment Image Servicing and Management tool
    Version: 10.0.19041.1
    
    Exporting image
    [==========================100.0%==========================]
    Exporting image
    [==========================100.0%==========================]
    The operation completed successfully.
    
    ============================================================
    Removing temporary extracted files...
    ============================================================
    
    
    ============================================================
    Creating updated ISO file...
    ============================================================
    
    OSCDIMG 2.56 CD-ROM and DVD-ROM Premastering Utility
    Copyright (C) Microsoft, 1993-2012. All rights reserved.
    Licensed only for producing Microsoft authorized content.
    
    
    Scanning source tree (500 files in 14 directories)
    Scanning source tree complete (988 files in 97 directories)
    
    Computing directory information complete
    
    Image file is 5035098112 bytes (before optimization)
    
    Writing 988 files in 97 directories to Win10_14393.3930_x64_2020-09-16.iso
    
    100% complete
    
    Storage optimization saved 31 files, 14678016 bytes (1% of image)
    
    After optimization, image file is 5022693376 bytes
    Space saved because of embedding, sparseness or optimization = 14678016
    
    Done.
    
    ============================================================
       Finished
    ============================================================
    
    
    Press 9 to exit.
    
    there is a problem :(
     

    Attached Files:

  14. sonic9

    sonic9 MDL Junior Member

    Joined:
    Aug 4, 2009
    Messages:
    88
    Likes Received:
    36
    Trophy Points:
    0
    do not use "Easy install" , use classic empty vm then boot from iso , 1st file copy will be done then exit instead reboot automatically after 10 seconds.
    btw, if you can try x86,
    with 8.6 I get vmware cpu fault error
    with 8.7-test , boot ok, 1st file copy ok, but oobe bug after user creation.
     
  15. Enthousiast

    Enthousiast MDL Tester

    Joined:
    Oct 30, 2009
    Messages:
    35,567
    Likes Received:
    59,638
    Trophy Points:
    450
  16. sonic9

    sonic9 MDL Junior Member

    Joined:
    Aug 4, 2009
    Messages:
    88
    Likes Received:
    36
    Trophy Points:
    0
    for me, with 8.7 test, vmware 15.5, ltsb 2016 x64 , with or without DU , all was ok
    can you test x86 ?
     
  17. Enthousiast

    Enthousiast MDL Tester

    Joined:
    Oct 30, 2009
    Messages:
    35,567
    Likes Received:
    59,638
    Trophy Points:
    450
  18. KleineZiege

    KleineZiege MDL Addicted

    Joined:
    Dec 11, 2018
    Messages:
    526
    Likes Received:
    255
    Trophy Points:
    30
    certainly means old SSU :oops:
     
  19. KleineZiege

    KleineZiege MDL Addicted

    Joined:
    Dec 11, 2018
    Messages:
    526
    Likes Received:
    255
    Trophy Points:
    30
    @ Enthousiast with what kind of program are you doing your screen recordings
     
  20. sonic9

    sonic9 MDL Junior Member

    Joined:
    Aug 4, 2009
    Messages:
    88
    Likes Received:
    36
    Trophy Points:
    0