Recovery Project with Boot Mode Support

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

  1. coleoptere2007

    coleoptere2007 MDL Guru

    Joined:
    Apr 8, 2008
    Messages:
    3,182
    Likes Received:
    1,796
    Trophy Points:
    120
    @Chibi ANUBIS tested in a VM
    1. If the VM is set to bios there is a continious loop and installation can't be done
    2. If VM is set to UEFI vmware freezes and stop working
    I used the consumer v2004 x64.

    Any clue ?
     
  2. Chibi ANUBIS

    Chibi ANUBIS MDL Chibi Developer

    Joined:
    Apr 28, 2014
    Messages:
    1,046
    Likes Received:
    713
    Trophy Points:
    60
    #62 Chibi ANUBIS, Jun 5, 2020
    Last edited: Jun 5, 2020
    (OP)
    I don't know why, me and AnarethoS had no problem, I check this later.

    EDIT : installation complete with success ! Try another ISO or check if you have no problem with your VMWare
     
  3. Chibi ANUBIS

    Chibi ANUBIS MDL Chibi Developer

    Joined:
    Apr 28, 2014
    Messages:
    1,046
    Likes Received:
    713
    Trophy Points:
    60
    #63 Chibi ANUBIS, Jun 5, 2020
    Last edited: Jun 5, 2020
    (OP)
    FLASH NEWS !

    I reupload all my project, what's new :

    + Add a ReadMe for Windows 7
    + Add a ReadMe for Windows 8
    + Changed script for WinPE, now can check if XML files are at the root before continue.

    if you update a old boot.wim you can add this in the integrate script :

    Code:
    if exist %MountTo%\Windows\System32\install.cmd DEL %MountTo%\Windows\System32\install.cmd
    
     
  4. coleoptere2007

    coleoptere2007 MDL Guru

    Joined:
    Apr 8, 2008
    Messages:
    3,182
    Likes Received:
    1,796
    Trophy Points:
    120
    @Chibi ANUBIS

    Problem solved by reinstallation of VMware. All is good now.
     
  5. Chibi ANUBIS

    Chibi ANUBIS MDL Chibi Developer

    Joined:
    Apr 28, 2014
    Messages:
    1,046
    Likes Received:
    713
    Trophy Points:
    60
    Thanks for you feedback, I didn't like VMware for this, I have a lot of problem :(
     
  6. vigipirate

    vigipirate MDL Member

    Joined:
    Feb 24, 2011
    Messages:
    215
    Likes Received:
    53
    Trophy Points:
    10
    demo scanstatedeploy.cmd and scanstateupdater.cmd ? video thank you
     
  7. Chibi ANUBIS

    Chibi ANUBIS MDL Chibi Developer

    Joined:
    Apr 28, 2014
    Messages:
    1,046
    Likes Received:
    713
    Trophy Points:
    60
    Recovery Project Updated and Final release :)
     
  8. mataghandi

    mataghandi MDL Novice

    Joined:
    Jan 21, 2020
    Messages:
    12
    Likes Received:
    4
    Trophy Points:
    0
  9. 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 how do I apply your project to an installation that uses an SSD to System and one HDD for user profiles data? Is it possible?

    Thanks in advanced
    Regards
    @JeepWillys58
     
  10. Chibi ANUBIS

    Chibi ANUBIS MDL Chibi Developer

    Joined:
    Apr 28, 2014
    Messages:
    1,046
    Likes Received:
    713
    Trophy Points:
    60
    Hello ! Yes is possible, you need to connect the SSD in SATA 1 and the HDD on SATA 2 or others.
     
  11. JeepWillys58

    JeepWillys58 MDL Senior Member

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

    Could you give me an example of disk layout to do that? I'll use a 128GB SSD and a 1TB HDD fo user profiles. I don't know where I config the recovery partition...

    Thanks in advanced!
    Regards
    @JeepWillys58
     
  12. JeepWillys58

    JeepWillys58 MDL Senior Member

    Joined:
    Nov 6, 2010
    Messages:
    334
    Likes Received:
    151
    Trophy Points:
    10
    Hi that's me again dear @Chibi ANUBIS

    This project will work if 2004 too?
    Thanks in advanced
    @JeepWillys58
     
  13. Chibi ANUBIS

    Chibi ANUBIS MDL Chibi Developer

    Joined:
    Apr 28, 2014
    Messages:
    1,046
    Likes Received:
    713
    Trophy Points:
    60
    Yes is work for all Windows 10, if you use a old Windows you need to download a old ScanState also ;)
     
  14. Chibi ANUBIS

    Chibi ANUBIS MDL Chibi Developer

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

    JeepWillys58 MDL Senior Member

    Joined:
    Nov 6, 2010
    Messages:
    334
    Likes Received:
    151
    Trophy Points:
    10
    #75 JeepWillys58, Aug 4, 2020
    Last edited: Aug 4, 2020
    Hi dear friend @Chibi ANUBIS

    I was talking about moving the entire "users" folder to another partition or disk when installing windows, using the autounattend.xml or unattend.xml answer file.

    <?xml version="1.0" encoding="utf-8"?>
    <unattend xmlns="urn:schemas-microsoft-com:unattend">
    <settings pass="oobeSystem">
    <component name="Microsoft-Windows-International-Core" processorArchitecture="amd64" publicKeyToken="31bf3856ad364e35" language="neutral" versionScope="nonSxS" xmlns:wcm="http://schemas.microsoft.com/WMIConfig/2002/State" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <InputLocale>0416:00000416</InputLocale>
    <SystemLocale>pt-BR</SystemLocale>
    <UILanguage>pt-BR</UILanguage>
    <UILanguageFallback>pt-BR</UILanguageFallback>
    <UserLocale>pt-BR</UserLocale>
    </component>
    <component name="Microsoft-Windows-Shell-Setup" processorArchitecture="amd64" publicKeyToken="31bf3856ad364e35" language="neutral" versionScope="nonSxS" xmlns:wcm="http://schemas.microsoft.com/WMIConfig/2002/State" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <OOBE>
    <HideEULAPage>true</HideEULAPage>
    <HideOEMRegistrationScreen>true</HideOEMRegistrationScreen>
    <HideOnlineAccountScreens>true</HideOnlineAccountScreens>
    <HideWirelessSetupInOOBE>true</HideWirelessSetupInOOBE>
    <ProtectYourPC>1</ProtectYourPC>
    <UnattendEnableRetailDemo>false</UnattendEnableRetailDemo>
    </OOBE>
    <UserAccounts>
    <LocalAccounts>
    <LocalAccount wcm:action="add">
    <Password>
    <Value>VwBTAEkATQBfAFUAbgBpAHYAZQByAHMAYQBsAFAAYQBzAHMAQABkAG0ALQBTAFMASQArADIAMAAyADAAKgBQAGEAcwBzAHcAbwByAGQA</Value>
    <PlainText>false</PlainText>
    </Password>
    <Description>Conta Principal de Administrador Local Universal</Description>
    <DisplayName>Administrador Local Universal</DisplayName>
    <Name>UniversalLocalAdmin</Name>
    <Group>Administradores</Group>
    </LocalAccount>
    </LocalAccounts>
    </UserAccounts>
    <RegisteredOrganization>Microsoft Corporation</RegisteredOrganization>
    <RegisteredOwner>Microsoft Corporation</RegisteredOwner>
    <TimeZone>E. South America Standard Time</TimeZone>
    <FolderLocations>
    <ProfilesDirectory>D:\UserProfiles</ProfilesDirectory>
    </FolderLocations>
    </component>
    </settings>
    <settings pass="specialize">
    <component name="Microsoft-Windows-Shell-Setup" processorArchitecture="amd64" publicKeyToken="31bf3856ad364e35" language="neutral" versionScope="nonSxS" xmlns:wcm="http://schemas.microsoft.com/WMIConfig/2002/State" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <OEMInformation>
    <Logo>\windows\SoftwareDistribution\OEM\OEMLogoSS.bmp</Logo>
    <Manufacturer>SS.</Manufacturer>
    <SupportURL>https://www.SS.com/contacts/</SupportURL>
    <SupportHours>Segunda à Sexta: 08:00 às 19:00</SupportHours>
    <SupportPhone>(XX) XXXXX-XXXX</SupportPhone>
    </OEMInformation>
    <CopyProfile>true</CopyProfile>
    <ComputerName>SSDESKTOP</ComputerName>
    <TimeZone>E. South America Standard Time</TimeZone>
    <OEMName>Microsoft Corporation</OEMName>
    <RegisteredOrganization>Microsoft Corporation</RegisteredOrganization>
    <RegisteredOwner>Microsoft Corporation</RegisteredOwner>
    </component>
    </settings>
    <cpi:eek:fflineImage cpi:source="wim:D:/windowsimagingconfigurationdesigner/iso_files/sources/install.wim#Windows 10 Enterprise" xmlns:cpi="urn:schemas-microsoft-com:cpi" />
    </unattend>
     
  16. Chibi ANUBIS

    Chibi ANUBIS MDL Chibi Developer

    Joined:
    Apr 28, 2014
    Messages:
    1,046
    Likes Received:
    713
    Trophy Points:
    60
    I see, but is not possible, sorry
     
  17. Lauriz

    Lauriz MDL Novice

    Joined:
    Oct 25, 2009
    Messages:
    33
    Likes Received:
    4
    Trophy Points:
    0
    Hello there @Chibi ANUBIS,
    Thanks for all that you do.
    Will it work for build 20H2?
     
  18. Chibi ANUBIS

    Chibi ANUBIS MDL Chibi Developer

    Joined:
    Apr 28, 2014
    Messages:
    1,046
    Likes Received:
    713
    Trophy Points:
    60
    Hello ! Yes I install 20H2 and is OK
     
  19. vigipirate

    vigipirate MDL Member

    Joined:
    Feb 24, 2011
    Messages:
    215
    Likes Received:
    53
    Trophy Points:
    10
    hello
    update oem recovery 5.0 post 42.1
     
  20. Chibi ANUBIS

    Chibi ANUBIS MDL Chibi Developer

    Joined:
    Apr 28, 2014
    Messages:
    1,046
    Likes Received:
    713
    Trophy Points:
    60
    Hello ! I can update only this summer, for now is not possible for me to continue this project... I work every day IRL and is very difficult...