尝试使用 woeUSB 创建可启动的 Windows10 USB 驱动器。看来 uefi-ntfs.img 太大了?

ARV*_*ARV 6 usb windows-10 woeusb

尝试从 Linux 刻录 Win10 可启动 USB。到现在已经浪费了一整个晚上了。:-(

\n

安装 woeUSB 并阅读教程。尝试了各种方法,甚至从 USB 驱动器切换过来。第一次没有格式化,然后是NTFS。看来 uefi-ntfs 大于 512kB。

\n

这是 CLI 的“诅咒”和结果:

\n
...\nsudo woeusb -d /home/xxx/Downloads/Win10_21H1_EnglishInternational_x64.iso /dev/sdc --tgt-fs NTFS --no-color\nWoeUSB v3.3.1\n==============================\nMounting source filesystem...\nWiping all existing partition table and filesystem signatures in /dev/sdc...\n/dev/sdc: 2 bytes were erased at offset 0x000001fe (dos): 55 aa\n/dev/sdc: calling ioctl to re-read partition table: Success\nEnsure that /dev/sdc is really wiped...\nCreating new partition table on /dev/sdc...\nCreating target partition...\nMaking system realize that partition table has changed...\nWait 3 seconds for block device nodes to populate...\nCluster size has been automatically set to 4096 bytes.\nCreating NTFS volume structures.\nmkntfs completed successfully. Have a nice day.\n--2021-10-26 00:13:33--  https://github.com/pbatard/rufus/raw/master/res/uefi/uefi-ntfs.img\nResolving github.com (github.com)... 140.82.121.3\nConnecting to github.com (github.com)|140.82.121.3|:443... connected.\nHTTP request sent, awaiting response... 302 Found\nLocation: https://raw.githubusercontent.com/pbatard/rufus/master/res/uefi/uefi-ntfs.img [following]\n--2021-10-26 00:13:33--  https://raw.githubusercontent.com/pbatard/rufus/master/res/uefi/uefi-ntfs.img\nResolving raw.githubusercontent.com (raw.githubusercontent.com)... 185.199.110.133, 185.199.111.133, 185.199.109.133, ...\nConnecting to raw.githubusercontent.com (raw.githubusercontent.com)|185.199.110.133|:443... connected.\nHTTP request sent, awaiting response... 200 OK\nLength: 1048576 (1,0M) [application/octet-stream]\nSaving to: \xe2\x80\x98/tmp/WoeUSB.CsW6q3.tempdir/uefi-ntfs.img\xe2\x80\x99\n\nuefi-ntfs.img       100%[===================>]   1,00M  --.-KB/s    in 0,1s    \n\n2021-10-26 00:13:33 (8,75 MB/s) - \xe2\x80\x98/tmp/WoeUSB.CsW6q3.tempdir/uefi-ntfs.img\xe2\x80\x99 saved [1048576/1048576]\n\ndd: writing to '/dev/sdc2': No space left on device\n1025+0 records in\n1024+0 records out\n524288 bytes (524 kB, 512 KiB) copied, 0,589478 s, 889 kB/s\nThe command "dd if="${download_directory}/uefi-ntfs.img" of="${uefi_ntfs_partition}"" failed with exit status "1", program is prematurely aborted\nUnmounting and removing "/media/woeusb_source_1635200001_9737"...\nYou may now safely detach the target device\n
Run Code Online (Sandbox Code Playgroud)\n

...

\n

我不知所措,在网上寻找解决方案...我下载了最新的 W10,但也不起作用...我错过了什么?

\n

希望你能帮忙

\n

Ake*_*keo 3

UEFI:NTFS开发人员(我不是开发 WoeUSB 的人,但我是发布uefi-ntfs.imgWoeUSB 使用的映像的人)。

我们最近增加了uefi-ntfs.img从 512 KB 增加到 1 MB,以便我们可以包含为安全启动签名的二进制文件,但 WoeUSB 开发人员似乎将映像应写入的目标分区的大小硬编码为 512 KB ,因此是你的问题。

与任何具有专用问题跟踪器的开源项目一样,您应该将此问题报告给WoeUSB 问题跟踪器,以便他们可以更新其代码。谢谢。

  • 这解释了为什么 woeusb 在运行时连接 github。当程序接触互联网上的“某些东西”时,我总是持怀疑态度。我向 woeusb 的开发人员报告了 512kB --> 1MB 问题。我还了解到,将您的 uefi-ntfs 放入他们的数据中,而不是从流程上的 github 获取,而是在他们的待办事项列表中。谢谢 (2认同)

Buo*_*Lin 3

WoeUSB 维护者路过,此错误现已在WoeUSB 5.1.3中修复。