Diskpart – Dual partition boot disk for Windows
If the media creation tool is failing for some reason – you can make a bootable USB yourself. This is for my reference.
- cmd (run as administrator)
- diskpart
- list disk
- (select the disk, that is the usb drive) fx: select disk 2
- clean
- convert mbr
- create partition primary size=1024
- format fs=fat32 quick
- assign
- active
- create partition primary
- select partition 2
- format fs=ntfs quick
- assign
- exit
- copy everything but sources-folder to the fat32-drive
- copy sources to ntfs-drive
- create sources-folder on fat32-drive
- move boot.wim from ntfs-drive->sources to fat32-drive->sources
And now you’re ready to play 🙂