3

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.

enter image description here

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.

Incerteza
  • 1,470

3 Answers3

1

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

sudodus
  • 47,684
0

But whatever USB flash I use - with NTFS or FAT32 or EXT4

I keep seeing people recommend using a specific filesystem on USB drive. Wrong! WinUSB formats it. It doesn't care about your previous filesystem.

The size of iso file is 4.3Gb, but that shouldn't be a problem for NTFS or EXT4.

It has nothing to do with EXT4. The USB drive will be NTFS if you use WinUSB.

What's the matter?

Here is what I suggest:

  1. Just in case, give that USB drive a label with no spaces.
  2. Apply this fix to WinUSB and try again.

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.

Cornelius
  • 9,653
0

I got this error then looked in the terminal and it kept returning this every time I clicked on install

sh: 1: gksudo: not found

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:

sudo apt-get update
sudo apt-get install gksu