Stuck on winre.wim

rschneider82

New Member
I don't know why, but I'm making an updated ISO and it is getting stuck on winre.wim when I apply my settings
 

Attachments

  • Capture.PNG
    Capture.PNG
    43.3 KB
  • Auto-saved 528e4c02.xml
    46.5 KB
WinRE is not a full execution environment, so it doesn't need Windows updates and doesn't support all the normal Features or Apps.

It's basically another version of WinPE to boot from in case you mess up the system partition. When Windows gets installed, if there is a Recovery partition then reagentc extracts winre.wim from the live system's filesystem, and installs it with a copy of the current drivers.

There is no real point or benefit from checking WinRE while applying changes across other editions. Any changes you make to winre.wim will be lost if a future monthly CU includes an updated winre.wim. The replacement winre.wim is a standalone image, so it will be missing any changes you applied to it in NTLite.

Save yourself the extra time, and leave WinRE alone.
 
Will test this these days and report back, it should have worked regardless.
Thanks for reporting.
 
I doubt Features or Appx processing would have worked for WinRE.
Code:
                        <Task>updates_Winre.wim_01__64</Task>
                        <Task>features_Winre.wim_01__64</Task>
                        <Task>components_Winre.wim_01__64</Task>
                        <Task>msix_Winre.wim_01__64</Task>
                        <Task>drivers_Winre.wim_01__64</Task>
                        <Task>tweakscheduledtasks_Winre.wim_01__64</Task>
                        <Task>tweakservices_Winre.wim_01__64</Task>
                        <Task>tweakextraservices_Winre.wim_01__64</Task>
                        <Task>tweaksettings_Winre.wim_01__64</Task>
                        <Task>registry_Winre.wim_01__64</Task>
 
OK, the issue was that the WinRE is being removed (Windows Recovery component).
Don't remove that one, and I'll fix it by blocking the image if that component is pending removal.

Thanks.
 
Back
Top