Creating a Windows Xp Bootable Flash Drive In Ubuntu

WinUSB. This is an application that allows you to create a bootable USB flash drive Windows in Linux and in just two clicks. The application has support for Windows Vista, when choosing an image to create a bootable USB flash drive, there is a choice of 2 sources where we get the image for recording, the first is of course the hard drive where we store the files, and the second is the CD / DVD discs. The old version of WinUSB only supported Windows XP / Vista, the latest update added support for Windows 7/8, I did not check if it supports Windows 10 since I have Windows 7 installed with the second system in conjunction with Ubuntu 14.04.4 LTS.

Creating a Windows Xp Bootable Flash Drive In Ubuntu

Older versions of Unetbootin make it possible to create a bootable Windows 7 USB stick in Linux, but newer versions UNetbootin they no longer support this feature (of course you can still use the old version), in this situation, you must manually format the USB to the NTFS file system if you intend to install Windows 7/8. If you want to install Windows XP, install the FAT32 file system. Having experience with the GParted application, this will be an easy task for you, possibly difficult for beginners, users who are just mastering Ubuntu Linux.

Using the WinUSB application, this process is now much simpler, from launching the application to creating a bootable flash drive, just a few clicks:

  • Launch the application.
  • Select an image on your computer’s hard drive or on a removable media CD / DVD disc.
  • Start creating a bootable flash drive by clicking on the Install button.

After the manipulations described above, the application will automatically format the flash drive for the desired file system, mount it, start copying files, when the boot flash drive is complete, the WinUSB application will add the flash drive to the Grub menu itself, all that remains for you is to wait for the message. Installation succeded and reboot the computer, after in the Grub menu select your flash drive and install the Windows operating system, in my case this is the version of Windows 7 SP1.

Winusb has a very simple graphical user interface in which every user will understand, just a few points in which it is impossible to get confused, in my case, creating a bootable flash drive took about 20 minutes. I’ll also add to the above, when creating a bootable USB flash drive when the process is already running, in no case do not cancel so as not to ditch your USB flash drive, wait until the end, go make your coffee and do not load the processor with other applications, this will create a faster USB flash drive than in when you will use load applications.

To install WinUSB on Ubuntu Linux, open a terminal and run the following commands:

Installation on Ubuntu 16.04 using PPA from webupd8. Install using the ready deb package. For 64-bit. For 32-bit

After installation is complete, look for the application in the Ubuntu Menu. System utilities. WinUSB, or by searching in Dash.

WinUSB is one way to create a bootable USB flash drive, but there is also a console option using the DD utility that is installed by default on the system.

How to create a bootable flash drive using the dd utility

  • Connect the USB flash drive to the computer and format it in GParted by installing the NTFS file system for Windows 7/8 and FAT32 for Windows XP for the USB flash drive.
  • Run the following command in the terminal. sudo dd if = / path / to / file.iso of = / dev / sdb 1. Instead /path/to/file.iso, specify the full path to the Windows image sdb 1. this is the index of the device, usually a USB flash drive if only one is connected, gets the default index of 1, to check more accurately, run GParted to accidentally not erase data on another drive, if everything is spelled out correctly, click “Enter” and wait for the copy to complete.
  • After completing the manipulations above, go to GParted again, set the boot flag for the USB flash drive, then reboot and install Windows.

If you have any difficulties, ask, specify in the comments to the material.