mirror of
https://github.com/oSoWoSo/DistroHopper.git
synced 2024-08-14 22:46:53 +00:00
Add details about installing WIndows 10. #7
This commit is contained in:
parent
eadb671b59
commit
b41fbb38c6
1 changed files with 23 additions and 0 deletions
23
README.md
23
README.md
|
@ -75,6 +75,29 @@ Starting /media/martin/Quickemu/ubuntu-focal-desktop.conf
|
||||||
- ssh: 22221/tcp is connected. Login via 'ssh user@localhost -p 22221'
|
- ssh: 22221/tcp is connected. Login via 'ssh user@localhost -p 22221'
|
||||||
```
|
```
|
||||||
|
|
||||||
|
### Windows 10
|
||||||
|
|
||||||
|
You can use `quickemu` to run a Windows 10 virtual machine.
|
||||||
|
|
||||||
|
* [Download Windows 10](https://www.microsoft.com/en-gb/software-download/windows10ISO)
|
||||||
|
* [Download VirtIO drivers for Windows](https://fedorapeople.org/groups/virt/virtio-win/direct-downloads/archive-virtio/virtio-win-0.1.173-8/virtio-win.iso)
|
||||||
|
* Create a VM configuration file; for example `windows10.conf`
|
||||||
|
|
||||||
|
```
|
||||||
|
iso="/media/$USER/Quickemu/windows10/Win10_1909_English_x64.iso"
|
||||||
|
driver_iso="/media/$USER/Quickemu/windows10/virtio-win-0.1.173.iso"
|
||||||
|
disk_img="/media/$USER/Quickemu/windows10/windows10.qcow2"
|
||||||
|
disk=128G
|
||||||
|
```
|
||||||
|
|
||||||
|
* Use `quickemu` to start the virtual machine:
|
||||||
|
|
||||||
|
```
|
||||||
|
./quickemu --vm windows10.conf
|
||||||
|
```
|
||||||
|
|
||||||
|
### All the options
|
||||||
|
|
||||||
Here are the full usage instructions:
|
Here are the full usage instructions:
|
||||||
|
|
||||||
```
|
```
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue