I want to create a bootable usb flash drive with Windows. But whatever USB flash I use - with NTFS or FAT32 or EXT4, I always get this error: installation failed, 32512
The size of iso file is 4.3Gb, but that shouldn't be a problem for NTFS or EXT4.
What's the matter?
P.S. I figure the button Refresh isn't working properly, it just doesn't the refresh the list of devices when I click on it.
You can use mkusb-nox or guidus (the new version). These programs work with the current Ubuntu versions. See this link,
How can I create a Windows bootable USB stick using Ubuntu?
and these links,
help.ubuntu.com/community/mkusb/gui#Installation
Should work with minimal instructions
I keep seeing people recommend using a specific filesystem on USB drive. Wrong! WinUSB formats it. It doesn't care about your previous filesystem.
It has nothing to do with EXT4. The USB drive will be NTFS if you use WinUSB.
Here is what I suggest:
If it doesn't work, determine what type of computer is the one you are trying to install Windows on (with BIOS or UEFI) and how is its hard drive partitioned (GPT or MBR) - this if you care about not losing all partitions and follow this manual guide on creating a bootable USB on my website.
I got this error then looked in the terminal and it kept returning this every time I clicked on install
So that exit code probably means that it can't find gksudo. After installing the gksu package I was able to install Windows to my USB without any errors popping up.
To install gksu: