Windows 10 Hotfix Repository

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

  1. GTK48

    GTK48 MDL Senior Member

    Jun 7, 2009
    306
    111
    10
    I am on 19042.508 The Download went well and the only option was to clean install.
     
  2. Enthousiast

    Enthousiast MDL Tester

    Oct 30, 2009
    49,647
    103,306
    450
    Inplace upgrade is not working for 20H2 atm, uninstall the 20H2 EP to downgrade to 19041.508 and you can do an inplace upgrade.
     
  3. GTK48

    GTK48 MDL Senior Member

    Jun 7, 2009
    306
    111
    10
  4. KleineZiege

    KleineZiege MDL Expert

    Dec 11, 2018
    1,849
    2,099
    60
  5. sonic9

    sonic9 MDL Member

    Aug 4, 2009
    177
    66
    10
    #10607 sonic9, Sep 15, 2020
    Last edited: Sep 15, 2020
    w10ui updates integration for 1607 LTSB x64 is fixed ! good job

    edit: x86 boot now in vmware (no more vmware cpu fault) and 1st copy with normal restart.
    edit2: but can't pass oobe with x86
     
  6. Schroedinger2015

    Schroedinger2015 MDL Member

    Jul 16, 2015
    229
    150
    10
    I've tried every possible fix but I'm unable to install latest 19042.538 CU (I'm with 19042.508).

    DISM /Online /Cleanup-Image /ScanHealth doesn't report any error at all.

    Same using SFC /scannow (no integrity errors at all).

    But installing 19042.538 CU gives me 0x800f0988 error, while if I unpack cab and do a different installation the reported error is 0x800f0984.

    Few days ago I've used the DISM /Online /Cleanup-Image /StartComponentCleanup command and after the same syntax command with the /ResetBase option.

    I don't know if this could be the reason. I'd like to try latest CU but I could do a secure erase and a clean install using the UUP Dump ISO 19042.538.

    Any help would be very appreciated.
     
  7. abbodi1406

    abbodi1406 MDL KB0000001

    Feb 19, 2011
    17,190
    90,665
    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?
     
  8. sonic9

    sonic9 MDL Member

    Aug 4, 2009
    177
    66
    10
  9. SAM-R

    SAM-R MDL Guru

    Mar 21, 2015
    5,914
    5,753
    180
    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.
     
  10. rwayboy

    rwayboy MDL Novice

    May 17, 2017
    37
    4
    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) ?
     
  11. Enthousiast

    Enthousiast MDL Tester

    Oct 30, 2009
    49,647
    103,306
    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.
     
  12. Enthousiast

    Enthousiast MDL Tester

    Oct 30, 2009
    49,647
    103,306
    450
  13. KleineZiege

    KleineZiege MDL Expert

    Dec 11, 2018
    1,849
    2,099
    60
    Does version W10UI v8.6 have problems with the LTSB2016 X64 ?
     
  14. Schroedinger2015

    Schroedinger2015 MDL Member

    Jul 16, 2015
    229
    150
    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.
     
  15. sonic9

    sonic9 MDL Member

    Aug 4, 2009
    177
    66
    10
  16. KleineZiege

    KleineZiege MDL Expert

    Dec 11, 2018
    1,849
    2,099
    60
    version 8.7 is only for LTSB2016 ? Or for all Windows 10 Versions.
     
  17. sonic9

    sonic9 MDL Member

    Aug 4, 2009
    177
    66
    10
    all versions but it's just a test version, no yet released, it was done to confirm skipping updating boot.wim fix ltsb2016 incompatibilty