Search results

  1. K

    PVE 9.05 disk devices lost with PCIe Passthrough VM. Only root drive not affected.

    Problem resovled with the update below. grub: add pcie_acs_override=downstream to span>GRUB_CMDLINE_LINUX_DEFAULT modprobe: echo "options vfio_iommu_type1 allow_unsafe_interrupts=1" > /etc/modprobe.d/iommu_unsafe_interrupts.conf echo "options kvm ignore_msrs=1 report_ignored_msrs=0" >...
  2. K

    Nvdia Tesla P4 Passthrough to Windows Guest

    use `nvidia-smi` check if your P4 in TCC or WDDM mode. Try `nvidia-smi -fdm 0` if not in WDDM mode. Then you should see the GPU from task manager.
  3. K

    PVE 9.05 disk devices lost with PCIe Passthrough VM. Only root drive not affected.

    Simular to Proxmox VE 9 PCIe Passthrough TrueNAS VM and PCIe-Passthrough no Longer Working on PVE 9.0.3 with kernel 6.14 - VM Hangs on Start, I have problem when VM using PCIe Passthrough. Everything works fine before with PVE 8.4. After upgrade to 9.05, this problem happenes. I thought...
  4. K

    Upgrade von 8 auf 9 - Kernel panic

    Thank you Jörg. Had the same problem and with the new scripts problem fixed.
  5. K

    vGPU Tesla P4 wrong mdevctl gpu

    God damn it I tried all different drivers patched non patched nothing works. until I found this and following your steps. Finally!!!! Thank you so much. BTW, I installed 3-4 Tesla P4 and this is the first time I had this issue. Nvidia just #%$@*&(&!@@!
  6. K

    PCIE Google Coral Install Instructions

    Did this on 6.5.13-6-pve and works! Thank you so much.
  7. K

    Nvidia vGPU offical host driver override mdev type without unlocking

    I am using Nvidia offical kvm driver on my proxmox host. vGPU works fine without any problem. The only concern is I don't know, did quite some research already, how to override the mdev types. The problem of offical types they split vGPU equally. Google results are all showing to use the unlock...
  8. K

    [SOLVED] Proxmox 8.0 / Kernel 6.2.x 100%CPU issue with Windows Server 2019 VMs

    Same problem with Win11 guest on 8.04 host. With mitigations=off temporary bypass the issue.
  9. K

    [SOLVED] Nvidia Tesla T4 with pci passthrough

    Hi, are you able to finnaly get T4 passthrough? What driver you using in the VM? Thanks.
  10. K

    Help: PVE Cluster storage problem

    command line works! Damn it. I shall use command line. Thanks a lot bbgeek17
  11. K

    Help: PVE Cluster storage problem

    I am so sorry. I think I made a mistake. All the error and the missing option is for LXC migration NOT VM.
  12. K

    Help: PVE Cluster storage problem

    Thanks a lot for the suggestion. When I do the migration there is no option to choose the storage target. And I remember I had that kind of choice before. It was before when I had another node in the cluster. Any idea or document where can I have that option?
  13. K

    Help: PVE Cluster storage problem

    I think I screwed up the cluster. Below the details about my cluster storage. pve-dellr330: $lvs LV VG Attr LSize Pool Origin Data% Meta% Move Log Cpy%Sync Convert data pve twi-aotz-- <63.38g 40.32 2.64 root pve -wi-ao----...
  14. K

    backup job failed with err -11 on 2 of 6 VM's

    I have the same err -11 error after upgrade to PVE 7.0. Not on all VM backup jobs but few of them. From same SDD to same PBS storage. Work again after adding aio=threads The log from PBS side before and after adding aio=threads Before with err -11: ProxmoxBackup Server 2.0-4 ()...
  15. K

    [SOLVED] Help: Host backup cronjob email only error occur

    Thank you for the reply. I will try that out. It will be nice to have of kind of quite mode for the backup client.
  16. K

    [SOLVED] Help: Host backup cronjob email only error occur

    I am using proxmox-backup-client to backup my PVE nodes. Everything works fine. Problem is when I put that in cronjob, even I am using > /dev/null, I am getting the output. Since I setup postfix on the nodes, I am getting email all the time. Is it anyway I can get email only when error occur...
  17. K

    [SOLVED] Help: Network problem, not able to set same IP on new NIC

    My PVE host has 2 NICs before. The /etc/network/interfaces` config shows below. auto lo iface lo inet loopback iface eno1 inet manual iface eno2 inet manual auto vmbr0 iface vmbr0 inet static address 192.168.0.141/24 gateway 192.168.0.1 bridge-ports eno1...