Options to fix RAW recovery partitions

Page 3 of 3 FirstFirst 123

  1. Posts : 7,607
    Windows 10 Home 20H2
       #21

    I used 7-Zip to extract "Recovery" from the ISO file. DISM was not needed.
      My Computer


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

    Last night I had let GDB create a population tree.

    The computer was used during the day.

    There has been no reboot.

    Somehow the recovery partitions are no longer RAW and there are multiple new drives in diskpart and disk management.
    And running the diskparinfo script it is enabled.
    There are no drives attached to the computer other than H: which is a sandisk 64 GB drive.
    The 64 GB flash drive has a windows 10 iso.
    It had been created on the Microsoft website formatting into 32 GB FAT32.


    So D:, E:, F:, G: are unknown in diskpart and disk management.
    These drive letters were not seen in minitool.

    Were CDFS and UDF created by GDB?


    Code:
    Microsoft Windows [Version 10.0.17763.1282]
    (c) 2018 Microsoft Corporation. All rights reserved.
    
    C:\WINDOWS\system32>diskpart
    
    Microsoft DiskPart version 10.0.17763.1
    
    Copyright (C) Microsoft Corporation.
    On computer: DESKTOP-9HEBUKS
    
    DISKPART> lis dis
    
      Disk ###  Status         Size     Free     Dyn  Gpt
      --------  -------------  -------  -------  ---  ---
      Disk 0    Online          238 GB  1024 KB        *
      Disk 1    Online           58 GB    26 GB
    
    DISKPART> lis vol
    
      Volume ###  Ltr  Label        Fs     Type        Size     Status     Info
      ----------  ---  -----------  -----  ----------  -------  ---------  --------
      Volume 0     D   SEAGATE      CDFS   DVD-ROM        8 MB  Healthy
      Volume 1     E   ESD-ISO      UDF    DVD-ROM     3892 MB  Healthy
      Volume 2     F   ESD-ISO      UDF    DVD-ROM     3892 MB  Healthy
      Volume 3     G   ESD-ISO      UDF    DVD-ROM     3892 MB  Healthy
      Volume 4     C                NTFS   Partition    237 GB  Healthy    Boot
      Volume 5                      FAT32  Partition    100 MB  Healthy    System
      Volume 6     H   ESD-USB      FAT32  Removable     32 GB  Healthy
    
    DISKPART> sel dis 0
    
    Disk 0 is now the selected disk.
    
    DISKPART> det dis
    
    SanDisk SD6PP4M-256G-1006
    Disk ID: {8AD68322-9EFB-4D7A-89D8-5044D04374F5}
    Type   : SATA
    Status : Online
    Path   : 0
    Target : 0
    LUN ID : 0
    Location Path : PCIROOT(0)#PCI(1C04)#PCI(0000)#ATA(C00T00L00)
    Current Read-only State : No
    Read-only  : No
    Boot Disk  : Yes
    Pagefile Disk  : Yes
    Hibernation File Disk  : No
    Crashdump Disk  : Yes
    Clustered Disk  : No
    
      Volume ###  Ltr  Label        Fs     Type        Size     Status     Info
      ----------  ---  -----------  -----  ----------  -------  ---------  --------
      Volume 4     C                NTFS   Partition    237 GB  Healthy    Boot
      Volume 5                      FAT32  Partition    100 MB  Healthy    System
    
    DISKPART> lis vol
    
      Volume ###  Ltr  Label        Fs     Type        Size     Status     Info
      ----------  ---  -----------  -----  ----------  -------  ---------  --------
      Volume 0     D   SEAGATE      CDFS   DVD-ROM        8 MB  Healthy
      Volume 1     E   ESD-ISO      UDF    DVD-ROM     3892 MB  Healthy
      Volume 2     F   ESD-ISO      UDF    DVD-ROM     3892 MB  Healthy
      Volume 3     G   ESD-ISO      UDF    DVD-ROM     3892 MB  Healthy
      Volume 4     C                NTFS   Partition    237 GB  Healthy    Boot
      Volume 5                      FAT32  Partition    100 MB  Healthy    System
      Volume 6     H   ESD-USB      FAT32  Removable     32 GB  Healthy
    
    DISKPART> lis par
    
      Partition ###  Type              Size     Offset
      -------------  ----------------  -------  -------
      Partition 1    Recovery           450 MB  1024 KB
      Partition 2    System             100 MB   451 MB
      Partition 3    Reserved            16 MB   551 MB
      Partition 4    Primary            237 GB   567 MB
      Partition 5    Recovery           885 MB   237 GB
    
    DISKPART> sel par 1
    
    Partition 1 is now the selected partition.
    
    DISKPART> det par
    
    Partition 1
    Type    : de94bba4-06d1-4d40-a16a-bfd50179d6ac
    Hidden  : No
    Required: Yes
    Attrib  : 0X8000000000000001
    Offset in Bytes: 1048576
    
      Volume ###  Ltr  Label        Fs     Type        Size     Status     Info
      ----------  ---  -----------  -----  ----------  -------  ---------  --------
    * Volume 7     P   Recovery     NTFS   Partition    450 MB  Healthy    Hidden
    
    DISKPART> sel par 5
    
    Partition 5 is now the selected partition.
    
    DISKPART> det par
    
    Partition 5
    Type    : de94bba4-06d1-4d40-a16a-bfd50179d6ac
    Hidden  : No
    Required: Yes
    Attrib  : 0X8000000000000001
    Offset in Bytes: 255131123712
    
      Volume ###  Ltr  Label        Fs     Type        Size     Status     Info
      ----------  ---  -----------  -----  ----------  -------  ---------  --------
    * Volume 8     Q                NTFS   Partition    885 MB  Healthy    Hidden
    
    DISKPART> exit
    
    Leaving DiskPart...
    
    C:\WINDOWS\system32>chkdsk /b /v p:
    The type of the file system is NTFS.
    
    Chkdsk cannot run because the volume is in use by another
    process.  Chkdsk may run if this volume is dismounted first.
    ALL OPENED HANDLES TO THIS VOLUME WOULD THEN BE INVALID.
    Would you like to force a dismount on this volume? (Y/N) n
    
    Chkdsk cannot run because the volume is in use by another
    process.  Would you like to schedule this volume to be
    checked the next time the system restarts? (Y/N) n
    
    C:\WINDOWS\system32>chkdsk /b /v q:
    The type of the file system is NTFS.
    
    Chkdsk cannot run because the volume is in use by another
    process.  Chkdsk may run if this volume is dismounted first.
    ALL OPENED HANDLES TO THIS VOLUME WOULD THEN BE INVALID.
    Would you like to force a dismount on this volume? (Y/N) n
    
    Chkdsk cannot run because the volume is in use by another
    process.  Would you like to schedule this volume to be
    checked the next time the system restarts? (Y/N) n
    
    C:\WINDOWS\system32>


    Options to fix RAW recovery partitions-ten-forums-disk-management-01312021.jpg

    Options to fix RAW recovery partitions-ten-forums-mini-tool-01312021.jpg


    Code:
        Disk 0 is an SSD. It has 5 partition(s). Model: SanDisk SD6PP4M-256G-1006   
    
        This computer has the above 1 fixed storage device(s) in total.
    =======================================================================
    
    Microsoft DiskPart version 10.0.17763.1
    
    Copyright (C) Microsoft Corporation.
    On computer: DESKTOP-9HEBUKS
    
      Disk ###  Status         Size     Free     Dyn  Gpt
      --------  -------------  -------  -------  ---  ---
      Disk 0    Online          238 GB  1024 KB        *
      Disk 1    Online           58 GB    26 GB         
    
      Volume ###  Ltr  Label        Fs     Type        Size     Status     Info
      ----------  ---  -----------  -----  ----------  -------  ---------  --------
      Volume 0     D   SEAGATE      CDFS   DVD-ROM        8 MB  Healthy            
      Volume 1     E   ESD-ISO      UDF    DVD-ROM     3892 MB  Healthy            
      Volume 2     F   ESD-ISO      UDF    DVD-ROM     3892 MB  Healthy            
      Volume 3     G   ESD-ISO      UDF    DVD-ROM     3892 MB  Healthy            
      Volume 4     C                NTFS   Partition    237 GB  Healthy    Boot    
      Volume 5                      FAT32  Partition    100 MB  Healthy    System  
      Volume 6     H   ESD-USB      FAT32  Removable     32 GB  Healthy            
    
    Disk 0 is now the selected disk.
    
    SanDisk SD6PP4M-256G-1006
    Disk ID: {8AD68322-9EFB-4D7A-89D8-5044D04374F5}
    Type   : SATA
    Status : Online
    Path   : 0
    Target : 0
    LUN ID : 0
    Location Path : PCIROOT(0)#PCI(1C04)#PCI(0000)#ATA(C00T00L00)
    Current Read-only State : No
    Read-only  : No
    Boot Disk  : Yes
    Pagefile Disk  : Yes
    Hibernation File Disk  : No
    Crashdump Disk  : Yes
    Clustered Disk  : No
    
      Volume ###  Ltr  Label        Fs     Type        Size     Status     Info
      ----------  ---  -----------  -----  ----------  -------  ---------  --------
      Volume 4     C                NTFS   Partition    237 GB  Healthy    Boot    
      Volume 5                      FAT32  Partition    100 MB  Healthy    System  
    
      Partition ###  Type              Size     Offset
      -------------  ----------------  -------  -------
      Partition 1    Recovery           450 MB  1024 KB
      Partition 2    System             100 MB   451 MB
      Partition 3    Reserved            16 MB   551 MB
      Partition 4    Primary            237 GB   567 MB
      Partition 5    Recovery           885 MB   237 GB
    
    Partition 1 is now the selected partition.
    
    Partition 1
    Type    : de94bba4-06d1-4d40-a16a-bfd50179d6ac
    Hidden  : No
    Required: Yes
    Attrib  : 0X8000000000000001
    Offset in Bytes: 1048576
    
      Volume ###  Ltr  Label        Fs     Type        Size     Status     Info
      ----------  ---  -----------  -----  ----------  -------  ---------  --------
    * Volume 7     P   Recovery     NTFS   Partition    450 MB  Healthy    Hidden  
    
    Partition 2 is now the selected partition.
    
    Partition 2
    Type    : c12a7328-f81f-11d2-ba4b-00a0c93ec93b
    Hidden  : Yes
    Required: No
    Attrib  : 0X8000000000000000
    Offset in Bytes: 472907776
    
      Volume ###  Ltr  Label        Fs     Type        Size     Status     Info
      ----------  ---  -----------  -----  ----------  -------  ---------  --------
    * Volume 5                      FAT32  Partition    100 MB  Healthy    System  
    
    Partition 3 is now the selected partition.
    
    Partition 3
    Type    : e3c9e316-0b5c-4db8-817d-f92df00215ae
    Hidden  : Yes
    Required: No
    Attrib  : 0X8000000000000000
    Offset in Bytes: 577765376
    
    There is no volume associated with this partition.
    
    Partition 4 is now the selected partition.
    
    Partition 4
    Type    : ebd0a0a2-b9e5-4433-87c0-68b6b72699c7
    Hidden  : No
    Required: No
    Attrib  : 0000000000000000
    Offset in Bytes: 594542592
    
      Volume ###  Ltr  Label        Fs     Type        Size     Status     Info
      ----------  ---  -----------  -----  ----------  -------  ---------  --------
    * Volume 4     C                NTFS   Partition    237 GB  Healthy    Boot    
    
    Partition 5 is now the selected partition.
    
    Partition 5
    Type    : de94bba4-06d1-4d40-a16a-bfd50179d6ac
    Hidden  : No
    Required: Yes
    Attrib  : 0X8000000000000001
    Offset in Bytes: 255131123712
    
      Volume ###  Ltr  Label        Fs     Type        Size     Status     Info
      ----------  ---  -----------  -----  ----------  -------  ---------  --------
    * Volume 8     Q                NTFS   Partition    885 MB  Healthy    Hidden  
    
    ===============================================================================
    
    Windows Recovery Environment (Windows RE) and system reset configuration
    Information:
    
        Windows RE status:         Enabled
        Windows RE location:       \\?\GLOBALROOT\device\harddisk0\partition5\Recovery\WindowsRE
        Boot Configuration Data (BCD) identifier: be5d0d41-c6eb-11e8-adca-e98a121fef8b
        Recovery image location:   
        Recovery image index:      0
        Custom image location:     
        Custom image index:        0
    
    ===============================================================================
    
    Firmware Boot Manager
    ---------------------
    identifier              {fwbootmgr}
    displayorder            {bootmgr}
    timeout                 0
    
    Windows Boot Manager
    --------------------
    identifier              {bootmgr}
    device                  partition=\Device\HarddiskVolume2
    path                    \EFI\Microsoft\Boot\bootmgfw.efi
    description             Windows Boot Manager
    locale                  en-US
    inherit                 {globalsettings}
    default                 {current}
    resumeobject            {96331d36-c6eb-11e8-b042-cc3d8264eeba}
    displayorder            {current}
    toolsdisplayorder       {memdiag}
    timeout                 30
    
    Windows Boot Loader
    -------------------
    identifier              {current}
    device                  partition=C:
    path                    \WINDOWS\system32\winload.efi
    description             Windows 10
    locale                  en-US
    inherit                 {bootloadersettings}
    recoverysequence        {be5d0d41-c6eb-11e8-adca-e98a121fef8b}
    displaymessageoverride  Recovery
    recoveryenabled         Yes
    isolatedcontext         Yes
    allowedinmemorysettings 0x15000075
    osdevice                partition=C:
    systemroot              \WINDOWS
    resumeobject            {96331d36-c6eb-11e8-b042-cc3d8264eeba}
    nx                      OptIn
    bootmenupolicy          Standard
    
    Windows Boot Loader
    -------------------
    identifier              {be5d0d41-c6eb-11e8-adca-e98a121fef8b}
    device                  ramdisk=[Q:]\Recovery\WindowsRE\Winre.wim,{be5d0d42-c6eb-11e8-adca-e98a121fef8b}
    path                    \windows\system32\winload.efi
    description             Windows Recovery Environment
    locale                  en-US
    inherit                 {bootloadersettings}
    displaymessage          Recovery
    osdevice                ramdisk=[Q:]\Recovery\WindowsRE\Winre.wim,{be5d0d42-c6eb-11e8-adca-e98a121fef8b}
    systemroot              \windows
    nx                      OptIn
    bootmenupolicy          Standard
    winpe                   Yes
    
    Windows Boot Loader
    -------------------
    identifier              {ca821bf1-6ed9-11e8-85f3-ee39996bc3fe}
    device                  ramdisk=[unknown]\Recovery\WindowsRE\Winre.wim,{ca821bf2-6ed9-11e8-85f3-ee39996bc3fe}
    path                    \windows\system32\winload.efi
    description             Windows Recovery Environment
    locale                  en-US
    inherit                 {bootloadersettings}
    displaymessage          Recovery
    osdevice                ramdisk=[unknown]\Recovery\WindowsRE\Winre.wim,{ca821bf2-6ed9-11e8-85f3-ee39996bc3fe}
    systemroot              \windows
    nx                      OptIn
    bootmenupolicy          Standard
    winpe                   Yes
    
    Resume from Hibernate
    ---------------------
    identifier              {96331d36-c6eb-11e8-b042-cc3d8264eeba}
    device                  partition=C:
    path                    \WINDOWS\system32\winresume.efi
    description             Windows Resume Application
    locale                  en-US
    inherit                 {resumeloadersettings}
    recoverysequence        {be5d0d41-c6eb-11e8-adca-e98a121fef8b}
    recoveryenabled         Yes
    isolatedcontext         Yes
    allowedinmemorysettings 0x15000075
    filedevice              partition=C:
    filepath                \hiberfil.sys
    bootmenupolicy          Standard
    debugoptionenabled      No
    
    Windows Memory Tester
    ---------------------
    identifier              {memdiag}
    device                  partition=\Device\HarddiskVolume2
    path                    \EFI\Microsoft\Boot\memtest.efi
    description             Windows Memory Diagnostic
    locale                  en-US
    inherit                 {globalsettings}
    badmemoryaccess         Yes
    
    EMS Settings
    ------------
    identifier              {emssettings}
    bootems                 No
    
    Debugger Settings
    -----------------
    identifier              {dbgsettings}
    debugtype               Local
    
    RAM Defects
    -----------
    identifier              {badmemory}
    
    Global Settings
    ---------------
    identifier              {globalsettings}
    inherit                 {dbgsettings}
                            {emssettings}
                            {badmemory}
    
    Boot Loader Settings
    --------------------
    identifier              {bootloadersettings}
    inherit                 {globalsettings}
                            {hypervisorsettings}
    
    Hypervisor Settings
    -------------------
    identifier              {hypervisorsettings}
    hypervisordebugtype     Serial
    hypervisordebugport     1
    hypervisorbaudrate      115200
    
    Resume Loader Settings
    ----------------------
    identifier              {resumeloadersettings}
    inherit                 {globalsettings}
    
    Device options
    --------------
    identifier              {be5d0d42-c6eb-11e8-adca-e98a121fef8b}
    description             Windows Recovery
    ramdisksdidevice        partition=Q:
    ramdisksdipath          \Recovery\WindowsRE\boot.sdi
    Last edited by zbook; 31 Jan 2021 at 01:40.
      My Computer


  3. Posts : 11,628
    Windows11 Home 64bit v:23H2 b:22631.3374
       #23

    GDB only scans drive. I don't think it created the CDROM drives.

    You may try DriveCleanup to remove all non-present drives.

    Download v 1.6.1 of the drivecleanup.zip from
    Drive Tools for Windows (Roll down on this page till you see DriveCleanup V 1.6.1 )

    Unzip it to a folder, say drivecleanup.


    You will have two folders Win32 and x64 each containing DriveCleanup.exe for 32 bit and 64 bit respectively.


    Remove all USB storage devices from your system (except your USBKeyboard / mouse) and reboot. Disconnect internet/network.


    Right click on the DriveCleanup.exe and
    run as administrator. (Use the DriveCleanup.exe file appropriate for your bit version of Windows.).
    Note: Run without administrator privileges it will show you what all it will remove)

    After the clean up act, reboot and check whether the phantom drives are gone.

    ( When you plug in your USB devices after this cleanup, these will be installed afresh. What you have done is to remove all non-present devices and drive letters associated with them and start with a clean slate. )
      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 11:05.
Find Us




Windows 10 Forums