How do I make a bootable usb pen drive to install my windows 10 iso on 15.04? I'd like detailed instructions with commands and or possibly a link.
Asked
Active
Viewed 680 times
2 Answers
0
There are two methods.
If you have wine preinstalled:
Download Rufus (you need Wine two run it. then select your iso file and the usb device. the rest is easy
Wine not required:
Install Winusb. Open a terminal windows (Ctrl+Alt+T)
Paste the following commands one by one:
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 winusbNow, choose From a disk image(iso)
select your file
Then select the target device
Click install
Eric Carvalho
- 55,453
Ankan
- 1