Recent content by gerhardt

  1. G

    PCI Passthrough: AMD-Vi: Completion-Wait loop timed out

    $ cat /proc/cmdline BOOT_IMAGE=/boot/vmlinuz-5.4.44-2-pve root=/dev/mapper/pve-root ro quiet amd_iommu=on I also tried to add iommu=pt but still got the same error.
  2. G

    PCI Passthrough: AMD-Vi: Completion-Wait loop timed out

    Recently I installed a QLogic BCM57840 10 Gigabit Network Adapter on my AMD EPYC server and try to pass it through to a VM. Before this, a Intel I350 network card was successfully passed through to this VM. I am trying to replace the old Intel card with this QLogic card. When the system was...
  3. G

    Can't create VM disk with almost all the available size of the zfspool

    I create a zfs raidz1 with 3 x 4T disks and it shows that I have 7.04TiB available spaces. But when I try to add a new 6TiB(6144GiB) disk to a vm, it failed because of no space. How could that happen. That's a new raid I just created. When I lower the disk size to 5000GiB, it created...
  4. G

    [SOLVED] GPU passthrough 43 error when adding the hypervisor flag

    I want to install hyper-v in the win10 guest. I tried your method and it works! It seems that my cpu args in conf file override the default cpu flag. Anyway, thank you for your help.
  5. G

    [SOLVED] GPU passthrough 43 error when adding the hypervisor flag

    I installed a win10 guest and passed throught a nvidia gpu to it. Everything works fine with the following configuration: bios: ovmf boot: d cores: 12 cpu: host hostpci0: 0a:00,pcie=1 hostpci1: 01:00,pcie=1,x-vga=1 hostpci2: 05:00,pcie=1 machine: q35 memory: 49152 name: Win10 net0...
  6. G

    [SOLVED] Nvidia gpu 43 error with x-vga and cpu -hypervisor flag

    I installed a win10 guest and passed throught a nvidia gpu to it. Everything works fine with the following configuration: bios: ovmf boot: d cores: 12 cpu: host hostpci0: 0a:00,pcie=1 hostpci1: 01:00,pcie=1,x-vga=1 hostpci2: 05:00,pcie=1 machine: q35 memory: 49152 name: Win10 net0...