@george1421 I had thought it might be permissions as well, so set user and group ownership to the fog user, and permissions to 777, and I still got the same results. Edit: also worth pointing out is that the files are being copied (verified by an “ls /ntfs/Drivers -r” and a debug pause in the script), Windows 7 just cannot interact with or see them.
I tried with both cp and rsync, and the results are identical. Google is not lending me much useful help, though a lot of people that dual-boot have seen the issue (the completely useless solution recommended for dual-booting is to use an FAT32 partition).
I did just think of a minor difference between the Windows 7 and Windows 10 images: for deploying Windows 7 to capture I create the partition structure manually using the latest version of diskpart, rather having Windows Setup build it. (This is because I build the image in a Hyper-V VM, but want to deploy it via UEFI, so I capture it as a WIM and re-deploy it on a UEFI compatible machine for capture.) It’s still the same structure, I just do it via diskpart.
I wish FOG could deploy a WIM… This would be so super easy, lol.
Aaaactually random side-note question: can I have FOG perform an action that I defined (via iPXE menu entry) on a host without user interaction? If so, I’ll have a super useful guide for some people…