Forum Discussion
Shifting from BIOS to UEFI with the Windows 10 Creators Update MBR2GPT disk conversion tool
Tried a lot.
I am getting an "unrecognized partition error".
This is my partition setup.
I have attached the log files below.
Somebody please help :(
- English_KanAug 03, 2019Copper ContributorUse third party tool to convert the logical partition to primary partition
- Mike TerrillApr 23, 2017MVP
There is a partition on the disk MBR2GPT doesn't like. Try running the following diskpart commands:
DISKPART> select disk 0
DISKPART> list partition
.
.
.
DISKPART> select partition 1
DISKPART> detail partition
.
.
.
(repeat for each partition)
You should be able to see which one is causing issues.
- Steffen NielsenApr 24, 2017Copper Contributor
Mike, I hope you will spend a few minuttes looking over this, as I can't figure it out on my own.
Is the attached information sufficient?
Thanks in advance.
Diskpart overviewMBR2GPT validation and result
- Mike TerrillApr 26, 2017MVP
Error 0x0000057 means: The disk structure is corrupted and unreadable.
Try running chkdsk and see if it finds anything wrong with the disk.