Windows 10: I got two recovery-partitions

Discus and support I got two recovery-partitions in Windows 10 Installation and Upgrade to solve the problem; Its "can not delete a protected partition if the parameter fo forced protecion not is set "..........it does not do anything,it seems to be blocked by... Discussion in 'Windows 10 Installation and Upgrade' started by pietcorus2, Apr 12, 2017.

  1. NavyLCDR New Member

    I got two recovery-partitions


    OK. So we have two choices. First choice is just to install and use MiniTool Partition Wizard Free. That would be the easy choice:
    Best Free Partition Manager for Windows | MiniTool Partition Free

    In MiniTool, just right click on the third partition (the recovery partition next to C: drive), select delete and apply. Then right click on the C: drive partition, select resize, and move the right border of the partition to fill the empty space and apply.

    The second choice - I am setting up a drive right now to look like yours so I can figure out how and show you how to do it in diskpart. I think I know, I just want to verify.
     
    NavyLCDR, Apr 13, 2017
    #31
  2. lx07 Win User

    try

    diskpart
    select disk 0
    select part 3
    delete partition override
     
  3. OK, I just used Aomei Part.Ass.Unlim. and did as you told me.
    This went fast, choosed the part. next to OS ,extended C and this useless rec. part. is gone now......
    Will test , if the OS starts ok , after some time off, you have seen my troubles with this in the past.
    If all goes well, let you know !
     
    pietcorus2, Apr 13, 2017
    #33
  4. NavyLCDR New Member

    I got two recovery-partitions

    Excellent! After you reboot your computer, the commands to enable the remaining recovery partition should be [in a Command Prompt (Admin)]:

    reagentc /setreimage /path \\?\GLOBALROOT\device\harddisk0\partition3\Recovery\WindowsRE
    reagentc /enable

    then you can check to see if it is enabled with:

    reagentc /info
     
    NavyLCDR, Apr 13, 2017
    #34
  5. Very good, just restarted "the beast" and no blue screens etc. , very fast 7 seconds.
    Then gave your cmd s ,this gave us next result ;..........if you see something strange, let me know.
    But to me, it seems al right !
     
    pietcorus2, Apr 13, 2017
    #35
  6. NavyLCDR New Member
    I got two recovery-partitions [​IMG]


    Everything looks great! And @lx07 was correct...in diskpart it should have been
    delete partition override

    But now you have the standards Windows 10 disk layout with no extra recovery partitions!
     
    NavyLCDR, Apr 13, 2017
    #36
  7. yes !!! I own you one, this means ; we can make several times an upgrade ,without all these useless recovery-partitions.
    And; restore to a normal,standard partition lay-out !!
    Again, my deep respect for your knowledge and I can only say; thank you all for your great help !! *Biggrin*Wink

    ( next time,I will only use the partition-CD/ delete the recovery-part. next to OS-part. / extend OS-part. with the just deleted rc.-part./ reboot/ cmd; reagentc /setreimage /path L: \\?\GLOBALROOT\device\harddisk0\partition3\Recovery\WindowsRE
    reagentc /enable / done !!)
     
    pietcorus2, Apr 13, 2017
    #37
  8. ddelo Win User

    I got two recovery-partitions

    Sorry for reviving an old thread, but my question is similar.

    Following AU, besides the original 450 MB Recovery Partition (#1) I got a second Recovery Partition (#5), which with CU grew to 1761 MB.


    I got two recovery-partitions [​IMG]



    This new Partition (#5) according to “reagentc /info” is the “valid” Win RE partition.

    Without doing a clean install and taking into account that before any partition playing, a Macrium Reflect Full image will be taken, just in case, I want to ask:

    1. Is it advisable to delete the old (#1) partition?
    2. And if yes, how to rearrange partitions adding the 450 MB of the deleted Recovery Partition (#1) to my Primary partition and
    3. which will be the easiest and of course feasible order:

    Code: Partition ### Type Size ------------- ---------------- ------- Partition 1 Recovery 1761 MB Partition 2 System 100 MB Partition 3 Reserved 16 MB Partition 4 Primary 463 GB + 450 MB[/quote] OR

    Code: Partition ### Type Size ------------- ---------------- ------- Partition 1 System 100 MB Partition 2 Reserved 16 MB Partition 3 Primary 463 GB + 450 MB Partition 4 Recovery 1761 MB[/quote]
    Finally, following rearrangement can someone confirm that in order to register the ‘new’ RE, I should run the following command (depending on the new order):
    Code: Reagentc /setreimage /path \\?\GLOBALROOT\device\harddisk0\partition1\Recovery\WindowsRE OR Reagentc /setreimage /path \\?\GLOBALROOT\device\harddisk0\partition4\Recovery\WindowsRE[/quote] Thanks.
     
    ddelo, Feb 12, 2018
    #38
  9. lx07 Win User
    Your second option is best (after the "OR") - it is what MS suggest.


    I got two recovery-partitions [​IMG]


    UEFI/GPT-based hard drive partitions | Microsoft Docs

    If you do that then if recovery grows it will chip a bit off the end of C volume rather than make another partition.

    I'd suggest you delete your current partition 1, move ESP (System in your picture), MSR (Reserved) and C (Primary) to the left and leave recovery at the right. You can use this to do it MiniTool Partition Wizard Free

    Then you re-register recovery in partition number 4 (again the option after the "OR" in your post above).

    Normally though you would mount the recovery partition (using diskpart) and then run the command like this rather than specifying the partition in a \\?\GLOBALROOT\device\harddisk0\partitionX style Code: Reagentc /setreimage /path T:\Recovery\WindowsRE /target W:\Windows[/quote] See here REAgentC command-line options | Microsoft Docs
     
  10. ddelo Win User
    Thanks a lot!!!! To be honest the 2nd option was the one I favored too!!

    But just for confirmation, can the EFI and MSR partitions be moved to the left end without any problem?
    I will do the repartitioning using the AOMEI Partition Assistant from Kyhi’s WinPESE_x64, following your suggestion:
    1. Delete Recovery Partition 1
    2. Move System (EFI) Partition 2 to the left end
    3. Move MSR Partition 3 next to EFI
    4. Move Primary partition 4 next to MSR and finally
    5. Move Recovery Partition 5 next to Primary, to leave it space for future growth from the next Win 10 updates.

    Hope it works!
     
    ddelo, Feb 12, 2018
    #40
  11. NavyLCDR New Member
    For step 4 above, I would not move the entire partition 4, i would just extend it to fill all the empty space, then no need for step 5 at all.
     
    NavyLCDR, Feb 13, 2018
    #41
  12. ddelo Win User
    Right on!!! Excellent recommendation.
    Thank you very much! *Smile
     
    ddelo, Feb 13, 2018
    #42
  13. lx07 Win User

    I got two recovery-partitions

    Looks fine to me.

    1. Yes

    2. Yes - it is definitely fine to move the EFI System partition. I have and it is not a problem. Windows doesn't care where it is - you could put it a completely different drive or a USB key if you wanted. MS recommend putting it partition 1 so I do.

    3. The MSR partition is not formatted and contains nothing (normally). You can move it (or even delete it) but I always put it before C as MS say to do so. Note they say "before C" not "after ESP". Normally these will be the same if you do the standard layout.

    4. Yes - move C volume (the primary partition Windows calls it) to the left next to the MSR.

    5. You could leave recovery partition where it is and expand C (by 450MB). If Windows needs a bit more space in future for the recovery partition it will steal it from the C volume by shrinking it. If the recovery partition is last it can do this without adding a new partition to the end. That is why MS recommend having recovery last not first.

    Interestingly whoever writes the Windows installers didn't read their own documentation - a clean install of Windows 10 still puts recovery first which is against their documented standards and a stupid idea (as you noticed).
     
  14. ddelo Win User
    Thanks again for your time, I appreciate it *Biggrin
    I'll start my image now and report back with the results....and BTW I couldn't agree more with your last comment!!!!
     
    ddelo, Feb 13, 2018
    #44
  15. lx07 Win User
    Best of luck - it will be fine, and, if you have recovery partition last you'll never have to do it again (probably).

    Make a backup of C before you move it. I never had a problem with partition wizard but...
     
Thema:

I got two recovery-partitions

Loading...
  1. I got two recovery-partitions - Similar Threads - got recovery partitions

  2. EFI and Recovery partition got deleted

    in Windows 10 Gaming
    EFI and Recovery partition got deleted: When attempting to dual boot with Linux, my EFI boot partition and the Microsoft Reserved partition got wiped.I am currently booted into a liveuser on EndeavourOS to view my partitions in GParted. - Top unallocated is where the EFI partiton should go- /dev/sda2 are my Windows...
  3. EFI and Recovery partition got deleted

    in Windows 10 Software and Apps
    EFI and Recovery partition got deleted: When attempting to dual boot with Linux, my EFI boot partition and the Microsoft Reserved partition got wiped.I am currently booted into a liveuser on EndeavourOS to view my partitions in GParted. - Top unallocated is where the EFI partiton should go- /dev/sda2 are my Windows...
  4. two recovery partitions

    in Windows 10 Gaming
    two recovery partitions: hi,After update to windows 11, my disk have two recovery partitions. which one i can delete?thank for your help! https://answers.microsoft.com/en-us/windows/forum/all/two-recovery-partitions/14759a92-8ae2-4f6d-8362-4f13af8db315
  5. two recovery partitions

    in Windows 10 Software and Apps
    two recovery partitions: hi,After update to windows 11, my disk have two recovery partitions. which one i can delete?thank for your help! https://answers.microsoft.com/en-us/windows/forum/all/two-recovery-partitions/14759a92-8ae2-4f6d-8362-4f13af8db315
  6. Why Two Recovery Partitions

    in Windows 10 Network and Sharing
    Why Two Recovery Partitions: In Disk Management show 2 recovery partitions??How many does Windows 10 need??James https://answers.microsoft.com/en-us/windows/forum/all/why-two-recovery-partitions/9f474925-ae64-4151-89a3-8198c820c437
  7. Why do I have two recovery partitions?

    in Windows 10 Installation and Upgrade
    Why do I have two recovery partitions?: I check out my partitioning scheme and I see something odd: Code: DISKPART> list partition Partition ### Type Size Offset ------------- ---------------- ------- ------- Partition 1 Recovery 499 MB 1024 KB Partition 2 System 100 MB 500 MB Partition 3 Reserved 16 MB 600 MB...
  8. Two recovery partitions?

    in Windows 10 Support
    Two recovery partitions?: Hi, I am using Windows 10.0.16299 build 16299 My PC is UEFI. I noticed this partition layout: [img] is it normal? Why two recovery partition (at beginning and at the end)? Thank you! 106688
  9. Why Two Recovery Partitions??

    in Windows 10 Support
    Why Two Recovery Partitions??: Looking at Disk Management in W10, I note that my 'C' Drive (SSD) has two 450Mb Healthy (Recovery Partition) on it and One 99Mb Healthy (EFI System Partition) on it along with the main primary partition. Why have I got two of these Recovery Partitions? Did an extra one get...
  10. Why are there two recovery partitions?

    in Windows 10 Support
    Why are there two recovery partitions?: [img] Hi, I've noticed I have an extra recovery partition that wasn't in Windows 8.1. Is it a partition for recovery back to 8.1? (I ran disk cleanup to get rid of the files, as I have a system image to use if I wanted to go back). And in disk cleanup, I see there's a...

Users found this page by searching for:

  1. deleted recovery partitions and theres still remaining app with no icons

    ,
  2. CHIP DE WINPESE