Issue:
When running the "Create New OS Image" or "Update OS Image" wizard with an ImageX OS Image the wizard fails with
ERROR: The image seems not to be prepared with a OSIM prepare job (see osim-getimage.log)!
Cause:
The Templates provided for ImageX OS Images assume that the WIM file is created using an "OSIM Support OS Image" ("GetImage") to prepare and capture the WIM file.
As this method records the prepare phase in a log file it is possible to perform a check to ensure that the image has been correctly prepared with sysprep.
The wizard is looking for the file "osim-getimage.log" in the same folder as the wim file. Specifically it is looking for the following line
############# target was prepared with osimsysprep.cmd ############# .
which is written after the prepare phase is successfully completed. If this is not found then the error is displayed to prevent creating an OSImage that has not been correctly prepared with sysprep
Resolution: