Updating Image and then capture
-
So this is what I am seeing. I have my dualboot laptop that I fully update(Windows, program updates etc). I then recapture the image to the original name that is assigned to the existing image. For example my image name is AcerDualBootFinal. So when i recapture the image I just capture it to that name in the hopes that FOG will overwrite with the new data.
The issue I am seeing is that when I deploy said image to another machine, only the first partition has the updates, the second Is the same as it was prior to the update.
This is a single disk/ multi partition image due to the dual boot nature of the image. Compression is set at 2. I am running FOG 7881.
Anybody seen this before?
-
Is the image type set to resizable? Also this would be a @Sebastian-Roth question, he’s excellent with these sorts of questions.
-
not resizable.
-
Let me say that i did make a new Image name (AcerDualBootFinalB) and recaptured that one and it was right. Seems to be in the overwriting maybe?
-
@EAHarvey Is there anything in /images/dev ?
-
-
@EAHarvey What do you see with
ls -al /images/AcerDualBootFinal
. Do all the files have a similar timestamp??Maybe FOG started to move some of the files via FTP but stopped along the way - disk full?
df -h
? -
@Sebastian-Roth Interesting. The name through the web interface is Acer_DualBoot_Final but it says the location is /images/Acer.
-
@Sebastian-Roth Disk is good to go.
-
@EAHarvey said in Updating Image and then capture:
@Sebastian-Roth Interesting. The name through the web interface is Acer_DualBoot_Final but it says the location is /images/Acer.
That means you originally named the image Acer and later changed it. The name can be changed but the path - not so much. It works fine though.
-
@EAHarvey said:
Disk is good to go.
Does this mean you found the issue and fixed it? Please tell us more about it. And what about the commands I requested?