1.Convert MBR disk to GPT disk with Windows Disk Management
- Right click "My Computer" and choose "Manage" -> "Storage" -> "Disk Management".
- Delete all volumes on the MBR hard disk which you want to convert to GPT disk.
- Right click on the hard disk 1 and choose "Convert to GPT disk". After you convert MBR disk to GPT disk, you can create partitions on the GPT disk if you like.
2.Diskpart command
using a command line
Back up or move the data on the basic master boot record (MBR) disk you want to convert into a GUID partition table (GPT) disk.
Open an elevated command prompt (right-click Command Prompt, and then click Run as Administrator) and type diskpart. If the disk does not contain any partitions or volumes, skip to step 6.
At the DISKPART prompt, type list disk. Make note of the disk number you want to convert.
At the DISKPART prompt, type select disk <disknumber>.
At the DISKPART prompt, type clean.
At the DISKPART prompt, type convert gpt.
https://technet.microsoft.com/en-us/library/cc725671.aspx
3.convert MBR disk to GPT disk directly with disk management tool EaseUS Partition Master.