Error capturing Other - All disks all partitions using 1.5.9.110 and NVMe inits
-
Hello,
I backed up my hackintosh no problem on the 28th, just 3 days ago and was using whichever the latest dev branch was and the NVMe inits found here. https://fogproject.org/inits/init-disk-size.xz
There are 2 NVMe drives each with their own OS and EFI.
It captures the Win 10 drive sda and all the partitions no problem.
When it starts to capture the mac OS drive I get a bitmap error and am told to check var/logs/partclone.log but it is not there.
Ubuntu 21.04 Desktop
I can’t seem to find the FOG error logs that show anything. Any help would be greatly appreciated.
Thank you.
-
@fog_newb said in Error capturing Other - All disks all partitions using 1.5.9.110 and NVMe inits:
I backed up my hackintosh no problem on the 28th, just 3 days ago and was using whichever the latest dev branch was and the NVMe inits found here. https://fogproject.org/inits/init-disk-size.xz
The change we made for Host Primary Disk setting in
init-disk-size.xz
is in the latestdev-branch
init already, plus some more changes an fixes. So using the oldinit-disk-size.xz
is making a step backwards.When it starts to capture the mac OS drive I get a bitmap error and am told to check var/logs/partclone.log but it is not there.
The mentioned log is only found on the machine in a debug session. So schedule another capture task but this time mark the checkbox for Debug, let the machine PXE boot till you get to the command shell. Now start the task with the command
fog
and step through the process. After you hit the error you get back to the command shell. Now you can inspect the log file:less /var/log/partclone.log
Take a picture of the error in the log and post that here.
-
I used the latest inits and I was able to capture the mac OS drive. I forgot about needing the debug option to get the partclone log.
I didn’t know the dev inits were using the disk size option. I try to keep up on that by going here.
https://github.com/FOGProject/fogproject/compare/dev-branchThanks for your time.