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
Ramesh 181.8K 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".

Was this answer helpful?

2 people found this answer helpful.
0 comments No comments

56 additional answers

Sort by: Oldest
  1. Ramesh 181.8K Reputation points Volunteer Moderator
    2024-07-09T17:45:21+00:00

    Run:

    • select disk 1
    • select partition 1
    • format fs=fat32 quick
    • assign letter=Y
    • select partition 3
    • set id=ebd0a0a2-b9e5-4433-87c0-68b6b72699c7
    • gpt attributes=0x0000000000000000
    • list vol
    • exit
    • bcdboot d:\windows /s Y: /f UEFI

    If a command doesn't succeed, do not continue to the next command.

    Was this answer helpful?

    0 comments No comments
  2. Anonymous
    2024-07-09T18:42:14+00:00

    Hi Ramesh,

    Every steps went OK, except the last one. Now that I am looking at the photo I see I missed the () after the "d:". Should I run it again and correct it? Please see the photo attached. Also, I am not sure why the 100MB partition 3 is now labeled as the "H" drive !

    Was this answer helpful?

    0 comments No comments
  3. Anonymous
    2024-07-09T22:08:00+00:00

    Should I run it again and correct it?

    You need to do this. The command has not succeeded yet as you have received an error message that is specific to missing the backslash.

    Also, I am not sure why the 100MB partition 3 is now labeled as the "H" drive !

    You have downgraded the partition to basic by changing the partition ID.

    Was this answer helpful?

    0 comments No comments
  4. Ramesh 181.8K Reputation points Volunteer Moderator
    2024-07-10T01:09:39+00:00

    Please be very careful when you're in the diskpart environment or working with partitions. A typo can cost your entire data.

    From Windows admin Command Prompt, run:

    Run:

    • select disk 1
    • select partition 1
    • assign letter=Y
    • list vol
    • exit
    • bcdboot c:\windows /s Y: /f UEFI

    Restart Windows and run:

    • bcdedit

    Post the output.

    // Also, I am not sure why the 100MB partition 3 is now labeled as the "H" drive ! //

    You don't need two EFI partitions. So we've converted it to a basic data partition.

    Was this answer helpful?

    0 comments No comments