我正在尝试构建一台新计算机,并在其上运行Windows 10。我遇到了麻烦,无法用我的Ubuntu14.04笔记本电脑在USB闪存上获得ISO。当试图将ISO下载到16 to闪存驱动器时,我会收到以下错误消息:
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它说USB被格式化为FAT32,但我已经安装了GParted并将其格式化为NTFS。实际上,我已经格式化了几种不同的方法,试图在这里跟踪其他用户,并且在使用WoeUSB时不断获得各种错误代码。

发布于 2019-01-04 00:44:39
我和你有同样的问题。下面的链接是修复此问题的黄油平滑流程。https://medium.com/@codechangetheworld/build-a-bootable-windows-10-usb-in-linux-501f92e346a5
通过这个流程,我能够在Ubuntu16.xx环境中构建UEFI可引导windows 10,1803,2018年4月(~4.3GB)。希望这对你也有用..。
https://askubuntu.com/questions/1100999
复制相似问题