0

How can I create a bootable USB Stick for windows 8 on Ubuntu 14.10?

I have tried using startup disk creator but it doesn't show windows os.

1 Answers1

-1

You can create a bootable usb stick of windows 8 using Winusb. It offers a simple GUI for creating the bootable usb stick.

sudo add-apt-repository ppa:colingille/freshlight
sudo sh -c "sed -i 's/utopic/saucy/g' /etc/apt/sources.list.d/colingille-freshlight-utopic.list"
sudo apt-get update
sudo apt-get install winusb
Dimitri
  • 184
  • 4