testing-auto
yurialek 6 years ago
parent 254f1d153a
commit 0fae4bd52b

@ -130,6 +130,7 @@ $ qemu-img create -f raw /path/to/image/windows.raw 60G
7. Other things like add a command to kill PulseAudio `pulseaudio -k` and another, at the end of the script, to start it again `pulseaudio --start`.
8. The network options `-device virtio-net-pci,netdev=n1 -netdev user,id=n1`.
9. Swap virtio for sata as the HDD interface.
7. Start the VM
```
# scripts/windows-install.sh
@ -148,6 +149,7 @@ $ qemu-img create -f raw /path/to/image/windows.raw 60G
10. Select the `Unallocated Space`
11. Proceed as normal.
12. Let Windows find the drivers for the GPU (if Windows has network) or [download the updated ones from NVIDIA](https://www.nvidia.com/Download/index.aspx?lang=en-us).
9. Once installed Windows, run the VM with:
```
# scripts/windows.sh

Loading…
Cancel
Save