Hi,
I'm following the IMXWQSG.pdf i.MX Windows IoT Quick Start Guide Rev. 1.5.1 — 24 May 2024 to the letter.
Step 5 results in an error:
C:\W21H2-1-5-1-imx-windows-bsp-binaries\IoTEntOnNXP>.\make-winpe-enterprise.cmd /disable_updates /test_signing /no_patch
Selected: "install.wim"
OPTIONS SUMMARY:
Source image: install.wim
Test signing: yes
Windows debug over ethernet: no, IP:
Windows PE debug over ethernet: no, IP:
KD_NET file (for debug over net): no
Windows debug over serial: no
Windows PE debug over serial: no
Unattended install answer file: no
Disable updates: yes
Disable transparency: yes
Split wim: no
Cumulative update: no, path:
Skip updates to Windows Enterprise: yes
Skip updates to Windows PE: yes
*********************************************************************************************************************************************************
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
*** Step 1 Creating i.MX Windows IoT Enterprise image: out\imx_win_iot_install.wim
*********************************************************************************************************************************************************
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
---------------------------------------------------------------------------------------------------------------------------------------------------------
*** Step 1.1 Copying Windows Enterprise image install.wim to out\imx_win_iot_install.wim
---------------------------------------------------------------------------------------------------------------------------------------------------------
A subdirectory or file out already exists.
copy "install.wim" "out\imx_win_iot_install.wim"
1 file(s) copied.
"Cannot identify Windows image version"
This comes from the command "dism /Get-WimInfo /WimFile:!IMX_WIN_ENTERPRISE_IMAGE! /index:2" in the make-winpe-enterprise.cmd batch file (which results in the command "dism /Get-WimInfo /WimFile:out\imx_win_iot_install.wim /index:2" being executed).
The dism.log file shows:
2024-11-27 15:23:09, Info DISM PID=2060 TID=13108 Scratch directory set to 'C:\Users\vboxuser\AppData\Local\Temp\'. - CDISMManager::put_ScratchDir
2024-11-27 15:23:09, Info DISM PID=2060 TID=13108 DismCore.dll version: 10.0.22621.1 - CDISMManager::FinalConstruct
2024-11-27 15:23:09, Info DISM Initialized Panther logging at C:\Windows\Logs\DISM\dism.log
2024-11-27 15:23:09, Info DISM PID=2060 TID=13108 Successfully loaded the ImageSession at "C:\Windows\system32\Dism" - CDISMManager::LoadLocalImageSession
2024-11-27 15:23:09, Info DISM Initialized Panther logging at C:\Windows\Logs\DISM\dism.log
2024-11-27 15:23:09, Info DISM DISM Provider Store: PID=2060 TID=13108 Found and Initialized the DISM Logger. - CDISMProviderStore::Internal_InitializeLogger
2024-11-27 15:23:09, Info DISM Initialized Panther logging at C:\Windows\Logs\DISM\dism.log
2024-11-27 15:23:09, Info DISM DISM Manager: PID=2060 TID=13108 Successfully created the local image session and provider store. - CDISMManager::CreateLocalImageSession
2024-11-27 15:23:09, Info DISM DISM.EXE:
2024-11-27 15:23:09, Info DISM DISM.EXE: <----- Starting Dism.exe session ----->
2024-11-27 15:23:09, Info DISM DISM.EXE:
2024-11-27 15:23:09, Info DISM DISM.EXE: Host machine information: OS Version=10.0.22621, Running architecture=amd64, Number of processors=4
2024-11-27 15:23:09, Info DISM DISM.EXE: Dism.exe version: 10.0.22621.2792
2024-11-27 15:23:09, Info DISM DISM.EXE: Executing command line: dism /Get-WimInfo /WimFile:out\imx_win_iot_install.wim /index:2
2024-11-27 15:23:09, Error DISM DISM WIM Provider: PID=2060 TID=13108 onecore\base\ntsetup\opktools\dism\providers\wimprovider\dll\wimmanager.cpp:3487 - CWimManager::InternalOpGetImages(hr:0x80070057)
2024-11-27 15:23:09, Error DISM DISM WIM Provider: PID=2060 TID=13108 onecore\base\ntsetup\opktools\dism\providers\wimprovider\dll\wimmanager.cpp:4274 - CWimManager::InternalCmdGetImages(hr:0x80070057)
2024-11-27 15:23:09, Error DISM DISM WIM Provider: PID=2060 TID=13108 "Error executing command" - CWimManager::InternalExecuteCmd(hr:0x80070057)
2024-11-27 15:23:09, Error DISM DISM WIM Provider: PID=2060 TID=13108 onecore\base\ntsetup\opktools\dism\providers\wimprovider\dll\wimmanager.cpp:2128 - CWimManager::ExecuteCmdLine(hr:0x80070057)
2024-11-27 15:23:09, Error DISM DISM.EXE: WimManager processed the command line but failed. HRESULT=80070057
2024-11-27 15:23:09, Info DISM DISM.EXE: Image session has been closed. Reboot required=no.
2024-11-27 15:23:09, Info DISM DISM.EXE:
2024-11-27 15:23:09, Info DISM DISM.EXE: <----- Ending Dism.exe session ----->
2024-11-27 15:23:09, Info DISM DISM.EXE:
The install.wim file is copied from the ISO "26100.1.240331-1435.ge_release_CLIENT_IOT_LTSC_EVAL_A64FRE_en-us.iso".
I've also tried the /iso option (and copying the iso file in IoTEntOnNXP, and the result is always the same.
What could be the problem?