Hello ! I have a problem to create a FFU from my SD Card... I install Windows 10 successfully, I use sysprep and generalize, and when I plug in my computer an use this command : DISM.exe /capture-ffu /imagefile=C:\Build19041Compact.ffu /capturedrive=\\.\PhysicalDrive1 /name:WoR-FFU:MBR:Compact I get a Error 50, so I have installed the same ADK to my Windows 10, I don't understand how I get this error... If anyone can help me, Thanks in advance
Try putting quotes around the disk name. The name might also be too long or contain characters that are not allowed. I'm pretty sure the : is not allowed.
Thanks for all my friends, but I have try all, like Dism Mount Service and input quote, I get always error 50...
I think is not necessary because my OS is not loaded, He is in my SD Card... The OS to create on FFU is Windows 10 IoT Enterprise, I work on a Raspberry Pi 4B, and I succesfully installed it and translate in French, I want to create a backup in case to crash system...
I create a image disk with Win32DiskImager... I didn't like this program because we need the same SD Card to copy
Thanks to all my friends @LostED thank for the USB Image Tool, I try it later, for now I test to capture into a WIM file with this command : Code: Dism /Capture-Image /ImageFile:C:\WindowsOnRaspberry.wim /CaptureDir:O:\ /Name:"Windows" Dism /Capture-Image /ImageFile:C:\WindowsOnRaspberry.wim /CaptureDir:P:\ /Name:"BOOT" I back soon !