我试着在Ubuntu中用一个可引导的USB接口来引导Windows。我用的是WoeUSB。我该怎么用呢?我从磁盘Win10_1909_EnglishInternational_x64.iso和文件系统FAT和目标设备/dev/sdb中选择。当我单击安装时,输出是:
Installation failed!
Exit code: 256
Log:
WoeUSB v@@WOEUSB_VERSION@@
==============================
Error: Source media is currently mounted, unmount the partition then try again
You may now safely detach the target device那么,如何将Windows 10 iso文件刻录到USB卡上呢?
发布于 2020-02-13 00:44:17
您要使用的ISO的大小是5,172 MiB。
FAT32卷上的文件的最大可能大小为4 GiB减去1字节或4 294 967 295 (232−1)字节。
不合身。
在USB闪存驱动器上使用NTFS。
https://unix.stackexchange.com/questions/567250
复制相似问题