I’m trying to set up Incremental Cloning for the first time. I have successfully created the image - which is one an external SSD.
My Bootcamp partition is on the internal Macintosh HD - created using Bootcamp Assistant in the normal way. When I try to select the partition in the Incremental Cloning Config, I get the following error:
"Cannot update image with Volume ID
The associated Windows volume ID could not be updated in the image at /Volumes/Bootcamp BU/Bootcamp.winclone. Please check permissions and try again
"
What does this mean - and how should I go about fixing it?
The only thing I can think of which is non-standard is that for convenience, I’m using a Parallels VM to use the Bootcamp partition from within MacOS. But I can still boot to the Bootcamp partition directly, if I want to.
The volume ID is saved to the Winclone image itself (which is a “bundle” type package) and this error means it can write inside that “bundle” (which is actually a folder). Try control clicking on the image, select Show Package Contents and a folder will open up. Try creating a new folder in that folder and see if you get a permissions error. If you do, that is why Winclone is failing. it can write to inside the image.
The other piece of information that is required is the partition ID, which on a GPT disk is called a “mediaUUID”. If you do a "diskutil info " in terminal, it will show the mediaUUID (under Disk/Partition UUID):
I had a thought. Perhaps it is TCC that is blocking it (the new privacy controls). Try moving the image the root of your home folder (or to /Users/Shared) and see if it works.
OK, Progress. Having done the above, if I now change the destination back to the original image on my SSD - with the source partition already set and accepted - I can now run the incremental backup.
However - it runs for several minutes and I then get the following error:
**There was an error updating the image. Verify Windows was shut down cleanly, run CHKDSK and try again.**
I’ve run CHKDSK and made sure that Windows was shut down properly, but I still get the above error.
I also use Parallels by getting it to run the version of Windows on Bootcamp. After an initial first image and 3 successful incremental back ups, I’ve also hit a snag with the same error message “There was an error updating the image. Verify Windows was shut down cleanly, run CHKDSK and try again.” I’ve shut down Windows via bootcamp as well as in Parallels. For me, in the log, two error codes come up. The first is “ERROR: Exiting with error code 47” and the second is [ERROR] Can’t open “/Volumes/Backup Plus/filename.winclone/Windows.wim” read-only: No such file or directory”
I had the same issue as atticus.
The program is giving the same error as atticus had.
I did the following :
tormod$ vim productInfo.plist
I than removed the Disk / Partition UUID, and pasted the exact same Disk / Partition UUID in.
Saved as my regular user ( not root ).
Than the incremental imaging starts working again.
I can not explain why, but it started working after I did this.
I also faced this issue. On the external HD where the image was stored, I moved the image up a folder and this seemed to fix the problem. Feels like a bug that WinClone can only view the route folder of the HD, rather than a sub folder even when permissions are correct.