Skip to content

Instantly share code, notes, and snippets.

@perfecto25
Last active March 24, 2023 14:12
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save perfecto25/36dbf7fd16a06e0679bf32a6f7957d8f to your computer and use it in GitHub Desktop.
Save perfecto25/36dbf7fd16a06e0679bf32a6f7957d8f to your computer and use it in GitHub Desktop.
QEMU virtual machine manager
Make sure no other VM softrware is running (Virtualbox, etc)
create new win 10 VM on ubuntu host
0. Turn off/kill any VirtualBox process, this will interfere with QEMU
1. create pool
2. create volume within the pool
3. install win10 iso (select Browse local files)
4. once win10 is up, install Spice windows guest tools on win10, www.spice-space.org/download.html, this will enable full screen display
5. install openssh server on win guest, Settings > Apps > optional features, install new feature (openssh server) - open up port 22 on win defender
6. restart win guest, check services for sshd service
7. scp any files to guest
scp -r <host dir> <user>@<ip of guest>:/C:/Users/<user>/Downloads
8.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment