Capturing Windows 10 Error Virtual Machine Environment
-
So when you make a Windows 10 Machine, lets say you install Office 2016 on it. When I did that and captured it, it captured fine. But when I deployed it to one machine when it starts up after imaging it says Windows Recovery Options. Is there something else you have to do before you capture an image with program installations. Also this image does have Edge removed.
-
Did you sysprep the machine?
Did you have sysprep power off the machine?If you are not using sysprep, then did you shutdown the machine using the following command
shutdown -s -t 0
to ensure the system was powered off correctly? You must know that the start menu shutdown is not really a shutdown, but an enhanced sleep to support a rapid startup. This “fancy” shutdown condition will leave the system in an unstable state for imaging. -
As well it can depend on the partition layout. Some layouts are really terrible and make things break. Please paste the contents of
d1.partitions
from that image (should be in /images/Win10/ directory on your FOG server) here so we can have a look. -
@george1421
I am going to try that command since I am not using sysprep. Do you think removing Edge would also cause an issue, or any of the other Windows 10 Apps? -
@imagingmaster21 I “think” it related to the system not being shutdown correctly. But I’m a bit surprised that partclone didn’t complain about the disk being “dirty” and refusing to image it. There is also a possibility that we are chasing a bug that was in 1.4.4 in the single disk resizable code that was address in 1.5.0RC4 (I think). This is the development build of 1.5.0 that hasn’t been released yet. If shutting down the system properly doesn’t work, we may need to you try the dev build to see if your specific issue has been resolved in 1.5.0RC9 (the latest development build of 1.5.0).
-
@george1421
I tried doing that still with no luck, here is my settings for the image. It seems to be capturing fine. -
@sebastian-roth
@george1421
Here is the screenshot of the contents of the d1.partitions file:
-
@imagingmaster21 said:
I tried doing that still with no luck, …
What exactly did you try???
Partition table looks alright, should not be an issue at all.
But why does it say Win10 in one screenshot and Win10NEW in the other? That’s two different images you are posting information about.
-
@sebastian-roth
So I made a Windows 10 image and ran a command to remove Edge and made IE11 Default Browser. I also installed Office and removed Windows 10 Apps. I tried theshutdown -s -t 0
command before capturing the image. I got the same result. I tried then making an image without running Edge removal and Windows 10 apps and still same result, and I then tried making a whole new image with compression at 4 and it gets stuck a 4%. -
Maybe the source disk is damaged???
-
@sebastian-roth
So how can I confirm that and if it is how you fix that? -
I am now getting this error message, just tried booting another PXE Test VM.
-
@imagingmaster21 From the first picture you posted in the initial request it looks like you are using image type “Single disk - Multiple partitions” which is non-resizable. Sou you cannot deploy this image to a smaller disk! If you change the image type from non-resizable to resizable you have to re-upload/capture the image before deploying it!
-
@sebastian-roth said in Capturing Windows 10 Error Virtual Machine Environment:
Single
Ok I changed that and saved it. Now when I try deploying an image it gets stuck at 10 or 15% on this screen as below:
-
@sebastian-roth
I tried what you said about making it re-sizable and same issue still. I am going to try making another image from scratch and see if that one will work. Any other suggestions? -
@imagingmaster21 Did you capture the image after setting it to resizable before trying to deploy?
-
@quazz
No I did not, I just thought of that yesterday and was able to get it working fine now. I just now have to try out making the image with removing Edge and the Windows 10 Apps with PS Scripts.