Hey Tom,
It is Fog 1.2 running on Ubuntu 13.10
The image is a multiple partition single disk.
The project I am working on is to create a customer recovery partition on a laptop so there are currently 4 partitions as follows:
System Reserved F: 100GB NTFS
183GB NTFS
Back up image G: NTFS 50GB
Recovery E: NTFS 5GB
The image previous to this only had the usual system reserved and C:, therefore using a single disk resizable has worked thus far.
So after successfully pulling the new multiple partition image from the host to server, I then tried to push it to a new host to which is failed. (Call this V1)
The anomaly occurs when I pull from the host to the server but tell the image to be sector by sector. It pulls as expected ( slowly ) then pushes and overwrites as it should, problem solved. HOWEVER, when I then try and push the previously failed multiple partition image (V1) it pushes fine, windows loads.
My thoughts were it must be something to do with the overwriting of the partition table, obviously the sector by sector forces the new partition table by rewriting the hard drive sector by sector with the new image. However since (V1) will successfully push once the sector by sector has worked, therefore implementing the required partition table but does not work before.
Hopefully that all makes sense and you can shed some light on the situation.
Thanks in advance!