How to recreate the Windows recovery partition.

Page 5 of 5 FirstFirst ... 345

  1. Posts : 7,620
    Windows 10 Home 20H2
    Thread Starter
       #41

    I just ran the following commands again on installed Windows 10, and WinRE has been successfully enabled.

    REAgentC /disable
    REAgentC /SetREImage /Path R:\Recovery /Target C:\Windows
    REAgentC /enable

    Presumably, an unknown problem had been fixed via Windows PE yesterday.
    Today, everything is normal.
      My Computer


  2. Posts : 21
    Win 10
       #42

    Matthew Wai said:
    Presumably, an unknown problem had been fixed via Windows PE yesterday.
    I suspect that "unknow problem" was dirty BCD store. Nothing allowed to enable WinRE in my running system after OS upgrade, until I rebuilt and cleaned BCD in Admin CMD:
    Code:
    bcdedit /V /enum all
    rem see dublicates and wrong & obsolete BCD records, including WinRE related
    
    bcdboot c:\windows
    bcdboot /bcdclean full
    rem rebuild BCD, remove dublicates and wrong records of non-existing GUIDs
    Also, run Everything Search as admin to quickly find Reagentc.xml files saved in your system, including in protected and hidden folders, and delete them in your recovery partition or folder.

    Than follow the 2nd answer in the Superuser forum topic ReAgentc: Unable to update WinRE boot configuration data to rebuild WinRE partition, and add new WinRE boot record to Windows BCD store and Bootloader Advanced Settings with reagentc /enable. No need to use WinPE to rebuild WinRE, same is true for Windows 11+.

    WinRE partition is preferred next to Windows partition, so consider moving recovery partition if needed with Windows or 3rd party disk tools. If Windows was in-place upgraded, its old recovery partition remained intact, while new WinRE.wim was saved in C:\Recovery\WindowsRE or on adjacent partition. Enable it or rebuild old recovery partition as above, possibly extending it to fit new WinRE.wim + 300 MB free for recovery updates.
    Last edited by zamar21; 3 Weeks Ago at 17:18.
      My Computer


  3. Posts : 544
    Microsoft Windows 10 Home 64-bit 18363 Multiprocessor Free
       #43

    zbook said:
    These are additional methods that can create a new recovery partition.:

    3) Command line:

    diskpart
    sel dis 0
    sel vol D:
    shrink desired=700
    create partition primary
    format quick fs=ntfs label="winRE"
    set id="de94bba4-06d1-4d40-a16a-bfd50179d6ac"
    exit
    reagentc /enable
    The command line worked for me, great.
      My Computer


 

  Related Discussions
Our Sites
Site Links
About Us
Windows 10 Forums is an independent web site and has not been authorized, sponsored, or otherwise approved by Microsoft Corporation. "Windows 10" and related materials are trademarks of Microsoft Corp.

© Designer Media Ltd
All times are GMT -5. The time now is 10:03.
Find Us




Windows 10 Forums