我尝试制作一个可启动 USB 棒来在 Ubuntu 中启动 Windows。我用了祸USB。我该如何使用它?我选择了来自磁盘 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 文件刻录到 U 盘呢?
答案1
您要使用的 ISO 大小为 5,172 MiB。
FAT32 卷上文件的最大可能大小为 4 GiB 减去 1 字节,即 4,294,967,295 (232 − 1) 字节。
它不会适合。
请改用 USB 闪存驱动器上的 NTFS。