How to create a recovery partition with DaRT integrate

Discussion in 'Windows 8' started by Chibi ANUBIS, Dec 31, 2014.

  1. Chibi ANUBIS

    Chibi ANUBIS MDL Chibi Developer

    Apr 28, 2014
    1,237
    911
    60
    #1 Chibi ANUBIS, Dec 31, 2014
    Last edited by a moderator: Apr 20, 2017
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  2. murphy78

    murphy78 MDL DISM Enthusiast

    Nov 18, 2012
    7,389
    11,614
    240
    I don't see anything that stands out to cause a problem.
    To save yourself some grief, you should first install it on a VM using something like VMWare Player or virtualbox.
    Then you can install it just as you would on your own system. If it works, exactly as intended, then you're good.

    After installing, make sure to test your settings by running "reagentc /info" in windows.
    It should list both the re and os image as enabled with associated partition info.

    It should be noted that the disk numbers are not always 0 in boot mode.
    A strange example would be when I boot to Windows 7 on this machine. It lists my 2nd disk as disk 0 and my first as disk 1.
     
  3. Chibi ANUBIS

    Chibi ANUBIS MDL Chibi Developer

    Apr 28, 2014
    1,237
    911
    60
    Ok thanks
    But I don't know how the "Create Recovery.cmd" can be executed... Is after installation ?
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  4. murphy78

    murphy78 MDL DISM Enthusiast

    Nov 18, 2012
    7,389
    11,614
    240
    shift-f10 during boot setup
    navigate to usb/dvd
    run the cmd
     
  5. Chibi ANUBIS

    Chibi ANUBIS MDL Chibi Developer

    Apr 28, 2014
    1,237
    911
    60
    OK ! I take a note ! Thanks for all my friend :)
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  6. Chibi ANUBIS

    Chibi ANUBIS MDL Chibi Developer

    Apr 28, 2014
    1,237
    911
    60
    #6 Chibi ANUBIS, Jan 2, 2015
    Last edited by a moderator: Apr 20, 2017
    (OP)
    I make a "recovery" folder on the root of DVD, and I put :

    Code:
    Dism /Export-Image /SourceImageFile:%~dp0..\sources\install.wim /SourceIndex:4  /DestinationImageFile:R:\Recovery\WindowsRE\install.wim  /compress:none
     
    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,237
    911
    60
    I have updated my thread after some test !:)
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...