Last active
December 13, 2020 22:40
-
-
Save vicente-gonzalez-ruiz/ce572d978632fb0c2e7011f671e06ca8 to your computer and use it in GitHub Desktop.
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. Download windows from | |
https://www.microsoft.com/es-es/software-download/windows10ISO | |
2. Install woeusb with | |
sudo pacman -S woeuse | |
3. Create a bootable USB with the windows image. | |
sudo woeusb --target-filesystem NTFS --device ~/Downloads/Win10_20H2_v2_Spanish_x64.iso /dev/sdd | |
4. Test | |
sudo qemu-system-x86_64 -hda /dev/sdd | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment