Thanks for the details, Dudecool_e.
Based on what you described and the screenshots, it looks like MBR2GPT is failing the disk layout validation because the system drive (Disk 2) doesn't meet one or more of its conversion requirements.
Here are the most common reasons this happens:
- Too many partitions: MBR2GPT only supports up to 3 primary partitions on the disk before conversion. If there are more, it will fail.
- Unsupported partition types: If there's a recovery or OEM partition that MBR2GPT doesn't recognize, it might block the conversion.
- Disk not marked as system: Even though Disk 2 is your actual system drive, MBR2GPT needs to see the boot files on it. If the boot files are on another disk (like Disk 0), it won’t work.
- Disk not set as active: The system partition must be marked as active in MBR. Run diskpart to confirm if the drives and partitions are in MBR.
I have done the conversion many times on my PCs. Technically the boot files used by your OS is coming from Disk 0, in which you need to create a boot partition manually unto the drive C. Then, what I did is to run checkdisk, checkntfs, cleanmgr, perform optimization/TRIM first and proceed to MBR2GPT. It's better to disconnect the non-OS drives first, then do again the conversion. Let me know if it works or not.