Hi again,
All right, I have found the cause and WinRE is working now. There were 2 things I needed to fix:
I needed to add a language to the image - it’s a Danish environment and,
I needed to add device drivers to the image. Especially drive and video.
I guess it is because I am building my wim image on a VMWARE machine
To achieve that, I needed to mount the wim image on my MDT and from it, mount the WinRE.wim image in order to make changes to it. See more about that here: https://learn.microsoft.com/en-us/windows-hardware/manufacture/desktop/customize-windows-re?view=windows-11
In other words, I needed to use DISM to add the language and the drivers to the WinRE.wim image to enable it to boot.
The language part was straight forward - as I have installed ADK + Win PE on the MDT server I just found all those cubs there. About the drivers, I used the /recurse switch as described here: https://learn.microsoft.com/en-us/windows-hardware/manufacture/desktop/add-and-remove-drivers-to-an-offline-windows-image?view=windows-11
I simply got all the drivers from my drivers folder on my MDT. I know it results in a fairly big WinRE.wim image but the process of finding exactly which driver I needed (and I have 2 different Dell models) is very time consuming, and I didn’t really have the time for it. We have the place on the disc and the install process is OK - considering. I did follow all the optimizing steps, but the result is that the image has gotten bigger… Guess I may get back to it one day… :)
I guess the problem was really to understand what is happening and fix it. I haven’t had much experience with WinRE before, so it was new to me. I was glad though for my experience with DISM. It’s a great tool. :)
About the Task Sequence, I have enabled the TS Task and commented the line in the ini file. If both are active, it results in the PC trying to PXE boot to MDT again and I am not interested in that right now.
I needed to attach the changed wim image again to my production share and point to it from my TS.
best regards,
Ido