6

I used sudo dd bs=4M if=Windows.iso of=/dev/sdc1 and set the boot flag in gparted but no install disk just the just the normal usb in the uefi and trying to boot off the normal USB did nothing.

Extra info I am on Ubuntu 15.10 and I had the usb using gpt and fat32.

user5448026
  • 347
  • 2
  • 5
  • 12

1 Answers1

5

One tool that you can use is Unetbootin, which I have found to be quite reliable when creating bootable USB sticks.

You can install Unetbootin with sudo apt-get install unetbootin, and use it via sudo unetbootin.

NOTE: Unetbootin is a graphical applications, it just requires root-level privileges to be able to modify the USB and make it bootable, hence the launch via Terminal and not the Dash.

captainGeech
  • 923
  • 1
  • 6
  • 18