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...")
(No difference)

Revision as of 07:40, 9 September 2014

<yambe:breadcrumb>New_machine_configuration|New machine configuration</yambe:breadcrumb>

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.