Windows Recovery partition missing from Volume list of Disk Management

Page 3 of 4 FirstFirst 1234 LastLast

  1. Posts : 869
    Windows 10 Professional x64 21H2
       #21

    ddelo said:
    Ooops!... That might explain it. Mine was OK in 18363.657 as I don't remember looking at it in 18363.697.
    So it might be that MS broke Disk Management.
    You could uninstall the last Win 10 Update.
      My Computers


  2. Posts : 41,474
    windows 10 professional version 1607 build 14393.969 64 bit
       #22

    A windows update was just performed.
    It is now 10.0.18363.720.



    Windows Recovery partition missing from Volume list of Disk Management-ten-forums-disk-management-after-windows-update-3-14-2020.png



    Diskpart displayed 6.98 GB
    diskpart det partition displayed 7148 MB Fs RAW
    reagent /c displayed disabled
    reagent /c enable displayed The Windows RE image was not found.

    So it appears for now that this new problem is related to Windows updates.





    Microsoft Windows [Version 10.0.18363.720]
    (c) 2019 Microsoft Corporation. All rights reserved.

    C:\windows\system32>diskpart

    Microsoft DiskPart version 10.0.18362.1

    Copyright (C) Microsoft Corporation.
    On computer: DESKTOP-K2CP43S

    DISKPART> sel dis 0

    Disk 0 is now the selected disk.

    DISKPART> lis vol

    Volume ### Ltr Label Fs Type Size Status Info
    ---------- --- ----------- ----- ---------- ------- --------- --------
    Volume 0 G DVD-ROM 0 B No Media
    Volume 1 K System Rese NTFS Partition 499 MB Healthy System
    Volume 2 C Windows NTFS Partition 689 GB Healthy Boot
    Volume 3 D HP_TOOLS FAT32 Partition 2056 MB Healthy

    DISKPART> lis par

    Partition ### Type Size Offset
    ------------- ---------------- ------- -------
    Partition 1 Primary 499 MB 1024 KB
    Partition 2 Primary 689 GB 500 MB
    Partition 3 Primary 2056 MB 689 GB
    Partition 4 Recovery 7148 MB 691 GB

    DISKPART> sel par 4

    Partition 4 is now the selected partition.

    DISKPART> det par

    Partition 4
    Type : 27
    Hidden: No
    Active: No
    Offset in Bytes: 742657097728

    Volume ### Ltr Label Fs Type Size Status Info
    ---------- --- ----------- ----- ---------- ------- --------- --------
    * Volume 4 RAW Partition 7148 MB Healthy Hidden

    DISKPART> exit

    Leaving DiskPart...

    C:\windows\system32>reagentc /info
    Windows Recovery Environment (Windows RE) and system reset configuration
    Information:

    Windows RE status: Disabled
    Windows RE location:
    Boot Configuration Data (BCD) identifier: 238da88d-49fb-11e9-92c9-c3d8e506f5ea
    Recovery image location:
    Recovery image index: 0
    Custom image location:
    Custom image index: 0

    REAGENTC.EXE: Operation Successful.


    C:\windows\system32>reagentc /enable
    REAGENTC.EXE: The Windows RE image was not found.


    C:\windows\system32>
      My Computer


  3. Posts : 2,450
    Windows 10 Pro x64
    Thread Starter
       #23

    Lance1 said:
    You could uninstall the last Win 10 Update.
    I could...if it allowed me!
      My Computer


  4. Posts : 2,450
    Windows 10 Pro x64
    Thread Starter
       #24

    zbook said:
    A windows update was just performed.
    It is now 10.0.18363.720.



    Windows Recovery partition missing from Volume list of Disk Management-ten-forums-disk-management-after-windows-update-3-14-2020.png



    Diskpart displayed 6.98 GB
    diskpart det partition displayed 7148 MB Fs RAW
    reagent /c displayed disabled
    reagent /c enable displayed The Windows RE image was not found.

    So it appears for now that this new problem is related to Windows updates.





    Microsoft Windows [Version 10.0.18363.720]
    (c) 2019 Microsoft Corporation. All rights reserved.

    C:\windows\system32>diskpart

    Microsoft DiskPart version 10.0.18362.1

    Copyright (C) Microsoft Corporation.
    On computer: DESKTOP-K2CP43S

    DISKPART> sel dis 0

    Disk 0 is now the selected disk.

    DISKPART> lis vol

    Volume ### Ltr Label Fs Type Size Status Info
    ---------- --- ----------- ----- ---------- ------- --------- --------
    Volume 0 G DVD-ROM 0 B No Media
    Volume 1 K System Rese NTFS Partition 499 MB Healthy System
    Volume 2 C Windows NTFS Partition 689 GB Healthy Boot
    Volume 3 D HP_TOOLS FAT32 Partition 2056 MB Healthy

    DISKPART> lis par

    Partition ### Type Size Offset
    ------------- ---------------- ------- -------
    Partition 1 Primary 499 MB 1024 KB
    Partition 2 Primary 689 GB 500 MB
    Partition 3 Primary 2056 MB 689 GB
    Partition 4 Recovery 7148 MB 691 GB

    DISKPART> sel par 4

    Partition 4 is now the selected partition.

    DISKPART> det par

    Partition 4
    Type : 27
    Hidden: No
    Active: No
    Offset in Bytes: 742657097728

    Volume ### Ltr Label Fs Type Size Status Info
    ---------- --- ----------- ----- ---------- ------- --------- --------
    * Volume 4 RAW Partition 7148 MB Healthy Hidden

    DISKPART> exit

    Leaving DiskPart...

    C:\windows\system32>reagentc /info
    Windows Recovery Environment (Windows RE) and system reset configuration
    Information:

    Windows RE status: Disabled
    Windows RE location:
    Boot Configuration Data (BCD) identifier: 238da88d-49fb-11e9-92c9-c3d8e506f5ea
    Recovery image location:
    Recovery image index: 0
    Custom image location:
    Custom image index: 0

    REAGENTC.EXE: Operation Successful.


    C:\windows\system32>reagentc /enable
    REAGENTC.EXE: The Windows RE image was not found.


    C:\windows\system32>
    Isn't that wonderful... It seems that my "display" issue, is minor compared to this one, which displays Recovery partition correctly!
      My Computer


  5. Posts : 4,144
    Windows 3.1 to Windows 11
       #25

    @ddelo
    What I see with Partition 4 - which is clearly the Recovery Partition
    WinRE is present and WinRE is registered....
    With that said - the GPT Attributes listed by Powershell are slightly off for that partition
    and should be > gpt attributes=0x8000000000000001
    rather then current > gpt attributes=0x8000000000000000

    change final digit to 1 and verify the results

    Not sure if reason - but the partition is set to a different then normal Attrib
    and I know that changing the 8 or final digit in the past had an effect..

    You can also checkout diskpart GPT Attributes help on-line
      My Computer


  6. Posts : 2,450
    Windows 10 Pro x64
    Thread Starter
       #26

    Kyhi said:
    @ddelo
    What I see with Partition 4 - which is clearly the Recovery Partition
    WinRE is present and WinRE is registered....
    With that said - the GPT Attributes listed by Powershell are slightly off for that partition
    and should be > gpt attributes=0x8000000000000001
    rather then current > gpt attributes=0x8000000000000000

    change final digit to 1 and verify the results

    Not sure if reason - but the partition is set to a different then normal Attrib
    and I know that changing the 8 or final digit in the past had an effect..

    You can also checkout diskpart GPT Attributes help on-line

    As I said before...since Jimmy is here, if there is a a solution, it will be given!

    As Jimmy suggested changing the last bit of the partition's attribute from 0 to 1 (made the partition Required), takes care of the problem.
    The question is, why this should be done as the partition's attribute was never changed from what the Windows 10 installation set it and it was functioning perfectly before...but I guess that is something MS has to answer!!

    Just to make clear what needs to be done, in case someone else faces the same issue:

    Before:
    Windows Recovery partition missing from Volume list of Disk Management-diskmanagment-before.png

    After running the following diskpart coammands:
    Code:
    list disk
    select disk 0  <-- the disk with the Recovery partition
    list part
    select part 4  <-- the Recovery partition
    detail part
    gpt ATTRIBUTES=0x8000000000000001
    Windows Recovery partition missing from Volume list of Disk Management-diskmanagment-aftert.png

    A huge thanks to Jimmy for his precious help!!!

    And one last, more technical, note:
    GPT attributes
    - 0x0000000000000001. Specifies that the partition is required by the computer to function properly.
    - 0x8000000000000000. Specifies that the partition will not receive a drive letter by default when the disk is moved to another computer or when the disk is seen for the first time by a computer.
    Last edited by ddelo; 15 Mar 2020 at 03:45.
      My Computer


  7. Posts : 41,474
    windows 10 professional version 1607 build 14393.969 64 bit
       #27

    For EFI partitioning det par displays attributes.
    For MBR partitioning det par does not display attributes.
    What should be checked in MBR?
      My Computer


  8. Posts : 2,450
    Windows 10 Pro x64
    Thread Starter
       #28

    zbook said:
    For EFI partitioning det par displays attributes.
    For MBR partitioning det par does not display attributes.
    What should be checked in MBR?
    Check the remarks in here
    GPT and MBR attributes behave differently on volumes
      My Computer


  9. Posts : 2,450
    Windows 10 Pro x64
    Thread Starter
       #29

    And one final thing:

    I will not mark the issue as "Solved" yet, until we see if this is an intentional change the Redmond geniuses have decided, (i.e. show the Recovery partition in volume list, only if it's "Required"), or someone screwed up with the latest update.
    Last edited by ddelo; 15 Mar 2020 at 09:15.
      My Computer


  10. Posts : 2,450
    Windows 10 Pro x64
    Thread Starter
       #30

    Something I noticed, in the screenshots above which probably shows that the problem, although seems to be solved by the recommendation of @Kyhi, is most likely a screw-up from Microsoft.

    In the two screenshots above, in the first one the EFI partition and in the second one both the EFI and Recovery partitions show as 100% free space, i.e. not used at all.
    This is not the case for both of them as they both have data written.
    Windows Recovery partition missing from Volume list of Disk Management-minitool.png

    So it seems that it's not just the Recovery partition not showing in the Volume list, but a more complicated issue, which needs Microsoft's attention!
      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 17:18.
Find Us




Windows 10 Forums