Search results

  1. C

    Kernel Panic with AMD 2700X

    After doing the initial install of proxmox 7 and setting up 3 VM's I noticed the server went offline over night. Turns out it had a kernel panic, I took a picture of it. My hardware: AMD Ryzen 7 2700X 4x Corsair CMK16GX4M2B3200C16 8GB (NOT using D.O.C.P/XMP) Asus PRIME-X470-PRO (Latest bios...
  2. C

    [SOLVED] Seeking help with GPU passthrough

    You need to check if your GPU is used by some other proces with the cat /proc/iomem command. In your case the bar error is from memory address 0xd0000000-0xdfffffff so look for that.
  3. C

    [SOLVED] Seeking help with GPU passthrough

    To give an update on the thread, I've managed to fix it. As dcsapak pointed out it turns out I wasn't using grub thus the options I included in grub were not working. Using the cat /proc/iomem command I noticed the GPU was actually in use by efifb. e0000000-f1ffffff : PCI Bus 0000:09...
  4. C

    [SOLVED] Seeking help with GPU passthrough

    I just build my first proxmox server and one of the uses is that I want a VM to process my 4K CCTV foottage with motioneye. I have a single GPU in the proxmox server I want to use to offload this from the cpu. I want to passthrough my GPU to a ubuntu 20.04 VM. I can't seem to get around the BAR...