我试图用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
我也尝试通过命令行启动WoeUSB,但没有用。
sudo woeusb --partition Win10_1809Oct_English_x64.iso /dev/sdb
我的iso位于:home / sawyer / Downloads / Win10_1809Oct_English_x64.iso
提前致谢!我一直在尝试将Windows安装三个晚上,因此,对于实现该目标的任何帮助,我们深表感谢。
lsblk
以确定您的USB设备。就我而言sdd1
,确实如此sudo umount /dev/sdd1
。之后,我使用上面的命令创建了USB。请注意,我必须1
从驱动器中删除,因此在woeusb
命令的最后,我使用/dev/sdd
。