Recent content by Moayad

  1. Moayad

    [SOLVED] Keycloak OpenID Configuration - Failed to contact token endpoint: Request failed

    Glad to hear that you solved the issue yourself! good catch :) and thank you for posting the fix. I will go ahead and set your thread as [SOLVED] to help other people who have similar issue. Have a nice weekend.
  2. Moayad

    [SOLVED] Keycloak OpenID Configuration - Failed to contact token endpoint: Request failed

    Hi, please post the output of `pveversion -v` and the matching keycloak log line from the same timestamp.
  3. Moayad

    [SOLVED] Intel iGPU passthrough to Windows VM.

    Glad to hear that you solved yourself! Thank you for sharing the solution as well. I will set your thread as [SOLVED] to help poeple who have the similar issue.
  4. Moayad

    [SOLVED] Intel iGPU passthrough to Windows VM.

    Thank you! [ 759.647977] i915 0000:00:02.0: driver does not support SR-IOV configuration via sysfs [ 812.413565] i915 0000:00:02.0: driver does not support SR-IOV configuration via sysfs [ 916.467261] i915 0000:00:02.0: driver does not support SR-IOV configuration via sysfs [ 1000.807451]...
  5. Moayad

    [SOLVED] Intel iGPU passthrough to Windows VM.

    Could you remove the `i915.enable_gvt=1` from the kernel CLI and then try the `echo 1 > /sys/bus/pci/devices/0000:00:02.0/sriov_numvfs` again? If still print error, please the output of `dmesg` You have to initramfs afterwards or reboot the Proxmox VE node.
  6. Moayad

    [SOLVED] Intel iGPU passthrough to Windows VM.

    Thank you! Could you remove the PCI device from the VM 100 and then run `echo 1 > /sys/bus/pci/devices/0000:00:02.0/sriov_numvfs`? make sure that the VM is stop. Then post the output of `cat /sys/bus/pci/devices/0000:00:02.0/sriov_numvfs` and `lspci -nnk`
  7. Moayad

    [SOLVED] Intel iGPU passthrough to Windows VM.

    Oh forget that you posted already! Could you please post the output of: cat /sys/bus/pci/devices/0000:00:02.0/sriov_totalvfs cat /sys/bus/pci/devices/0000:00:02.0/sriov_numvfs
  8. Moayad

    [SOLVED] Intel iGPU passthrough to Windows VM.

    Thank you for testing! Now could you please provide us the VM config `qm config <VMID>`?
  9. Moayad

    [SOLVED] Intel iGPU passthrough to Windows VM.

    Thank you for log! If the `8086:4626` is added to `/etc/modprobe.d/vfio.conf ` please also remove it, then update initramfs and reboot the node, then check that `lspci -nnk` shows `i915` instead of `vfio-pci`.
  10. Moayad

    [SOLVED] Intel iGPU passthrough to Windows VM.

    Thank you for the output! I would undo the `i915` blacklist binding so `00:02.0` is handled by node driver again, then post `cat /sys/bus/pci/devices/0000:00:02.0/sriov_totalvfs` and `cat /sys/bus/pci/devices/0000:00:02.0/sriov_numvfs`. Have you checked the Error 43 [0] in our wiki guide...
  11. Moayad

    [SOLVED] Intel iGPU passthrough to Windows VM.

    Hi, Could you please post the output of the following: pveversion -v qm config <VMID> lspci -nnk I would also check if the `/sys/bus/pci/devices/0000:00:02.0/sriov_totalvfs` exists, you can do `ls -la /sys/bus/pci/devices/0000:00:02.0/sriov_totalvfs` from your Proxmox VE node.
  12. Moayad

    Proxmox 8.4.19 to 9.2.4 failure

    Hi, If you are use mdraid for `/boot` I would suggest migrating or reinstalling a supported layout, e.g., ZFS. Because mdraid is not supported [0]. [0] https://pve.proxmox.com/wiki/Software_RAID
  13. Moayad

    Proxmox Random Shutdowns/Reboots

    I would also check the temperature when the issue happened.
  14. Moayad

    Proxmox Random Shutdowns/Reboots

    I would focus on the power path first, PSU, UPS, as well as the power cables. Because this is not a Proxmox VE issue from the logs you've provided I saw. Or if possible, test with another PSU or temporarily reduce the load by disconnecting some Hardware like GPU etc..
  15. Moayad

    VM Shutdown Without Any reason In proxmox

    Hi, have you checked the syslog when the VM shutdown? you can check using journalctl with specific time if you know the exact time e.g: journalctl --since "2026-07-09 13:00" --until "2026-07-09 14:00" > /tmp/$(hostname)-syslog.txt Modify the date/time in the above command. I would also check...