-1

I am trying to install Windows on my laptop but Ubuntu is the only OS I have in my house and Ubuntu won't let me turn my external HDD into a Windows Vista installer drive.

First I wish to have a graphical interface as the terminal is not a strong point for me so I would like NO text entry as it's too tedious and confusing none of the software. All I can find is about Ubuntu, it's software to make an Ubuntu installer.

Antoine Orsoni
  • 415
  • 1
  • 4
  • 11

2 Answers2

1

Try this:

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

Copy-Paste(line-by-line) that into the terminal and run WinUSB. It's all pretty easy from there.

Source: https://askubuntu.com/a/381560/371553

lakshyaag
  • 648
  • 5
  • 14
-1
sudo add-apt-repository ppa:colingille/freshlight
sudo sh -c "sed -i 's/wily/saucy/g' /etc/apt/sources.list.d/colingille-ubuntu-freshlight-wily.list"
sudo apt-get update
sudo apt-get install winusb
muru
  • 197,895
  • 55
  • 485
  • 740
nox
  • 1