Forum Discussion
Error Deploying from SiG image, WVD Spring 2020
- Jun 02, 2020
fgottman hi, this issue seems related to preparing the master image and not WVD. It is Azure compute that reports that the VM cannot be build based on the image provided. Path to for troubleshooting will be to try building a stand alone vm based on the image that has been selected. Once a single VM can be successfully provisioned then that image can be used in the with WVD.
Technically an image from an image should work but if support states its not supported I cannot argue the point.
We have also seen situations where certain applications break sysprep.
Startkabels, many thanks for the reply. I found out what was causing our issue.
It was our Anti-Virus - Sophos - it has tamperproof feature and this seems to throw out the image when trying to redeploy.
As such we now deploy that after adding new VMs into the host pool
msimonds
Same problem here... May 2021... Trying to build a gold image with Sophos.
Got to work once but since then not being able to spin VM from captured image.
How you doing this?
- Dlopez2997Jun 30, 2021Copper Contributor
Dolinhas Hello, could you explain to me a little better which line you deleted from the script of the golden sophos image so that it will work well for you? I have the same problem I run the script of the golden image and I capture the image when I implement it again, the machine does not start
- DolinhasJun 02, 2021Brass ContributorAh!
I got it to work with the Sophos script (gold build script which is on there website)
But I removed the last line to enable tampering.
Works fine now - msimondsMay 25, 2021Copper Contributor
Morning Dolinhas
In the end i had to remove the Sophos install from the base image and deploy it after the VMs had been build and added to the domain/host pool.
It was something to do with the Sophos drive encryption feature that was stopping it being added.
Hope that helps.