From 55c89e42ad00cb9ea3b3de26b99d51579d607096 Mon Sep 17 00:00:00 2001 From: yurialek Date: Sat, 20 Oct 2018 22:53:28 +0200 Subject: [PATCH] Update --- README.md | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/README.md b/README.md index 5c3d813..61bf059 100644 --- a/README.md +++ b/README.md @@ -85,7 +85,7 @@ From here you are alone, I don't know how to proceed. Maybe you need to edit, ma ### Edit the VBIOS 1. Open the vBIOS ROM (`vBIOS.rom`) in the HEX editor. -2. ![After a bunch of `00`, there is a `55` or `U` in HEX, delete everything before the `55`](Screenshots/Hex vBIOS.png), and save. I strongly recommend not to overwrite the original ROM. ![Note that series of `FF` values have been reported on a GTX 1060](Screenshots/Hex vBIOS 1060.png). +2. ![After a bunch of `00`, there is a `55` or `U` in HEX, delete everything before the `55`](Screenshots/Hex vBIOS.png), and save. I strongly recommend not to overwrite the original ROM. ![Note that series of `FF` values have been reported on a GTX 1060](Screenshots/Hex vBIOS 1060.png) ## Configure 1. Clone this repository @@ -121,15 +121,15 @@ $ qemu-img create -f raw /path/to/image/windows.raw 60G ``` 6. Edit the config in `scripts/config.sh` to convenience. If you use systemd to start the VM you have to edit `EnvironmentFile` in `qemu@.service` to point to your config file. Variables you may have to edit: - 1. PCI devices. `IOMMU_GPU`; `IOMMU_USB`. - 2. User. - 3. Location of HDD/IMG, ISO, vBIOS and OVMF image. - 4. The Desktop Environment, Display Manager, Window Manager, etc. `lightdm`/`i3`. - 5. QEMU options like RAM and CPU cores. - 6. Kernel modules. - 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. + 1. PCI devices. `IOMMU_GPU`; `IOMMU_USB`. + 2. User. + 3. Location of HDD/IMG, ISO, vBIOS and OVMF image. + 4. The Desktop Environment, Display Manager, Window Manager, etc. `lightdm`/`i3`. + 5. QEMU options like RAM and CPU cores. + 6. Kernel modules. + 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 ```