[DISCUSSION] Windows 11 Enterprise/IoT Enterprise (N) LTSC 2024 (24H2 / 26100.x)

Discussion in 'Windows 11' started by Enthousiast, Apr 26, 2024.

  1. Enthousiast

    Enthousiast MDL Tester

    Oct 30, 2009
    50,604
    107,820
    450
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  2. Bob.D

    Bob.D MDL Junior Member

    Mar 22, 2010
    79
    8
    0
    I already did. So it looks like my hardware is unsupported even for IoT Win11.
     
  3. Enthousiast

    Enthousiast MDL Tester

    Oct 30, 2009
    50,604
    107,820
    450
    It should be supported:
    Code:
    Instruction Set Extensions Intel® SSE4.1, Intel® SSE4.2 
    But i doubt you will be happy when you got it to run any 24H2 SKU.

    You can try Win 11 Boot And Upgrade FiX KiT (v5.1f Released!!!) not specially for the fixes but the Diskpart & Apply image option, this skips the official setup and applies the image directly to the drive.

    Personally i would just run (IoT) Enterprise 2021 LTSC and enjoy it for a few years.
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  4. kyrcy

    kyrcy MDL Member

    Feb 25, 2020
    241
    15
    10
    Win11 installs fine on older systems, are you sure the problem is not the installation media you are using?
     
  5. Bob.D

    Bob.D MDL Junior Member

    Mar 22, 2010
    79
    8
    0
    I am not! But I only did what I always do. If install.wim doesn't fit, I move the folder on a second partition. Maybe this doesn't work here? Is there an easy solution to that problem, some tutorial is needed, not an expert at all on this stuff.
     
  6. Enthousiast

    Enthousiast MDL Tester

    Oct 30, 2009
    50,604
    107,820
    450
    A tutorial for what? You got some info and tips, did you test them?
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  7. Bob.D

    Bob.D MDL Junior Member

    Mar 22, 2010
    79
    8
    0
    What to do if the install.wim is too big for FAT32, explained for dummies. ;)
     
  8. Bob.D

    Bob.D MDL Junior Member

    Mar 22, 2010
    79
    8
    0
    No, doesn't look to be the problem in my case and I don't want to go to esoteric.
     
  9. Enthousiast

    Enthousiast MDL Tester

    Oct 30, 2009
    50,604
    107,820
    450
    #2789 Enthousiast, Apr 13, 2025
    Last edited: Apr 13, 2025
    (OP)
    Split it into multiple split wim files or compress it to install.esd?

    Split:
    Code:
    Dism.exe /Split-Image /ImageFile:"install.wim" /SWMFile:"install.swm" /FileSize:4000
    Compress:
    Code:
    dism /Export-Image /SourceImageFile:"install.wim" /all /DestinationImageFile:"instal.esd" /Compress:recovery
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  10. Enthousiast

    Enthousiast MDL Tester

    Oct 30, 2009
    50,604
    107,820
    450
    Esoteric?
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  11. Bob.D

    Bob.D MDL Junior Member

    Mar 22, 2010
    79
    8
    0
    That worked, compressing not, even after adding an "i". So I will just replace the original with those two files. I will report back if this helped. If not, I will go back to Win10 IoT, thanks.
     
  12. Andrew1968

    Andrew1968 MDL Junior Member

    Nov 3, 2024
    58
    52
    0
  13. Bob.D

    Bob.D MDL Junior Member

    Mar 22, 2010
    79
    8
    0
    #2793 Bob.D, Apr 13, 2025
    Last edited: Apr 13, 2025
    That did it! My old trick with two partitions etc. was the problem. Big thanks @Enthousiast
     
  14. Enthousiast

    Enthousiast MDL Tester

    Oct 30, 2009
    50,604
    107,820
    450
    Compress install.wim > install.esd:
    Code:
    E:\Test>dism /Export-Image /SourceImageFile:"install.wim" /all /DestinationImageFile:"install.esd" /Compress:recovery
    
    Deployment Image Servicing and Management tool
    Version: 10.0.19041.3636
    
    Exporting image
    [==========================100.0%==========================]
    Exporting image
    [==========================100.0%==========================]
    Exporting image
    [==========================100.0%==========================]
    Exporting image
    [==========================100.0%==========================]
    Exporting image
    [==========================100.0%==========================]
    Exporting image
    [==========================100.0%==========================]
    Exporting image
    [==========================100.0%==========================]
    Exporting image
    [==========================100.0%==========================]
    The operation completed successfully.
    
    Code:
    Name: install.esd
    Size: 7115594148 bytes : 6785 MiB
    
    But if the install.esd still is to large for FAT32 (>4000MB) then you can split that install.esd to multiple install.swm files too, you can only use the split install.esd files with 24H2 setup:
    Code:
    Dism.exe /Split-Image /ImageFile:"install.esd" /SWMFile:"install.swm" /FileSize:4000
    Running:
    Code:
    E:\Test>Dism.exe /Split-Image /ImageFile:"install.esd" /SWMFile:"install.swm" /FileSize:4000
    
    Deployment Image Servicing and Management tool
    Version: 10.0.19041.3636
    
    The operation completed successfully.
    
    Code:
    Name: install.swm
    Size: 4155615830 bytes : 3963 MiB
    
    Name: install2.swm
    Size: 2936038562 bytes : 2800 MiB
    
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  15. Bob.D

    Bob.D MDL Junior Member

    Mar 22, 2010
    79
    8
    0
    #2795 Bob.D, Apr 13, 2025
    Last edited: Apr 13, 2025
    Code:
    PS C:\New folder> dism /Export-Image /SourceImageFile:"install.wim" /all /DestinationImageFile:"install.esd" /Compress:recovery
    
    Deployment Image Servicing and Management tool
    Version: 10.0.26100.1150
    
    
    Error: 87
    
    A required option is missing from the command-line.
    Ensure that /index or /name is specified.
    
    The DISM log file can be found at C:\WINDOWS\Logs\DISM\dism.log
    PS C:\New folder>
    Might missing something with that.
     
  16. Enthousiast

    Enthousiast MDL Tester

    Oct 30, 2009
    50,604
    107,820
    450
    #2796 Enthousiast, Apr 13, 2025
    Last edited: Apr 13, 2025
    (OP)
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  17. Bob.D

    Bob.D MDL Junior Member

    Mar 22, 2010
    79
    8
    0
    Maybe a DISM version thing.

    Code:
    2025-04-13 18:02:11, Info                  DISM   PID=9744 TID=8328 Scratch directory set to 'C:\Users\Bobby\AppData\Local\Temp\'. - CDISMManager::put_ScratchDir
    2025-04-13 18:02:11, Info                  DISM   PID=9744 TID=8328 DismCore.dll version: 10.0.26100.3323 - CDISMManager::FinalConstruct
    2025-04-13 18:02:11, Info                  DISM   Initialized Panther logging at C:\WINDOWS\Logs\DISM\dism.log
    2025-04-13 18:02:11, Warning               DISM   PID=9744 TID=8328 Failed to archive the log file. Continuing with existing log file. - CDISMManager::CreateLocalImageSession(hr:0x80070002)
    2025-04-13 18:02:11, Info                  DISM   PID=9744 TID=8328 Successfully loaded the ImageSession at "C:\WINDOWS\system32\Dism" - CDISMManager::LoadLocalImageSession
    2025-04-13 18:02:11, Info                  DISM   Initialized Panther logging at C:\WINDOWS\Logs\DISM\dism.log
    2025-04-13 18:02:11, Info                  DISM   DISM Provider Store: PID=9744 TID=8328 Found and Initialized the DISM Logger. - CDISMProviderStore::Internal_InitializeLogger
    2025-04-13 18:02:11, Info                  DISM   Initialized Panther logging at C:\WINDOWS\Logs\DISM\dism.log
    2025-04-13 18:02:11, Info                  DISM   DISM Manager: PID=9744 TID=8328 Successfully created the local image session and provider store. - CDISMManager::CreateLocalImageSession
    2025-04-13 18:02:11, Info                  DISM   DISM.EXE:
    2025-04-13 18:02:11, Info                  DISM   DISM.EXE: <----- Starting Dism.exe session ----->
    2025-04-13 18:02:11, Info                  DISM   DISM.EXE:
    2025-04-13 18:02:11, Info                  DISM   DISM.EXE: Host machine information: OS Version=10.0.26100, Running architecture=amd64, Number of processors=16
    2025-04-13 18:02:11, Info                  DISM   DISM.EXE: Instance information: Parent process=C:\Windows\System32\WindowsPowerShell\v1.0\powershell.exe, Parent process PID=19868
    2025-04-13 18:02:11, Info                  DISM   DISM.EXE: Dism.exe version: 10.0.26100.1150
    2025-04-13 18:02:11, Info                  DISM   DISM.EXE: Executing command line: "C:\WINDOWS\system32\Dism.exe" /Export-Image /SourceImageFile:install.wim /all /DestinationImageFile:install.esd /Compress:recovery
    2025-04-13 18:02:11, Error                 DISM   DISM WIM Provider: PID=9744 TID=8328 onecore\base\ntsetup\opktools\dism\providers\wimprovider\dll\wimmanager.cpp:1494 - CWimManager::Export(hr:0x80070057)
    2025-04-13 18:02:11, Error                 DISM   DISM WIM Provider: PID=9744 TID=8328 onecore\base\ntsetup\opktools\dism\providers\wimprovider\dll\wimmanager.cpp:4863 - CWimManager::InternalCmdExport(hr:0x80070057)
    2025-04-13 18:02:11, Error                 DISM   DISM WIM Provider: PID=9744 TID=8328 "Error executing command" - CWimManager::InternalExecuteCmd(hr:0x80070057)
    2025-04-13 18:02:11, Error                 DISM   DISM WIM Provider: PID=9744 TID=8328 onecore\base\ntsetup\opktools\dism\providers\wimprovider\dll\wimmanager.cpp:2317 - CWimManager::ExecuteCmdLine(hr:0x80070057)
    2025-04-13 18:02:11, Info                  DISM   DISM.EXE: Image session has been closed. Reboot required=no.
    2025-04-13 18:02:11, Info                  DISM   DISM.EXE:
    2025-04-13 18:02:11, Info                  DISM   DISM.EXE: <----- Ending Dism.exe session ----->
    2025-04-13 18:02:11, Info                  DISM   DISM.EXE: 
     
  18. Enthousiast

    Enthousiast MDL Tester

    Oct 30, 2009
    50,604
    107,820
    450
    Check my edited post above;)
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  19. abbodi1406

    abbodi1406 MDL KB0000001

    Feb 19, 2011
    17,467
    92,585
    340
    DISM version 25115+ does not support /all
     
  20. Enthousiast

    Enthousiast MDL Tester

    Oct 30, 2009
    50,604
    107,820
    450
    #2800 Enthousiast, Apr 13, 2025
    Last edited: Apr 13, 2025
    (OP)
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...