When the USB flash drive is started and rhel5.8 is installed, the following error message is displayed: "your boot partition is on a disk using GPT partitioning scheme but this machine cannot boot using GPT", unable to continue the installation.
Here, http://www.beckdim.cn/archives/209
Cause of error: the hard disk format was changed to GPT partition when vmware-vmvisor was installed on the machine.
Solution: Press CTRL + ALT + F2 to enter the Linux text interface when the boot partition is formatted,
Input:Fdisk-l// At this time, you will see that the mark at the end of the boot partition is GPT
Assume it is/dev/SDA.
Input:Parted
If it is your partition by default, it is best to switch. If not
Input:Select/dev/SDA
Input:Mklabel msdos
Select [Yes/No]:Yes
Prompt that the label is changed to [GPT]:Msdos
Quit
Press CTRL + ALT + F1 to return to the installation page. Delete all partitions and re-partition the partitions.