I was in a hole today, when I installed the WIN8 system to a colleague, half said it could not be installed on the GPT partition, the following is how to solve:
To convert a GPT disk to an MBR disk, install the system to the prompt you cannot install in that disk step, in the Select partition interface, press SHIFT+F10 to bring up the command prompt
650) this.width=650; "src=" Http://s3.51cto.com/wyfs02/M02/11/65/wKioL1LOT_vCvpS4AAD3l5jFZAw088.jpg "alt=" Wkiol1lot_vcvps4aad3l5jfzaw088.jpg "/>
Type DiskPart
Open the DiskPart tool
★ Select Target Disk
List disk--------------------list system-owned disks
Select Disk 0--------------Choose number No. 0, depending on the size of the disk, determine your target disk
650) this.width=650; "src=" http://s3.51cto.com/wyfs02/M00/11/65/wKioL1LOUAfx8QopAAHsfRihjBc732.jpg "title=" 12_. JPG "alt=" wkiol1louafx8qopaahsfrihjbc732.jpg "width=" 650 "style=" Padding:0px;margin:0px;vertical-align:top;border : none; "/>
★ Empty the target disk and convert to MBR format
Clean-------------------------Erase the disk, which erases all data on the disk
Convert MBR------------------converting disk to GPT format
List partition-----------------list the partitions on the disk because we just converted to MBR format, so the partition is empty
PS: In fact, a DiskPart tool, can almost replace the other third-party disk tools, such as the famous Diskgenius, is unable to change the GPT format disk partition ID, but DiskPart can.
PS: When installing the MAC system, you need to change the partition ID.
PS: For detailed use of DiskPart, you can type help in DiskPart to view
Finish the above operation, go back to the installation interface, refresh, press the previous installation method to install the system directly.
This article is from the "Start from the Heart" blog, please be sure to keep this source http://fuquanjun.blog.51cto.com/5820068/1408091