Recovery Project with Boot Mode Support

Discussion in 'Scripting' started by Chibi ANUBIS, Jun 29, 2016.

  1. Asterix4you

    Asterix4you MDL Novice

    Joined:
    Oct 17, 2017
    Messages:
    4
    Likes Received:
    0
    Trophy Points:
    0
    Hello, I have an ISO Win 10 Enterprise x86x64 ITA 19H2 (double system), I used its Recovery 19H1 routines, it correctly modified Boot.wim (index:2). I executed the instructions in transferring the files to the USB according to the instructions. During installation after selecting the x86 or x64 architecture, it reports error: "The License Terms could not be found"...
    Thank you for your work.
     
  2. Chibi ANUBIS

    Chibi ANUBIS MDL Chibi Developer

    Joined:
    Apr 28, 2014
    Messages:
    1,046
    Likes Received:
    713
    Trophy Points:
    60
    Hello ! Thanks for you report, but I have this problem also when I use the UUP files, if I download the official ISO and I replace install.wim with the last install.esd is work :)
     
  3. Asterix4you

    Asterix4you MDL Novice

    Joined:
    Oct 17, 2017
    Messages:
    4
    Likes Received:
    0
    Trophy Points:
    0
    Hi, I'd like some advice. I downloaded the original ISO Win10 Enterprice with the install.esd files. It is thus composed with the folders: Boot, efi, X64 X86 and files: autorun , bootmgr , bootmgr.efi and setup. How do I integrate your files?
     
  4. Chibi ANUBIS

    Chibi ANUBIS MDL Chibi Developer

    Joined:
    Apr 28, 2014
    Messages:
    1,046
    Likes Received:
    713
    Trophy Points:
    60
    Same thing, just patch the boot.wim for the detection and put the recovery folder in the root of your iso :)
     
  5. Chibi ANUBIS

    Chibi ANUBIS MDL Chibi Developer

    Joined:
    Apr 28, 2014
    Messages:
    1,046
    Likes Received:
    713
    Trophy Points:
    60
    #45 Chibi ANUBIS, Feb 25, 2020
    Last edited: Jun 3, 2020
    (OP)
  6. Chibi ANUBIS

    Chibi ANUBIS MDL Chibi Developer

    Joined:
    Apr 28, 2014
    Messages:
    1,046
    Likes Received:
    713
    Trophy Points:
    60
  7. Gazer022

    Gazer022 MDL Novice

    Joined:
    Jun 5, 2015
    Messages:
    41
    Likes Received:
    7
    Trophy Points:
    0
    Instead manually inputting the product keys, empty <key> line so it will select Windows 10 distribution on source. I found this on easy2boot website.
    Code:
    <ProductKey>
                        <WillShowUI>OnError</WillShowUI>
                        <Key></Key>
    </ProductKey>
     
     
  8. Chibi ANUBIS

    Chibi ANUBIS MDL Chibi Developer

    Joined:
    Apr 28, 2014
    Messages:
    1,046
    Likes Received:
    713
    Trophy Points:
    60
    Hello, I had put this script before but in some cases it causes an installation error, so I removed it
     
  9. Gazer022

    Gazer022 MDL Novice

    Joined:
    Jun 5, 2015
    Messages:
    41
    Likes Received:
    7
    Trophy Points:
    0
    Glad to know, so far I didn't encounter a problem on windows 10 v1903 to v2004 with empty product key.
     
  10. Chibi ANUBIS

    Chibi ANUBIS MDL Chibi Developer

    Joined:
    Apr 28, 2014
    Messages:
    1,046
    Likes Received:
    713
    Trophy Points:
    60
    Yes sometime is good, sometime not. if you use this in a computer with a BIOS key this generates an error :(
     
  11. Gazer022

    Gazer022 MDL Novice

    Joined:
    Jun 5, 2015
    Messages:
    41
    Likes Received:
    7
    Trophy Points:
    0
    Tested in preinstalled Win 8.1 not yet on Windows 10 for a Windows 10 installation, will check if have time.
     
  12. JeepWillys58

    JeepWillys58 MDL Senior Member

    Joined:
    Nov 6, 2010
    Messages:
    334
    Likes Received:
    151
    Trophy Points:
    10
    Hi dear friend @Chibi ANUBIS ,

    Could you tell me if is possible make an Autounattend.xml to partition the target hard drive with two partitions of 50% size each and name them SYSTEM PARTITION and DATA PARTITION during the completion of the installation and move the user profiles folder to this second partition?

    Thanks in advanced.

    Regards,
    @JeepWillys58
     
  13. Chibi ANUBIS

    Chibi ANUBIS MDL Chibi Developer

    Joined:
    Apr 28, 2014
    Messages:
    1,046
    Likes Received:
    713
    Trophy Points:
    60
    Hello ! No sorry, now this feature is impossible :(
     
  14. Chibi ANUBIS

    Chibi ANUBIS MDL Chibi Developer

    Joined:
    Apr 28, 2014
    Messages:
    1,046
    Likes Received:
    713
    Trophy Points:
    60
  15. vigipirate

    vigipirate MDL Member

    Joined:
    Feb 24, 2011
    Messages:
    215
    Likes Received:
    53
    Trophy Points:
    10
    Hello sir
    thank you for your work can you give us a demo video win 10 win7 win 8.1 it's a bit a video would be easier for me or for others in advance thank you
     
  16. Chibi ANUBIS

    Chibi ANUBIS MDL Chibi Developer

    Joined:
    Apr 28, 2014
    Messages:
    1,046
    Likes Received:
    713
    Trophy Points:
    60
    Thanks for your feedback, for the video I'll do it later maybe, is not difficult to prepare the Recovery for Windows installation, I simplify all :)
     
  17. coleoptere2007

    coleoptere2007 MDL Guru

    Joined:
    Apr 8, 2008
    Messages:
    3,182
    Likes Received:
    1,796
    Trophy Points:
    120
    @Chibi ANUBIS how to obtain the OEM original logos from Manufacturer?
     
  18. Chibi ANUBIS

    Chibi ANUBIS MDL Chibi Developer

    Joined:
    Apr 28, 2014
    Messages:
    1,046
    Likes Received:
    713
    Trophy Points:
    60
    Hi, since C:\Recovery\OEM\Manufacturer you can run InstallOEM.cmd, but normally is automatic after the installation.
     
  19. Chibi ANUBIS

    Chibi ANUBIS MDL Chibi Developer

    Joined:
    Apr 28, 2014
    Messages:
    1,046
    Likes Received:
    713
    Trophy Points:
    60
    Hello here ! I upload a little video for help to prepare your ISO for Windows 10 installation :

     
  20. vigipirate

    vigipirate MDL Member

    Joined:
    Feb 24, 2011
    Messages:
    215
    Likes Received:
    53
    Trophy Points:
    10
    #60 vigipirate, Jun 3, 2020
    Last edited: Jun 3, 2020
    thank you chili anubis possible please win7 and win8 demo video

    please demo a little restful thank you when for your work is your kindness for the video