一切都很顺利,但是每次安装GUI以及终端时,我都会遇到这样的错误:
Mounting target filesystem...
Applying workaround to prevent 64-bit systems with big primary memory from being unresponsive during copying files.
Copying files from source media...
Installing GRUB bootloader for legacy PC booting support...
Installing for i386-pc platform.
Installation finished. No error reported.
Installing custom GRUB config for legacy PC booting...
Resetting workaround to prevent 64-bit systems with big primary memory from being unresponsive during copying files.
/usr/bin/woeusb: line 1676: echo: write error: Invalid argument
The command "exit 0" failed with exit status "1", program is prematurely aborted有解决这个问题的建议吗?
发布于 2019-12-28 16:44:37
忽略错误,USB仍应启动良好。
https://github.com/slacka/WoeUSB/issues/275
结果是USB驱动器写得很成功。只有一些清理进程崩溃,导致同一会话上的进一步写入崩溃。
然而,我认为WoeUSB现在已经过时了。我推荐Ubuntu的mkusb工具:
https://help.ubuntu.com/community/mkusb
这将编写Windows & Linux驱动器。(但是,如果您的PC只启动Windows编写的驱动器,则该驱动器必须是8GB或更大。例如,您可能需要以Windows方式编写Linux映像,例如: Clonezilla不是8GB,钢笔驱动器仍然需要8GB或更大,否则脚本将不执行。)
https://askubuntu.com/questions/1199124
复制相似问题