Answer the question
In order to leave comments, you need to log in
How to change disk partition?
Hello, I decided to install Windows on the second hard, but I once used it to work with arch linux. Please tell me how to fix this error through the Archika console?
Windows cannot be installed to this drive. The selected disk contains an MBR partition table. On EFI Windows systems, you can only mount a GPT disk.
Answer the question
In order to leave comments, you need to log in
Windows cannot be installed to this drive. The selected disk contains an MBR partition table. On EFI Windows systems, you can only mount a GPT disk.
sudo umount -R /dev/sdc
echo -e "label:gpt\nstart=2M" | sudo sfdisk /dev/sdc
The first thing that Google gives out on request is "Linux GPT"
For Windows, accordingly, you need to format it not in Ext4, but in NTFS, and there is no need to mount it. Actually, you can format it using Windows tools.
Change boot type from UEFI to Legacy in BIOS.
Be careful, Archik may not boot.
And yes, Windows will overwrite the GRUB bootloader and you will have to restore it.
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question