I have different partitions on my computer:
Device Boot Start End Sectors Size Id Type
/dev/sda1 2048 623128575 623126528 297.1G 7 HPFS/NTFS/exFAT
/dev/sda2 623130622 625129471 1998850 976M 5 Extended
/dev/sda3 625129472 937701737 312572266 149G 83 Linux
/dev/sda5 623130624 625129471 1998848 976M 82 Linux swap / Solaris
Partition 2 does not start on physical sector boundary.
Partition table entries are not in disk order.
The problem is that I can't install Windows 10 on the first partition (sda1) because it's an MBR partition instead of GPT one. When I try to use Gparted to modify it (I select Device>Create a partition table), the program gives me the error:
2 partitions are currently active on device /dev/sda
A new partition table cannot be created when there are active partitions. Active partitions are those that are in use, such as a mounted file system, or enabled swap space.
Use Partition menu options, such as unmount or swapoff, to deactivate all partitions on this device before creating a new partition table.
I actually don't know how to manage it. Thank you!