WoeUSBでWindows 10 USBブートメディアを作成してみました。 NTFSパーティションでUSBドライブをフォーマットしましたが、WoeUSBは次のように不満を示します。
Installation failed!
Exit code: 256
Log:
WoeUSB v@@WOEUSB_VERSION@@
==============================
Mounting source filesystem...
Wiping all existing partition table and filesystem signatures in /dev/sdc... wipefs:
error: /dev/sdc: probing initialization failed The command "wipefs --all
"${target_device}"" failed with exit status "1", program is prematurely aborted
Unmounting and removing "/medi/woeusb_source_1530017199_18199"...
You may now safely detach the target device
または
wipefs: WARNING: /dev/sdc: appears to contain 'dos' partition table
コマンドラインからwousbを起動します。
Sudo woeusb --partition Win10_1803_EnglishInternational_x64.iso /dev/sdc1
Sudo wipefs --all --force /dev/sdX
変更する必要があります/dev/sdX
デバイスに
アンマウントするだけではイジェクトしないでください。
これがうまくいきました: