Difference between revisions of "Installing Windows and Ubuntu dual-boot"
From Notes_Wiki
(Created page with "<yambe:breadcrumb>New_machine_configuration|New machine configuration</yambe:breadcrumb> =Installing windows and ubuntu dual-boot= ==Troubleshooting== Sometimes while trying...") |
m |
||
Line 1: | Line 1: | ||
[[Main Page|Home]] > [[CentOS]] > [[CentOS 6.x]] > [[New machine configuration]] > [[Installing Windows and Ubuntu dual-boot]] | |||
==Troubleshooting== | ==Troubleshooting== | ||
Line 9: | Line 8: | ||
</pre> | </pre> | ||
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. | 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. | ||
[[Main Page|Home]] > [[CentOS]] > [[CentOS 6.x]] > [[New machine configuration]] > [[Installing Windows and Ubuntu dual-boot]] |
Latest revision as of 13:32, 14 July 2022
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