Re: Windows 10TP installation on GPT disk
I had the same issue, no need to leave the setup you can bring up the command prompt when you get to the disk list and use diskpart to format your gpt disk then continue on. Follow the process below, it references Win7 but it works for Win10. Also, you can stop after converting to MBR then continue on with the installer by selecting the disk and moving on, the installer will format the disk. It may be obvious but I will state you WILL lose all the data on that disk so make sure you've backed up anything you want to keep.
Convert GPT to MBR with Diskpart
In some technology or computer forum, some technicians give some advice that convert GPT to MBR with Diskpart, which is run by program code. The specific steps are following below:
•Enter system installing interface by using Win 7 disc or USB hard drive boot. and then press “Shift”+”F10” to open the command prompt.
•Input “Diskpart” (do not input quotation mark, the following as well), and then press “Enter”to enter operating interface.
•Input “list disk”: to check hard disk properties. Pay more attention to capacity of hard disk to select. Usually, disk 0 is hard disk, and disk 1 is the usb dirve where wins 7 install.
•Input “select disk 0”: to select disk 0 as the disk that is operating.
•Input “clean”: to clean up current hard disk’s partition.
•Input “convert mbr”: to convert GPT into MBR.
•Input “create partition primary size = xxx”: to create the size of primary partition.
•Input “format fs = ntfs quickly”: to format disk to NTFS quickly.
•Input “exit”: to finish operating.
•Input “exit”: to shut down the command prompt.
After finishing operating, shut down the command prompt and install windows system on computer in normal way. The steps seems be concise, but the greatest shortage is that all data and files will be clean up. If you don’t have backup files in GPT disk, you will be crying and anxious for that. And if you don’t have some professional knowledge about program, this way is not recommended.