Search results

  1. T

    [SOLVED] GPU Passthrough problem with driver installation in Windows 10

    I'm using bios: ovmf in my VM with efidesk etc. dont know what u mean with "bios mode". My System/VM etc. is configured like in my first post ,just added the efifb:off because a memory error in the logs. Found it here: PCI Passtrough Troubleshooting BAR 3: can't reserve [mem] error If you...
  2. T

    [SOLVED] GPU Passthrough problem with driver installation in Windows 10

    nano /etc/default/grub added it to the line GRUB_CMDLINE_LINUX_DEFAULT="quiet intel_iommu=on video=efifb:off" then update-grub & reboot and everything was fine
  3. T

    [SOLVED] GPU Passthrough problem with driver installation in Windows 10

    Proxmox 7.0-13 Fixed by myself with adding video=efifb:off to the kernel. Closed
  4. T

    [SOLVED] GPU Passthrough problem with driver installation in Windows 10

    Hi everyone, I tried to solve this problem over weeks and weeks, performed so many Windows 10 installations, even a complete proxmox reinstall but nothin helped. What I already did: GRUB_CMDLINE_LINUX_DEFAULT="quiet intel_iommu=on" in /etc/default/grub and update-grub after reboot dmesg | grep...