OSD icon indicating copy to clipboard operation
OSD copied to clipboard

Option to replace the default recovery image (winre.wim) in fresh Windows install?

Open spotopolis opened this issue 1 year ago • 1 comments

Is your feature request related to a problem? Please describe. No

Describe the solution you'd like

When using OSDeploy built using a Win10 recovery image, at the end of the DISM image process, I then replace the default Windows recovery boot image (winre.wim) with the custom built "boot.wim" that boots OSDeploy. This way, if I ever have issues with said machine, I can just boot to OSDeploy by booting directly from the recovery partition.

Is there a way for me to accomplish the same when running OSDCloudGUI? How can I tell OSDCloud before rebooting to copy:

 From:
      USB - WinPE:\sources\boot.wim
 To:
      R:\Recovery\WindowsRE\winre.wim

The below image is how I have been doing this in my WinPE image script. Its been working great. But I have not been able to find a way to replicate this with Windows installs through OSDCloudGUI. Is there a Global Variable I can toggle, or can I just add part of the existing scripting I have to one of the scrpting folders in the X:\OSDCloud\Config\ ?

image

spotopolis avatar Dec 17 '24 19:12 spotopolis

I'll see if I can get this supported in OSDCloud v2, but you should be able to not have OSDCloudGUI reboot when complete, then run your script and reboot

OSDeploy avatar Jan 17 '25 04:01 OSDeploy