@lucamathuse
I don’t remember if it’s related to Win11 we have this in our postdownload script :
if [ -n "$hd" ]; then
if [ "$hd" = "/dev/nvme0n1" ] ; then
partsys=$hd'p2'
partdata=$hd'p3'
else
partsys=$hd'2'
partdata=$hd'3'
fi
We use Virtualbox, install classic WIndows 11, disable Bitlocker, and capture with FOG with image set to “Multiple Partition Image - All Disks”
My folder capture :
d1.mbr
d1p1.img
d1p2.img
d1p3.img
d1p4.img
d1.partitions
d1.size
Maybe try capture debug to see which partition FOG get during your capture