Closed DeemOnSecurity closed 4 years ago
This is the kvm.conf:
## Virsh devices
VIRSH_GPU_VIDEO=pci_0000_01_00_0
VIRSH_GPU_AUDIO=pci_0000_01_00_1
VIRSH_GPU_USB=pci_0000_00_14_0
VIRSH_GPU_SERIAL=pci_0000_00_01_0
VIRSH_NVME_SSD=pci_0000_00_17_0
Which scripts did you copy and paste?
What script do you have under /etc/libvirt/hooks/qemu
?
Did you make sure it's executable? chmod +x /etc/libvirt/hooks/qemu
Are your hooks located under /etc/libvirt/hooks/qemu.d/vm_name/hook_name/state_name
?
Did you make sure each of these hooks are executable too?
Ran into the same problem...
I found out that the command I used
chmod u+x /etc/libvirt/hooks/qemu.d/vm_name/hook_name/state_name/shell_name.sh
should be replaced by
chmod +x /etc/libvirt/hooks/qemu.d/vm_name/hook_name/state_name/shell_name.sh
Good morning!
I have been running through your tutorial on Pop_OS with the following configuration: Intel(R) Core(TM) i5-6600K CPU @ 3.50GHz (Using integrated graphics) NVIDIA Corporation GM200 [GeForce GTX 980 Ti]
I followed the instructions exactly with the exception of the last optimization step for multithreaded CPUs. I appear to be running into an issue with the hook scripts, though. Upon hitting "Begin Installation" I get the following error:
I'm unsure if I did something wrong as I copy and pasted the scripts from the guide. Is there some consideration I am missing for integrated graphics? They are on separate I/O MMU groups: