Archives For November 30, 1999

As you may know, WinUSB is simple tool allows to create bootable Windows USB install stick from Ubuntu Linux. This tool supports Windows 7, 8, Vista, XP and can use either an ISO or a DVD as a source.

WinUSB Ubuntu

WinUSB Ubuntu

In the screen above, choose your ISO or DVD drive and plug in the USB stick and click Refresh to make it available. Click ‘Install’, WinUSB Maker will format your USB device before converting your ISO or Directory into a bootable image on your USB device. The whole process will take several minutes up to an hour. And you’ll get a pop-up to let your know when finished.

Install WinUSB in Ubuntu, Linux Mint via PPA:

There’s a PPA contains WinUSB package for Ubuntu 13.04, Ubuntu 12.10, Ubuntu 12.04, Ubuntu 11.10, Ubuntu 11.04, Ubuntu 10.04 and Linux Mint 15, 14, 13, 12, 11, 10.

Press Ctrl+Alt+T to open terminal. When it opens, copy below code via Ctrl+C and paste in terminal via Ctrl+Shift+V. Hit enter to run, it’ll add the PPA repository to your system:

sudo add-apt-repository ppa:colingille/freshlight

After that, update package lists and install WinUSB:

sudo apt-get update; sudo apt-get install winusb
WinUSB in Ubuntu Unity

WinUSB in Ubuntu Unity