I am new to using Ubuntu. I tried to create a Windows 10 USB boot medium with WoeUSB. I have configured a USB drive with an NTFS partition, but WoeUSB gives this error message:
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 deviceHow can I proceed?
32 Answers
The error message: error: /dev/sdc: probing initialization failed The command "wipefs --all "${target_device}"" failed with exit status "1" says that there is some minor problem (exit status 1), but it is not a serious problem. The problem in this case may be that the /dev/sdc that was selected either does not exist, you can't read or write from it, or else it has not been formatted as a filesystem that is supported by WoeUSB such as NTFS. NTFS filesystem support has been added to WoeUSB 3.0.0 and later. You can check if /dev/sdc exists in the Disks application or by running this command:
ls /dev/sdc* I faced the same error, and tried too many fixes until found the fix. Here is the fix in my case (I hope it works for you too):
open GParted app then
unmountthe USB stick.open WoeUSB app and choose the
.isoWindows file, and choose the USB stick. Everything goes right!
If you need to see the fix visually, I made a video on YouTube for the fix.