WinUSB: Create a Windows boot USB flash drive on Linux

Source: Internet
Author: User

Hi, friends,

I am not here to publicize the use of Microsoft Windows. As you can see, this is an article about how to create a bootable USB flash disk. There is also such a tool in Windows, which is a useful Power ISO.

You may still remember that you sometimes need to create a Boot Windows USB flash drive from a DVD or. iso file at school or home, but you cannot use Power ISO without using Windows.

You can use Unetbootin in Linux, but the new version of Unetbootin is no longer supported. Although you can use the old version and format the USB flash drive into NTFS format before that, it is really complicated for new users.

Unetbootin USB flash drive boot installation Ubuntu11.04

Now, I will introduce a tool named winusb. If you have never heard of it, it doesn't matter. Please continue reading it.

WinUSB is a simple command line tool used in linux to establish Windows-based USB flash drives or boot USB flash drives.

Install winusb first, and then let's see how to use it.

Install winusb using PPA:

$ Sudo add-apt-repository ppa: colingille/freshlight

$ Sudo apt-get update

$ Sudo apt-get install winusb

WinUSB can run on the command line (terminal). We can use the following command in the terminal (root permission is required) to create a Windows 7 or windows Vista installation USB disk:

$ Sudo winusb -- format <iso path> <device>

For example:

$ Sudo winusb -- format Desktop/SETHO/Win7.iso/dev/sdc1

Desktop/SETHO/Win7.iso is the. iso file path, And/dev/sdc1 is the device path. (Note: Use the df command to obtain the device path)

Install a Windows ISO to NTFS partition and modify the primary Boot Record (MBR ):

$ Sudo winusb -- install <iso path> <partition>

For example:

$ Sudo winusb -- install Desktop/SETHO/Win7.iso/dev/sdd1

/Dev/sdd1 is the partition path

If you do not like the command line, WinUSB also has a GUI version, but you should try to learn that it falls in love with the command line. In fact, it is easy to understand.

Start from dash:

Dash> WinUSB

After startup, select the. iso file and device, and click Install.

Recommended reading:

Grub and mbr during Linux boot

How to Create a boot image for Linux system installation

Solution to the problem that the system cannot be guided by the prepared Fedora boot USB flash drive

How to reinstall or fix Grub2 boot in Ubuntu12.04/12.10

Use the Win7 boot interface to guide Ubuntu 11.10

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.