我尝试使用 WoeUSB 创建 Windows 10 USB 引导介质。我用 NTFS 分区格式化了一个 USB 驱动器,但 WoeUSB 抱怨:
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
Run Code Online (Sandbox Code Playgroud)
我也试过通过命令行启动 WoeUSB,没有用。
sudo woeusb --partition Win10_1809Oct_English_x64.iso /dev/sdb
Run Code Online (Sandbox Code Playgroud)
我的iso位于:home/sawyer/Downloads/Win10_1809Oct_English_x64.iso
提前致谢!我已经尝试安装 Windows 三个晚上了,因此非常感谢实现该目标的任何帮助。