Installing Windows and Ubuntu dual-boot
From Notes_Wiki
Home > CentOS > CentOS 6.x > New machine configuration > Installing Windows and Ubuntu dual-boot
Troubleshooting
Sometimes while trying to install Windows and Ubuntu dual-boot Ubuntu may not show Windows partitions properly. This happens if partition table has GPT signatures but in reality is an msdos partition. These issues are caused by changing boot from legacy to UEFI after OS installations. To solve this problem when there is no important data and entire disk can be wiped use:
parted /dev/sda mklabel msdos
This creates appropriate valid msdos partition table on /dev/sda or other specified device. Then Windows can be installed on the device followed by Ubuntu without any problem.
Home > CentOS > CentOS 6.x > New machine configuration > Installing Windows and Ubuntu dual-boot