- Joined
- Jan 27, 2014
- Messages
- 388
- Motherboard
- ASRock Z490 phantom gaming ITX/TB3
- CPU
- I9 10850k
- Graphics
- RX 5500 XT/UHD 630
- Mobile Phone
-
I haven't used diskpart for ages
To create the EFI and primary partitions assuming Windows disk is disk 0, I should enter the following commands in diskpart:
list disk
select disk 0
convert gpt
create partition efi size=300
create partition primary
list volume
select efi volume
format fs=fat32 quick
select primary volume
format fs=ntfs quick
Exit
Correct?

list disk
select disk 0
convert gpt
create partition efi size=300
create partition primary
list volume
select efi volume
format fs=fat32 quick
select primary volume
format fs=ntfs quick
Exit
Correct?