Making a GPT Partition Table in Diskpart
Open Command Prompt or PowerShell as admin then follow the steps below.
diskpart
list disk
Make note of the disk you want to install to from the step above. Run the following commands. (Replace #
with the disk number you want to convert.)
sel disk #
clean
convert gpt