To convert the disk, Microsoft has made a little command line tool called mbr2gpt.
To use it is simple:
- Boot into Windows Recovery
- Select the Start button, then choose Settings
- Select Update & security > Recovery.
- Under Advanced startup select Restart now.
- After your PC restarts to the Choose an option screen, select Troubleshoot > Advanced options> Command Prompt
- Confirm the disk number you want to work on. If you only have one disk, it should be Disk 0
- Type "diskpart" to start the DiskPart Tool
- Type "list disk" to view the disks.
- Type "Exit" after you determine which Disk you want to edit. In this case, Disk 1 contains my Windows installation.
- run "mbr2gpt /convert /disk:X" (Replace X with your disk number)
- When it completes, your System disk will be converted to GPT. Make sure you make the appropriate BIOS/UEFI changes to allow you to boot to UEFI instead of Legacy.