Recent content by netnem

  1. N

    [SOLVED] GPU Passthrough Issues After Upgrade to 7.2

    echo 1 > /sys/bus/pci/devices/0000\:XX\:00.0/remove echo 1 > /sys/bus/pci/rescan this is also the only thing that worked for me after upgrading to 5.15 (pve-7.2). I didn't downgrade kernel to 5.13, but i suspect that would have worked. Relevent file configs: cat /etc/default/grub...
  2. N

    Migrating LXC containers from Proxmox to Debian

    I have some LXC containers that I have built inside Proxmox, but I need to migrate them to "base Debian" or similar. Basically, I'd like to import the proxmox created containers into a standard debian install. Any method is fine - looking for the simplest method, if even possible. I'm...
  3. N

    Nested virtualization hyper-v amd not working

    You can sort of workaround it if you can run the Guest with 1 vCPU. I've been trying to test out WSL2 and this is the only way I got it to work on Proxmox so far. Have tried all of the extra arg: cpu options. Always bluescreens with Watchdog timeouts with >1 vCPU core. Able to install hyper-v...