web-dev-qa-db-ja.com

WoeUSBはステータス256を提供します

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
1
jschnasse

コマンドラインからwousbを起動します。

Sudo woeusb --partition Win10_1803_EnglishInternational_x64.iso /dev/sdc1
2
jschnasse
Sudo wipefs --all --force /dev/sdX

変更する必要があります/dev/sdXデバイスに

1

アンマウントするだけではイジェクトしないでください。

これがうまくいきました:

  1. uSBスティックを挿入
  2. 開いた
  3. gpartedを使用してアンマウント
  4. gpartedを使用してntfsにフォーマットする
  5. 閉じた
  6. Woeusbを使用してください。これで動作するはずです。
0
hth