how to install win 8 from usb on ubuntu

zaka100

Honorable
Dec 29, 2013
3
0
10,510
Hello, my laptop is running ubuntu and I want to burn a windows 8.1 install disk on my usb (i got the product key), I know rufus works on windows but, I want an iso to usb program for ubuntu.
Any help avaliable?
 

MrNiiX

Reputable
Jun 22, 2014
1
0
4,510
hi,
You can use WinUSB...you need to add the repo for it as follows:

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

insert your USB and open a terminal in the folder containing your windows 8 .iso.

cd /home/username/Windows8Folder/
sudo winusb --format <iso name> <device>

example:
sudo winusb --format win8.iso /dev/sdb

your welcome
 

TRENDING THREADS