Easily make a Windows bootable USB from within Linux Mint with WoeUSB

Mike Turcotte-McCusker
May 25, 2018
Updated • May 26, 2018
Linux
|
22

WoeUSB is an application for GNU/Linux that enables you to create bootable USB media for Windows from Windows ISO images or DVDs.

So, there’s many different tools out there for all operating systems, for making USB’s of other systems. However, when it comes to making USB’s of Windows, from within a Linux system, I find that WoeUSB tends to be my go-to, it’s quick, painless, and worked without issues in the past.

The github site describes WoeUSB as, “...a simple tool that enable you to create your own usb stick windows installer from an iso image or a real DVD. It is a fork of Congelli501's WinUSB.”

WoeUSB

It goes on to continue:

This package contains two programs:

  • woeusb: A command-line utility that enables you to create your own bootable Windows installation USB storage device from an existing Windows Installation disc or disk image
  • woeusbgui: A GUI wrapper of woeusb based on WxWidgets
  • Supported images: Windows Vista, Windows 7, Window 8.x, Windows 10. All languages and any version (home, pro...) and Windows PE are supported.
  • Supported bootmodes: Legacy/MBR-style/IBM PC compatible bootmode. Native UEFI booting is supported for Windows 7 and later images (limited to the FAT filesystem as the target)

This project is a fork of Congelli501's WinUSB software, which has not been maintained since 2012, according to the official website.”

Installation of WoeUSB in Linux Mint or any Ubuntu based system is incredibly simple:

  • sudo add-apt-repository ppa:nilarimogard/webupd8
  • sudo apt update
  • sudo apt install woeusb

WoeUSB is also available for Arch, Fedora, and Source, and more instructions can be found on the Github page. Essentially, most of the major systems can install without much of a hassle.

Using WoeUSB

Again, WoeUSB can’t really get much more simple. Select the ISO or CD/DVD image being used, select the target device from the list shown (your USB stick should automatically show up here), and let WoeUSB do its thing.

I found transferring to my no name 8GB USB stick took around 3-4 minutes to fire Windows 10 onto. You can then boot Windows from the USB Flash drive to install the operating system on a machine or upgrade an existing installation.

Last thoughts

Ultimately its a no-frills piece of software that doesn’t do anything fancy, but you don’t really need it to either. It simply works, I’ve never had an issue of any kind, and its the first thing I think of to recommend people in need of making a USB of Windows from within their GNU/Linux system.

Now Read:

Summary
Article Name
Easily make a Windows bootable USB from within Linux Mint with WoeUSB
Description
WoeUSB is an application for GNU/Linux that enables you to create bootable USB media for Windows from Windows ISO images or DVDs.
Author
Publisher
Ghacks Technology News
Logo
Advertisement

Previous Post: «
Next Post: «

Comments

  1. Omer said on April 3, 2021 at 10:23 am
    Reply

    That was really helpful, thanks.

  2. Wisest said on July 31, 2020 at 6:01 pm
    Reply

    Right-click the ISO file and select Make Bootable USB Stick, or launch Menu ? Accessories ? USB Image Writer .

  3. kishan said on June 24, 2020 at 10:15 am
    Reply

    try terminal way
    sudo umount /dev/sdb
    mkfs.vfat /dev/sdb
    then re try woeusb again

  4. Perf said on June 17, 2020 at 7:56 pm
    Reply

    All linux guides saying how to install but not uninstall.

  5. Anonymous said on May 10, 2020 at 12:18 am
    Reply

    Just wasted an hour that I will never get back, this does not work, it tells me the usb stick id busy and to un-mount it, nothing I do will make this work! Another for the trash.

    1. Scot Parker said on May 15, 2020 at 7:58 pm
      Reply

      Me too. Had to give up. Using Mint Cinnamon.

  6. mel said on January 16, 2020 at 11:34 pm
    Reply

    Over the past two days I have tried everything I could find. I have figured out it can’t be done with the gear I have. BUT I will try it one more time, because I’m stubborn like that

  7. Timo said on October 10, 2019 at 11:31 am
    Reply

    public key is not valid, thank you for nothing

  8. anon said on July 15, 2019 at 12:44 pm
    Reply

    I had nothing but trouble trying to make a Windows 10 bootable USB stick using all other methods (gparted and unetbootin) until I tried this. In case anyone else is struggling, I was making a Windows 10 64 bit boot disk off a no name 8gb pen drive on Linux Mint.

    Thanks a lot for the help.

  9. Shannon said on May 4, 2019 at 2:25 am
    Reply

    It is most likeky because you drive is fat32 and not ntfs. Use gparted to format the drive to ntfs mount it and run woeusb.

  10. Anonymous said on February 3, 2019 at 6:19 pm
    Reply

    Doesn’t work in Mint.

    1. Dale Richardson said on March 3, 2019 at 5:03 pm
      Reply

      It does work under mint, unmount the drive like it says.

      1. A said on April 12, 2019 at 10:59 pm
        Reply

        Doesnt work for me either…I’m using mint, unmounted drive and tried and get an error…. then refresh and the drive is gone. Restart woeusb, plug drive back in, unmount and same issue.

  11. P said on November 19, 2018 at 11:22 am
    Reply

    Thank you very much! You are a life saver! I’ve been trying unetbootin and gparted with no luck

  12. Jason said on November 15, 2018 at 3:44 pm
    Reply

    Finally. After a day of monkeying around with unetbootin, gparted, and other suggestions from helpful interneters this was the solution. Thank you very much.

    1. Anonymous said on May 17, 2019 at 12:02 pm
      Reply

      My sentiments EXACTLY!
      My deepest thanks to the author and to ghacks for this lifesaver.

  13. Anthony said on May 29, 2018 at 2:51 am
    Reply

    Maybe I missed it but I think that WoeUSB like Rufus cannot make a bootable usb drive such as an external hard disk.

  14. Doc said on May 26, 2018 at 5:30 pm
    Reply

    “…USB from with Linux…” I think you probably meant “within.” :)

  15. Weilan said on May 26, 2018 at 12:44 am
    Reply

    That looks so easy, like Rufus USB. I remember when I tried to make a Windows bootable a few years ago I could never make it with the software that was available… I don’t have Linux now so I can’t try it.

  16. Kevin said on May 25, 2018 at 8:09 pm
    Reply

    Been hoping for a “Rufus”, but for Linux. It is a pain when you need a Windows flash drive, but you need to install windows to make such a thing in the first place!

  17. rufus said on May 25, 2018 at 2:18 pm
    Reply

    Nice it looks like a rufus for linux

  18. intelligencia said on May 25, 2018 at 10:56 am
    Reply

    Hello Mr. Mike Turcotte-McCusker.
    Again, you provide wonderful articles from which I always benefit!

    OFF Topic:

    Has your surname always been hyphenated or was it recently added?
    I am just curious as I have never seen the “McCusker” portion of your last name.

    i

Leave a Reply

Check the box to consent to your data being stored in line with the guidelines set out in our privacy policy

We love comments and welcome thoughtful and civilized discussion. Rudeness and personal attacks will not be tolerated. Please stay on-topic.
Please note that your comment may not appear immediately after you post it.