Ubuntu – How to use Unetbootin to make a bootable Windows USB installer

unetbootinusbwindows xp

it says missing bootmngr or something like that. I'm on ubuntu 12.04 or whatever, the newest one using the gparted to format to NTSC and then unetbootin to install the bootloader, and the iso, then restart. also, i do not know how to use terminal or code..and im also using an external hardrive because this laptop is missing one…

Best Answer

That worked for me.

  • Format your USB as FAT32 in GParted
  • Open UNetbootin and get it as far as the stage where it brings up the USB partition to install to e.g. /dev/sdb1Don't install the ISO, though
  • Leaving UNetbootin open as is, switch to GParted
  • Format the USB in GParted as NTFS
  • If GParted doesn't automatically add the "boot" flag, add it yourself
  • Exit GParted, mount USB by running sudo mount /dev/sdb1 /mnt (don't forget to replace sdb1 with your one)
  • Now, go back to UNetbootin, which you've left open in the meantime, and click OK

Doing so, UNetbootin will think you are using a FAT32 partition and will let you use NTFS format.