So I just installed Winusb using the instructions from How can I create a Windows bootable USB stick using Ubuntu? but when I use the application I cannot select a target device. I have a usb that I want to select, but whenever I click the box under "Target device:" nothing happens. The .iso / source selection is fine; the only problem is the target device selection.
-
just to add, the target device box is highlighted but nothing happens. – user253813 Oct 28 '14 at 23:35
-
Did you click Install? – Cornelius Jan 19 '15 at 15:57
4 Answers
I also failed to see the list when I launched it initially. Then I tried mouse-dragging to enlarge the window, and voilà, there it was.

- 71
-
2this looks like the solution, however a screenshot, if possible would be greatly helpful. Thanks and welcome to AskUbuntu! – Joshua Besneatte Aug 01 '19 at 18:19
For anyone having trouble with this, I found a simple solution which works if you are sure that the USB stick is properly formatted to NTFS and is mounted.
Start by finding the name of the mounted disk by running sudo fdisk -l
. Once you find it (it'll be something like /dev/sdc1
), run the command based winusb command:
sudo winusb --install <iso path> <partition>
And with that, it should work.

- 414
- 1
- 7
- 23
I had this exact same thing and this fixed it for me. Open Winusb, click the menu File -> Show all USB drives.

- 61
- 1
- 1
I switched back to "From a disk image (iso)" and then "From a CD / DVD drive" again, and the 'Install' button activated...
The app also formats the disk for you...

- 111