Share via

MBR2GPT error

John Winter 0 Reputation points
2025-11-19T22:44:01.05+00:00

I have a windows 10 PC that is eligible for update to Windows 11. Tried to use MBR2GPT to convert disk 0 to GPT. Validation process worked successfully. Conversion crashed and burned with error code: 0x00003687 or error code 0x000036B7. Have tried multiple things but the drive will not boot.

Windows for home | Windows 10 | Performance and system failures

2 answers

Sort by: Most helpful
  1. Volume Z 1,480 Reputation points Volunteer Moderator
    2025-11-19T23:26:25.1833333+00:00

    The EFI System Partition may be missing which diskpart would tell. Try the following: Run

    diskpart
    select disk 0
    create partition efi
    format fs=fat32 quick
    exit
    bcdboot C:\Windows
    

    which covers the default case. One disk and one Windows partition.

    Was this answer helpful?

    0 comments No comments

  2. John Winter 0 Reputation points
    2025-11-19T22:50:44.7533333+00:00

    Where do I find the files in the previous AI generated answer? I created a recovery USB drive from a Windows 11 PC to help with the recovery. Is this usable in the recovery process?

    Was this answer helpful?

    0 comments No comments

Your answer

Answers can be marked as 'Accepted' by the question author and 'Recommended' by moderators, which helps users know the answer solved the author's problem.