Installation system: CentOS 5.9_64bit, after partitioning, prompted the following error.
650) this.width=650; "Style=" background-image:none;padding-left:0px;padding-right:0px;border-top-width:0px; border-bottom-width:0px;border-left-width:0px;padding-top:0px; "title=" clip_image002 "border=" 0 "alt=" clip_ image002 "src=" http://s3.51cto.com/wyfs02/M01/54/7B/wKioL1SETOqC5MFdAADN3hRAPFw203.jpg "width=" 413 "height=" 234 "/ >
Workaround:
1. Press ctrl+alt+f2 to enter the command line
2. First view partition sh #fdisk-l
The following assumes that the partition is/DEV/SDA
3. Modify the label
(parted) SELECT/DEV/SDA
(parted) Mklabel // hint default is GPT, input msdos, enter
(parted) print // See MSDOS, that means it's done.
(parted) quit // Exit
sh#fdisk-l // re-confirm that the GPT label has not been seen
4. Press Ctrl+alt+f6 to return to the graphical interface, click "Back", then click "Next" to re-enter the partition interface for partitioning
This article is from the "Dave-Technology blog" blog, please be sure to keep this source http://davewang.blog.51cto.com/6974997/1587344
When installing CentOS, Linux systems, the GPT partition cannot boot the workaround