Search results for query: boot GPU

  1. B

    Assassin's Creed Odyssey taking forever to load

    Hello everyone! I would like to ask if any of you faced a similar issue. I use a VM to run some games with GPU passthrough, and for the majority of the games it works very well, however it seems that for Assassin's Creed Odyssey it is loading forever. When I increase the amount of cores from 8...
  2. M

    Intel Arc b580 GPU/Audio passthrough Win11 VM

    I've got it to work only once after a full host reboot including power removal for a few minutes. After I rebooted the VM the GPU is attached to, the audio interface was gone, same error again. I suspect the card (audio) itself goes into a weird state from which it can't recover. I didn't yet...
  3. S

    Nvidia install for LXC

    ok, so I was trying to use ChatGPT earlier, and it was confusing me, so I tried co-pilot, and it gave me something simpler. I will see if this works.. 1. Update Proxmox and reboot apt update apt full-upgrade -y reboot 2. Install kernel headers and build tools apt install -y...
  4. C

    [SOLVED] Anti-Cheat KVM Settings

    The game crashes on my gaming laptop with a 3080 GPU and 16 Gigs of RAM, that's why I play on a virtual machine on my homelab server :) args: -cpu host,-hypervisor bios: ovmf boot: order=scsi0;ide2;ide0;net0 cores: 30 cpu: host efidisk0...
  5. D

    GPU Passthrough + noVNC

    I’ve been using GPU passthrough with my Windows VMs for some time and have largely accepted that doing so means the noVNC console in Proxmox is unusable. The problem is that on a couple of occasions Windows Update has failed, leaving me completely blind as to what’s actually happening. Is there...
  6. J

    GPU Passthrough without Audio

    Hi all, I’m running Proxmox on an old laptop and have successfully passed through the Intel iGPU to a Windows VM. The VM boots fine and video output over HDMI to a TV works perfectly. The only problem is audio - it does not seem to get passed with the PCI device. Maybe someone has faced a...
  7. B

    [SOLVED] Anti-Cheat KVM Settings

    I added this line and it wiped it except for UUID, so I grabbed my actual UUID with `dmidecode -s system-uuid` ... (Edit: did it through GUI it stayed) I added a randomized Intel MAC address ... I added `args: -cpu host,-hypervisor,kvm=off` ... Device Manager > Computer is still showing "QEMU...
  8. A

    Try to install Proxmox 9.1 on a old linux server, and get lots of disk IO error.

    If I'm following your method now, should I not add nosmi at all, or add it for install then remove it as you did?
  9. H

    CPU Arguments cuts passthroughed NVMe performance by 4 times

    Hi Forum, I hope someone can help me identify my current issue. I followed this tutorial also from this forum about working around EasyAntiCheat. I figured, that using args: -cpu host,-hypervisor fixes my issues with EasyAntiCheat at the cost of hard performance hit. I checked my cpu, gpu and...
  10. S

    [TUTORIAL] Frigate in Alpine LXC using containerd and nerdctl instead of Docker/Podman

    Until Proxmox's native method of running OCI containers inside LXC becomes more mature, I wanted to run the official Frigate OCI container nested in an LXC container. I found using containerd along with nerdctl instead of Docker or Podman works right out of the box not stumbling on any of the...
  11. leesteken

    Installing AMD vendor-reset on Proxmox 9.0.9

    It seems to be supported (but I don't own this specific GPU). It is in various guides and the vendor-reset github site itself. It only tells me that there was an issue, not what the issue actually was. It does refer to a log file which can help you find more information. If you want to...
  12. K

    Try to install Proxmox 9.1 on a old linux server, and get lots of disk IO error.

    Really appreciate it. I’ll wait for version 9.2 and hope it fixes this issue. If not, I’ll try the boot parameters you mentioned.
  13. bbgeek17

    network card not visible, driver or hardware error?

    Network cards are driven by chipsets - the “brains” of the NIC. Most of these chipsets are designed and manufactured by a small number of companies and then licensed or sold to vendors who do not fabricate their own silicon. Mellanox and NVIDIA are examples of companies that do design and...
  14. V

    Try to install Proxmox 9.1 on a old linux server, and get lots of disk IO error.

    Hey all, Was pulling my hair out over this for the past 12 hours. Thought it was bad sata/power cables, swapped those out to no avail, so I thought it was a bad SSD, even though SMART score was fine. Went to Best Buy and got a new SSD. Much to my surprise I was getting the same I/O errors. Host...
  15. P

    Successful Dual NVIDIA H200 NVL Passthrough + Full NVLink (NV18) on Proxmox VE 8.4 (HPE DL385 Gen11)

    hey @sam.lee @krendilok thanks for sharing :) I'm trying something similar on latest Proxmox v8.4 with 8xH200SXM (with 4 NVSwitches) on Dell PowerEdge XE9680 but I cannot get it work ... so far: > nano /etc/default/grub GRUB_CMDLINE_LINUX_DEFAULT="quiet intel_iommu=on iommu=pt" > update-grub...
  16. B

    iommu=pt on ZFS system - What to set?

    Hallo, I passthrough my GPU on an AMD B550 board to an Win11 guest with PVE9.1.1. Everything works, but in the manual is written, that i have to set "iommu=pt" to the kernel command line. I have a zfs system. So in my opinion I have to set "iommu=pt" to systemd-boot. Is this right? And what...
  17. J

    [TUTORIAL] Custom Proxmox 6.19.0 Kernel. 6.18.0 is also available for Testing.

    DISCLAIMER: This is not Official Proxmox. I use the source code and applied it to the latest available kernels that Ubuntu has in the same way Proxmox does. Except they have a team, and a bunch of test benches, and procedures to make sure things are stable before releasing. I have only 3 Proxmox...
  18. J

    walk_pgd_range crash pve9.1 on 6.18+

    I’m not sure if your particular issue is fixed in the Ubuntu or Proxmox patches. It more than likely is. Try my Kernel and see! Ubuntu frequently updates and patches the Linux kernel, and Proxmox then applies its own patches to it for VM and LXC containers. https://prebuiltkernels.com/ uses the...
  19. A

    MAG X870E TOMAHAWK WIFI - USB Ports offline during install proxmox ve 9/ 91

    Your issue might be different and i believe that this information might be helpful, my GPU is a gen5 device. Hardware Types Most Commonly Affected 1. Gen5 NVMe SSDs (Most Common Problem) Known issues: Drives disappearing under load Installer freezing or kernel panics Overheating causing link...
  20. A

    MAG X870E TOMAHAWK WIFI - USB Ports offline during install proxmox ve 9/ 91

    Hello drgwilliams, I was able to resolve the issue. The motherboard is supported, so that wasn’t the problem. The real issue turned out to be Ventoy—using it to create the installer caused the boot failures. I recreated the USB using Rufus and wrote the Proxmox VE ISO directly, and that fixed...