Skip to content

Instantly share code, notes, and snippets.

@vicente-gonzalez-ruiz
Last active December 13, 2020 22:40
Show Gist options
  • Save vicente-gonzalez-ruiz/ce572d978632fb0c2e7011f671e06ca8 to your computer and use it in GitHub Desktop.
Save vicente-gonzalez-ruiz/ce572d978632fb0c2e7011f671e06ca8 to your computer and use it in GitHub Desktop.
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