Forum Discussion
Zachary-Cavanell
Apr 05, 2017Bronze Contributor
Shifting from BIOS to UEFI with the Windows 10 Creators Update MBR2GPT disk conversion tool
Comprehensive yet quick video overview that explains how you can safely and non-destructively convert a Windows 10 machine from legacy BIOS to UEFI disk partitioning; and how you can automate the con...
ali mh
Apr 10, 2017Copper Contributor
hi
i tried to convert from mbr to gpt using the cmd
my widows builed is 1703
when i enterd the command to validate the disk
this is the message that i got
can you please help me to know what is wrong
my laptop allow for uefi
C:\Windows\system32>mbr2gpt /validate /disk:0 /allowfullos
MBR2GPT: Attempting to validate disk 0
MBR2GPT: Retrieving layout of disk
MBR2GPT: Validating layout, disk sector size is: 512 bytes
Disk layout validation failed for disk 0
thanks in advanced
- William A. Paternina M.Aug 14, 2018Copper ContributorI Had the same error while trying to convert my mbr hard disk to gpt.
what I did for getting success was the following:
1.- checking my partitions in computer management, I saw my two partitions (system reserved and OS ) were primary partitions, but data partition Or D: (as I use to call it) was in logical partition state.
2.- I installed Minitool Partition Wizard and converted logical partition to primary.
3.- Run into windows Enviroment the mbr2gpt /convert /disk:"number of the disk" /allowFullOS and the... IT WORKED!
Hope you Found this helpful.