私が試すたびに、それは言います:
Installation failed!
Exit code: 256
Log:
WoeUSB v@@WOEUSB_VERSION@@
==============================
Error: Target device is currently busy, unmount all mounted partitions in target device then try again
/usr/bin/woeusb: line 512: 31020 Terminated
while true; do
sleep 0.05; echo 'Pulse';
done
Target device is busy, please make sure you unmount all filesystems on target device before detaching it.
どうすれば修正できますか?
私はこのエラーに遭遇しました。CLIを好む人のための別のオプション:
Sudo fdisk -l
適切なディスクとデバイス(パーティション)を見つけます。私の場合、ディスクは/dev/sdb
であり、デバイス(パーティション)は/dev/sdb1
でした。
Sudo umount /dev/sdb1
その後、WoeUSBからインストールを再試行します。