Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save emilas44/f98f0594160385dc9ea5b6a4cac65081 to your computer and use it in GitHub Desktop.
Save emilas44/f98f0594160385dc9ea5b6a4cac65081 to your computer and use it in GitHub Desktop.
How to create bootable USB-stick with windows ISO on Ubuntu
1. add repo and install woeusb
sudo add-apt-repository ppa:nilarimogard/webupd8
sudo apt update
sudo apt install woeusb
2. Plug in your USB stick which you want to use (if not already)
3. Start Gparted and chose that USB
4. Unmount the USB-disk with gparted
5. Format it by choosing "clear" and confirm
6. Now open woeusb and choose the windows ISO image and that USB and click Install
7. You're done
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment