Share via

cloned OS drive "System Reserved" partition Not 100% afterwards.

Anonymous
2024-06-24T15:29:41+00:00

Hi,

I cloned my OS drive twice to move to a newer hardware. But the last time, it seems the "System Reserved" partition of the drive had some issues.  1st: it is not showing "System Reserved" on that partition.  2nd: the following attributes "system, Active, MBR" are not on it and shows only "Primary".  My PC still boots up, but the whole purpose of this exercise was to get compatible to install Windows 11 and upgrade the OS drive with new and faster hardware.  My questions are:

Is there anything I can do to fix it other than re-installing the OS? 

Is this going to cause any issue with upgrade to Windows 11? 

See below properties of this partition.  

Device SCSI\Disk&Ven_NVMe&Prod_CT2000T705SSD3\5&2384875e&0&000000 was not migrated due to partial or ambiguous match.

Last Device Instance Id: SCSI\Disk&Ven_Samsung&Prod_SSD_870_QVO_1TB\4&fa535c2&0&000000

Class Guid: {4d36e967-e325-11ce-bfc1-08002be10318}

Location Path:

Migration Rank: 0xF000FF001001F020

Present: false

Status: 0xC00007196/15/2024 10:51:31 AM Device not migrated

6/15/2024 10:51:31 AM Device configured (disk.inf)

Device SCSI\Disk&Ven_NVMe&Prod_CT2000T705SSD3\5&2384875e&0&000000 was configured.

Driver Name: disk.inf

Class Guid: {4d36e967-e325-11ce-bfc1-08002be10318}

Driver Date: 06/21/2006

Driver Version: 10.0.19041.4355

Driver Provider: Microsoft

Driver Section: disk_install.NT

Driver Rank: 0xFF0007

Matching Device Id: GenDisk

Outranked Drivers:

Device Updated: false

Parent Device: PCI\VEN_C0A9&DEV_542B&SUBSYS_2B00C0A9&REV_00\4&2ec11bf&0&000A

6/15/2024 10:51:31 AM Device started (disk)

Device SCSI\Disk&Ven_NVMe&Prod_CT2000T705SSD3\5&2384875e&0&000000 was started.

Driver Name: disk.inf

Class Guid: {4d36e967-e325-11ce-bfc1-08002be10318}

Service: disk

Lower Filters:

Upper Filters:

Thank you.

Windows for home | Windows 10 | Performance and system failures

Locked Question. This question was migrated from the Microsoft Support Community. You can vote on whether it's helpful, but you can't add comments or replies or follow the question.

0 comments No comments

Answer accepted by question author

  1. Ramesh 176.1K Reputation points Volunteer Moderator
    2024-07-11T15:15:35+00:00

    You're welcome, Givi. Glad to have helped. 👍

    You may close this thread by marking helpful posts as answers if there are no further questions. How to mark Your question as "Answered".

    2 people found this answer helpful.
    0 comments No comments

56 additional answers

Sort by: Most helpful
  1. Ramesh 176.1K Reputation points Volunteer Moderator
    2024-07-11T01:34:05+00:00

    Givi,

    Great.

    What Volume Z said. You can merge that 101 MB unallocated space with the Recovery partition.

    Open CMD as admin.

    Run:

    • diskpart
    • select disk 1
    • select part 3
    • set id=ebd0a0a2-b9e5-4433-87c0-68b6b72699c7
    • gpt attributes=0x0000000000000000
    • exit

    Open Disk Management and extend the Recovery partition. Once done, run the following:

    • diskpart
    • select disk 1
    • select part 3
    • set id=de94bba4-06d1-4d40-a16a-bfd50179d6ac
    • gpt attributes=0x8000000000000001
    • exit
    • reagentc /info

    Post the output for the last command.

    1 person found this answer helpful.
    0 comments No comments
  2. Anonymous
    2024-06-24T23:15:09+00:00

    Hi Ramesh,

    Please see attached screenshot of the "WhyNotWin11". Thanks again.

    Givi

    0 comments No comments
  3. Anonymous
    2024-06-24T22:06:31+00:00

    Hi Ramesh,

    Please see attached Disk Management pic. Anythiing else please let me know.

    Thank you so much.

    Regards,

    Givi

    0 comments No comments
  4. Ramesh Srinivasan 79,400 Reputation points Independent Advisor
    2024-06-24T19:25:29+00:00

    Hi GIVISOLTANI,

    I'm Ramesh here.

    Please post a screenshot of the Disk Management window.

    Windows 11 will require GPT disk instead of MBR. To convert a disk to GPT, follow the instructions in the article below.

    MBR2GPT - Windows Deployment | Microsoft Learn:

    https://learn.microsoft.com/en-us/windows/deplo...

    It creates an EFI partition on the system drive.

    Although the above process is not destructive, it's suggested to backup your data just in case something goes wrong.

    Before starting, you may want to check if your system is compatible with Windows 11 using the freeware tool WhyNotWin11.

    rcmaehl/WhyNotWin11: Detection Script to help identify why your PC is not Windows 11 Release Ready. https://github.com/rcmaehl/WhyNotWin11

    0 comments No comments