I tried to create a Windows 10 USB boot medium with WoeUSB. I formatted a USB drive with an NTFS partition, but WoeUSB complains with:
Installation failed!
Exit code: 256
Log:
WoeUSB v@@WOEUSB_VERSION@@
==============================
Mounting source filesystem...
Error: File "/media/woeusb_source_1543626298_6098/sources/install.wim" in
source image has exceed the FAT32 Filesystem 4GiB Single File Size Limitation
and cannot be installed. You must specify a different --target-filesystem.
Refer: https://github.com/slacka/WoeUSB/wiki/Limitations#fat32-filesystem-4gib-single-file-size-limitation for more info.
Unmounting and removing "/media/woeusb_source_1543626298_6098"...
You may now safely detach the target device
I've also tried to start WoeUSB via command line, did not work.
sudo woeusb --partition Win10_1809Oct_English_x64.iso /dev/sdb
My iso is located in: home/sawyer/Downloads/Win10_1809Oct_English_x64.iso
Thanks in advance! I've been trying to get windows installed for three nights now, so any help towards that goal is greatly appreciated.