我正在尝试构建一台新计算机并在其上运行 Windows 10。我遇到了一个问题,无法使用我的 Ubuntu 14.04 笔记本电脑将 ISO 下载到 USB 闪存驱动器上。当我尝试将 ISO 下载到 16GB USB 闪存驱动器上时,我收到以下错误消息:
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 时,我不断收到各种错误代码。
答案1
我遇到了和你一样的问题。以下链接可以顺利解决此问题。 https://medium.com/@codechangetheworld/build-a-bootable-windows-10-usb-in-linux-501f92e346a5
通过此流程,我能够在 Ubuntu 16.xx 环境中构建 UEFI 可启动的 Windows 10、1803 2018 年 4 月映像(~4.3GB)。希望这对您也有用...