Installing Windows and Ubuntu dual-boot

From Notes_Wiki
Revision as of 13:32, 14 July 2022 by Saurabh (talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

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