mandatorypeanuts

start.sh output

Aug 18th, 2025
16
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.71 KB | None | 0 0
  1. [User@archlinux ~]$ sudo /etc/libvirt/hooks/qemu.d/win11gamingVM/prepare/begin/start.sh
  2. [sudo] password for User:
  3. + source /etc/libvirt/hooks/kvm.conf
  4. ++ VIRSH_GPU_VIDEO=pci_0000_03_00_0
  5. ++ VIRSH_GPU_AUDIO=pci_0000_03_00_1
  6. ++ VIRSH_GPU_VGA=pci_0000_0e_00_0
  7. ++ VIRSH_GPU_AUDIO2=pci_0000_0e_00_1
  8. + sudo systemctl stop sddm
  9. + systemctl status display-manager.service
  10. ○ sddm.service - Simple Desktop Display Manager
  11. Loaded: loaded (/usr/lib/systemd/system/sddm.service; enabled; preset: disabled)
  12. Active: inactive (dead) since Mon 2025-08-18 11:47:05 CDT; 14ms ago
  13. Duration: 43.523s
  14. Invocation: 6a1016d573b24753acd4caee1ea324e8
  15. Docs: man:sddm(1)
  16. man:sddm.conf(5)
  17. Process: 1648 ExecStart=/usr/bin/sddm (code=exited, status=0/SUCCESS)
  18. Main PID: 1648 (code=exited, status=0/SUCCESS)
  19. Mem peak: 147.1M
  20. CPU: 238ms
  21.  
  22. Aug 18 11:46:23 archlinux sddm[1648]: Session started true
  23. Aug 18 11:47:05 archlinux sddm[1648]: Signal received: SIGTERM
  24. Aug 18 11:47:05 archlinux systemd[1]: Stopping Simple Desktop Display Manager...
  25. Aug 18 11:47:05 archlinux sddm[1648]: Auth: sddm-helper exited with 255
  26. Aug 18 11:47:05 archlinux sddm[1648]: Display server stopping...
  27. Aug 18 11:47:05 archlinux sddm[1648]: Display server stopped.
  28. Aug 18 11:47:05 archlinux sddm[1648]: Running display stop script QList("/usr/share/sddm/scripts/Xstop")
  29. Aug 18 11:47:05 archlinux systemd[1]: sddm.service: Deactivated successfully.
  30. Aug 18 11:47:05 archlinux systemd[1]: Stopped Simple Desktop Display Manager.
  31. Aug 18 11:47:05 archlinux systemd[1]: sddm.service: Consumed 238ms CPU time, 147.1M memory peak.
  32. + echo 0
  33. + echo 0
  34. + echo efi-framebuffer.0
  35. /etc/libvirt/hooks/qemu.d/win11gamingVM/prepare/begin/start.sh: line 20: echo: write error: No such device
  36. + sleep 5
  37. + echo 0000:03:00.0
  38. + sudo tee /sys/bus/pci/devices/0000:03:00.0/driver/unbind
  39. 0000:03:00.0
  40. + sleep 5
  41. + modprobe -r amdgpu
  42. + modprobe -r snd_hda_intel
  43. + virsh nodedev-detach pci_0000_03_00_0
  44. setlocale: No such file or directory
  45. Device pci_0000_03_00_0 detached
  46.  
  47. + virsh nodedev-detach pci_0000_03_00_1
  48. setlocale: No such file or directory
  49. Device pci_0000_03_00_1 detached
  50.  
  51. + virsh nodedev-detach pci_0000_0e_00_0
  52. setlocale: No such file or directory
  53. Device pci_0000_0e_00_0 detached
  54.  
  55. + virsh nodedev-detach pci_0000_0e_00_1
  56. setlocale: No such file or directory
  57. Device pci_0000_0e_00_1 detached
  58.  
  59. + sleep 5
  60. + modprobe vfio
  61. + modprobe vfio-pci
  62. + modprobe vfio_iommu_type1
  63. [User@archlinux ~]$ lsmod | grep amd
  64. amd_atl 57344 1
  65. kvm_amd 237568 0
  66. kvm 1388544 1 kvm_amd
  67. gpio_amdpt 16384 0
  68. gpio_generic 24576 1 gpio_amdpt
  69. ccp 184320 1 kvm_amd
Advertisement
Add Comment
Please, Sign In to add comment