[ISSUES] How to create a FFU

Discussion in 'Windows 10' started by Chibi ANUBIS, Jan 2, 2021.

  1. Chibi ANUBIS

    Chibi ANUBIS MDL Chibi Developer

    Apr 28, 2014
    1,271
    924
    60
    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 :)
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  2. Gharlane00

    Gharlane00 MDL Addicted

    Aug 26, 2009
    844
    304
    30
    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.
     
  3. Stripakulina

    Stripakulina MDL Member

    Jul 19, 2009
    203
    509
    10
    #3 Stripakulina, Jan 3, 2021
    Last edited: Jan 3, 2021
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  4. Chibi ANUBIS

    Chibi ANUBIS MDL Chibi Developer

    Apr 28, 2014
    1,271
    924
    60
    Thanks for all my friends, but I have try all, like Dism Mount Service and input quote, I get always error 50...
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  5. Chibi ANUBIS

    Chibi ANUBIS MDL Chibi Developer

    Apr 28, 2014
    1,271
    924
    60
    I become crazy :w00t2:
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  6. Flipp3r

    Flipp3r MDL Guru

    Feb 11, 2009
    2,011
    959
    90
    Are you running dism from WinPE? If you are, maybe you need to also add the /scratchdir command.
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  7. Chibi ANUBIS

    Chibi ANUBIS MDL Chibi Developer

    Apr 28, 2014
    1,271
    924
    60
    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...
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  8. Chibi ANUBIS

    Chibi ANUBIS MDL Chibi Developer

    Apr 28, 2014
    1,271
    924
    60
    I create a image disk with Win32DiskImager... I didn't like this program because we need the same SD Card to copy o_O
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  9. Chibi ANUBIS

    Chibi ANUBIS MDL Chibi Developer

    Apr 28, 2014
    1,271
    924
    60
    Anyone know other method for backup a SD Card ?
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  10. LostED

    LostED SVF Patch Lover

    Jul 30, 2009
    7,184
    21,306
    240
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  11. MSMG

    MSMG MDL Developer

    Jul 15, 2011
    6,414
    15,608
    210
    May be it's the colon in the WoR-FFU:MBR:Compact giving error, try _ instead.

     
  12. Chibi ANUBIS

    Chibi ANUBIS MDL Chibi Developer

    Apr 28, 2014
    1,271
    924
    60
    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 !
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  13. fryquez

    fryquez MDL Novice

    Jun 28, 2015
    20
    28
    0
    The /capture-ffu feature of DISM only supports GPT disk layout.
     
  14. Chibi ANUBIS

    Chibi ANUBIS MDL Chibi Developer

    Apr 28, 2014
    1,271
    924
    60
    Haaaaaannnnn !!! OK...
    Thanks for the info :)
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  15. Chibi ANUBIS

    Chibi ANUBIS MDL Chibi Developer

    Apr 28, 2014
    1,271
    924
    60
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...