Created
May 18, 2019 16:42
-
-
Save emilas44/f98f0594160385dc9ea5b6a4cac65081 to your computer and use it in GitHub Desktop.
How to create bootable USB-stick with windows ISO on Ubuntu
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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