What should I do in order to install Windows 10 after I already installed Ubuntu (>= 18.10)? both should work in UEFI mode
GParted shows this after failed Windows installation attempt (/dev/nvme0n1p 4-7 were created at install moment):
At installation moment I get:
Windows detected that the EFI system partition was formatted as NTFS. Format the EFI system partition as FAT32, and restart the installation
Well, I solved this way:
This works because my motherboard (Asus H370-I) allows me to choose the booting partition:
Then by default I boot Ubuntu but I can switch to Windows from the grub menu.
I hit this same challenge trying to install Windows on my Ubuntu machine.
I used my Mac to format and create the bootable USB Stick, and the issue was how I formated the stick.
At first I had the "GUID Partition Map" scheme set, and I got the above error. But when I changed to "Master Boot Record" the installer worked just fine.
Hope this helps someone else in the same pickle as I was in!