0

I am trying to build a new computer and run Windows 10 on it. I've run into a snag, and can't get the ISO on a USB flash drive using my Ubuntu 14.04 laptop. When trying to download the ISO onto 16GB USB flash drive I get the following error message:

Installation failed!
Exit code: 256
Log:
WoeUSB v@@WOEUSB_VERSION@@
==============================
Mounting source filesystem...
Error: File "/media/woeusb_source_1544835295_14348/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_1544835295_14348"...
You may now safely detach the target device

It says the USB is formatted to FAT32 but I have installed GParted and formatted it to NTFS. I've actually formatted it several different ways trying to following other users on here, and I keep getting various error codes when using WoeUSB.

what I am seeing

karel
  • 122,292
  • 133
  • 301
  • 332
Liz
  • 31

1 Answers1

1

I had the same problem as yours. The following link is a buttery smooth flow to fix this issue. https://medium.com/@codechangetheworld/build-a-bootable-windows-10-usb-in-linux-501f92e346a5

With this flow, I was able to build UEFI bootable windows 10, 1803 Apr 2018 image(~4.3GB) in Ubuntu 16.xx environment. Hope this works for you too...