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; " The most simple and obvious thing thing would be to do nothing at all. It is a perfectly sensible response. These partitions are not taking much... Discussion in 'Windows 10 Installation and Upgrade' started by pietcorus2, Apr 12, 2017.

  1. I got two recovery-partitions


    " The most simple and obvious thing thing would be to do nothing at all. It is a perfectly sensible response. These partitions are not taking much space and are not doing anything "..........I will go for safety first , so will leave it as it is now.
    Remains one question ; when fresh installing with DVD/USB ,can we join everything together again ( so starting with one formatted SSD , WITHOUT any other partitions ( from previous installations!).
    Do I have to do this first or does the Windows-DVD this for us , before the new installing .........?
     
    pietcorus2, Apr 13, 2017
    #16
  2. lx07 Win User

    Yes.

    If you do a clean install (where you don't care about what is on the disk), when you get to the part of the installation that says "Where do you want to Install Windows?" delete all the partitions.

    Windows will then create whatever it feels it needs although interestingly it the Microsoft Windows Installer doesn't create partitions in the same order that Microsoft suggests.

    Microsoft suggests the recovery partition is at the end of the disk to allow for changes in size.

    Windows installer is having none of that and is determined to live in the year 2000 and stick it at the front.

    It doesn't matter really as partitions can be in any order but the contradiction is interesting (I think anyway). I guess the person who did the bit of code to do partitioning on a clean install has retired and no-one has bothered about it for a decade or so.
     
  3. NavyLCDR New Member
    @pietcorus2,

    What would you like to accomplish? Here is a summary:

    1. You do not currently have any recovery partition active.

    2. As @lx07 stated, every function of the recovery partition can be performed by booting from a Windows 10 installation USB flash drive or DVD anyway, you can operate without any recovery partitions at all.

    3. It is very simple to delete the two recovery partitions you have and add the space to your existing Windows.

    4. It is almost as simple to delete the extra recovery partition and activate the remaining recovery partition and you would have the standard Windows 10 installation format. The space from the extra recovery partition that was deleted can be added to the Windows partition.

    5. You can create a custom recovery, as @lx07 mentioned, but, to be honest, there is not much to be gained from that because whatever event would require you to use the tools from that custom recovery partition would likely also wipe it out since it will be on the same drive as your Windows. If you have a second hard drive or SSD installed, that is where you would really want to run a custom recovery partition from.

    6. Regarding the clean install - boot from the Windows 10 DVD or USB flash drive. Select the custom install option when you get that choice. A list of existing partitions on the hard drive or SSD will be shown. Delete every partition listed. Highlight the uncallocated space that is created. Click Next. Windows will set up the SSD or hard drive in the standard format, including 1 recovery partition, for you during the setup.

    So what do you want to do?
     
    NavyLCDR, Apr 13, 2017
    #18
  4. I got two recovery-partitions

    " delete all the partitions ".............we can make this choise with the installation-DVD, sure ??
    So, all is gone ,and we get 3 partitions again,afterwards.
    1. MBR-partition 100MB
    2. OS Win10
    3. Recovery-partition ,about 450MB
    Right..........?
     
    pietcorus2, Apr 13, 2017
    #19
  5. NavyLCDR New Member
    Yes. But it is very simple to obtain the same result without wiping out your current Windows installation if you don't want to start over.

    If you want to get to the standard disk layout without the extra Recovery partition, open a Command Prompt (Admin) and run:

    diskpart
    select disk 0
    select part 3
    delete partition
    select part 2
    extend
    exit
    exit

    Then there would be one more command to run that would set and activate the remaining recovery partition.
     
    NavyLCDR, Apr 13, 2017
    #20
  6. " So what do you want to do? "............will keep my existing Windows10 ,(1607.14393.1066), NOT upgrading yet, coz I dont think its better then what we have , and wait some time untill bugs,etc. are wiped out and then have to try again..........
    Then,maybe,will make a clean install , its better then upgrade.
    Clean install costs me really loooots of time ,have to reinstall very much software,office,etc.etc.
    not talking about the tweaks and settings you have to make also.
    Anyway, you guys made me a lot wiser and Im very thankfull ( appreciate) to all of you..............
     
    pietcorus2, Apr 13, 2017
    #21
  7. " Then there would be one more command to run that would set and activate the remaining recovery partition. "....what command is this ? And is it really safe, I mean can we do this without getting blue-screens etc..??

    Do we have to insert this commands one by one , and do we have to take any precautions first......??

    Im asking this ,coz had some serious problems ,blue-start screens ( when cold start not the restarts !),with messages like; ACPI.sys ,NETIO.sys ,IRQL and NONPAGEDAIREA .( and; "something wrong,system must restart")
    A few seconds later it made good restart, but its very annoying of course.
    These things started after I joined on of the Recovery-partitions with the OS-partition. I did this with a partition-boot CD.
     
    pietcorus2, Apr 13, 2017
    #22
  8. NavyLCDR New Member

    I got two recovery-partitions

    You don't really have to take any precautions first - this would be one of the safest operations to do, as long as you don't delete partition 2. It is always a good idea to have a backup image of your system created because you never know when something could happen to it, whether or not you are actually messing with the partitions.

    You would run the diskpart commands one by one, pressing enter key after each one. The command to run in a command prompt (admin) after all the diskpart commands would be:

    reagentc /setreimage /path \\?\GLOBALROOT\device\harddisk0\partition3\Recovery\WindowsRE
    reagentc /enable
     
    NavyLCDR, Apr 13, 2017
    #23
  9. Its no trouble with mixing these two partitions ?
    I thought they have different formats ., NTFS and UEFI .......
    Will try, first new backup of the OS-partition, restart and will give it a try !
    Let you know if all goes well, or else ......Im dead ( dead OS , format etc.),will take some more time......
     
    pietcorus2, Apr 13, 2017
    #24
  10. NavyLCDR New Member
    You won't be mixing two partitions. You will be deleting a partition and then filling up the empty space.
     
    NavyLCDR, Apr 13, 2017
    #25
  11. Just made some backups and did as you told in CMD, when I pressed enter after the extend-cmd , I got ; Virtual Disk Service error ; " the extension is smaller then the minimal size "
    Further no way, so I had to quit and did not make the reagentc , coz it did not do anything at all.............!
    What more can we do, maybe before restart , so not in Windows................?
     
    pietcorus2, Apr 13, 2017
    #26
  12. NavyLCDR New Member
    What does:

    diskpart
    select disk 0
    list part

    look like now?
     
    NavyLCDR, Apr 13, 2017
    #27
  13. I got two recovery-partitions

    Well, it looks like before , so if nothing has happend.............
     
    pietcorus2, Apr 13, 2017
    #28
  14. NavyLCDR New Member
    Well that is why the extend command failed, are you sure you ran the command to delete the extra recovery partition?

    diskpart
    select disk 0
    select part 3
    delete partition

    What happens at that point?
     
    NavyLCDR, Apr 13, 2017
    #29
  15. 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 security somehow.
    Sorry, Dutch machine ,and worse, my English is not as it should be............
     
    pietcorus2, Apr 13, 2017
    #30
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...