Search results

  1. F

    Troubleshooting a GPU passthrough problem

    @Jay Hova were you able to make it work? I am having the same issue with Quadro P400. Thanks.
  2. F

    Best GPUs for Passthrough

    Hi, I was aiming at best GPUs for passthrough and avoid Error 43 in Windows. Are there GPUs that are famous for being easy to passthrough without errors?
  3. F

    Quadro P400 Passthrough

    Hi @Hafnernuss, did you get it to work at the last? I have the same GPU, and passthrough was working fine on Proxmox 6.x. I updated to Proxmox 7.x and passthrough stopped working with Error 43. Would be great if you could share any further progress you might have done. Thanks!
  4. F

    Yet another GPU passthrough Error 43

    Hi, I am having Error 43 on WIndows Server 2019 on my GPU passthrough after updating Proxmox to version 7. It used to work just fine on Proxmox 6. I already tried so many things, it's demotivating. Can you please help? These are some of the settings that may be relevant: RIG: AMD Ryzen 7...
  5. F

    Best GPUs for Passthrough

    Hi, I am about to give up on passing through my PNY NVIDIA Quadro P400 GPU. I keep getting the Error 43 despite all the days spent trying to fix this error. I followed pretty much all tutorials out there, but nothing seems to fix the issue. That said, I am evaluating purchasing another GPU that...
  6. F

    Enabling IOMMU

    That was it, thanks. It's crazy though. I think that a power outage might have messed up with my BIOS configuration.
  7. F

    Enabling IOMMU

    Hi @leesteken thanks for your support. I did run the check and this was the outcome: root@proxmox:~# for d in /sys/kernel/iommu_groups/*/devices/*; do n=${d#*/iommu_groups/*}; n=${n%%/*}; printf 'IOMMU group %s ' "$n"; lspci -nns "${d##*/}"; done IOMMU group * 00:00.0 Host bridge [0600]...
  8. F

    Enabling IOMMU

    Hi, I used to have PCI passthrough for my graphics card NVIDIA Quadro P400 working fine in the version 6 of Proxmox. After the upgrade to version 7.3-3 it no longer works. I tried to reconfigure everything following https://pve.proxmox.com/wiki/Pci_passthrough, but it seems that the old...
  9. F

    Can't access Proxmox shell or the VMs from within Proxmox

    Hi @Stoiko Ivanov , I launched the command "apt upgrade" and now everything works again. However, I see that Proxmox is still running on version 6.2-4. How can I upgrade it to version 6.3? Thanks, Fabio
  10. F

    Can't access Proxmox shell or the VMs from within Proxmox

    Hi @Stoiko Ivanov , this is the output of the journal. Do you see any hints on the issue? login as: root root@10.0.1.30's password: Linux proxmox 5.4.34-1-pve #1 SMP PVE 5.4.34-2 (Thu, 07 May 2020 10:02:02 +0200)...
  11. F

    Can't access Proxmox shell or the VMs from within Proxmox

    Hi, I always used Proxmox without any problems. Without doing any configuration changes, I can no longer access the Proxmox shell or any of the VMs from within Proxmox (I still can access the VMs via RDP for example). I am using the root account - always have. Any guests on what could be...
  12. F

    Network interface down after physical change

    I fixed it, I just had to run the command "ip link set dev <interface> up" and then rename the interface in the config file to the interface name. I am not sure but the name changed with the server change. Thanks.
  13. F

    Network interface down after physical change

    Hi, I turned off my server to install a new NVMe M.2 stick. I turned it on and after Proxmox finishes booting the network interface is down. I tried to bring it up with "ifup -a --force" but it did not work. Do you know why this might have happened? My entire server is down and I am quite in a...
  14. F

    Proper way of storage provisioning

    Thanks, but I meant for the creation of independent vdisks. Is there any specific documentation made by Proxmox that I could read?
  15. F

    Proper way of storage provisioning

    Thanks again for sharing this information, very appreciated as I am still learning. I will definitely take a look at OMV. Regarding the creation of independent vdisk, is there any tutorial that I could follow? Thanks, Fabio
  16. F

    Proper way of storage provisioning

    Hi @wolfgang thanks for replying, interesting to know this information. I will test later today. Therefore, my understanding is that if I rename the vdisk so that it matches with the name of a different VM, it would then show-up in this new VM. In this case, I have two questions: What happens...
  17. F

    VM boot problems with OVMF UEFI BIOS

    Hi, I am new to Proxmox. I create a Windows vm with SeaBIOS, and then I learnt that I need the OVMF UEFI bios to be able to use PCIe passthrough. I changed the BIOS to OVMF UEFI but I am getting an error, Windows is no longer booting. I found a tutorial in the internet suggestion to go to the...
  18. F

    Proper way of storage provisioning

    Hi, it's the first time that I am using Proxmox. I have 4x 4TB HDDs that belong to a RAIDZ-1 ZFS (no other disks). I created a Windows Server VM to be used as a file-server. In order to have my data in a different disk than the OS one, I am trying to understand what is the most appropriate way...