Recent content by SpaceCowBoy

  1. S

    LXC no routing to internet when using static ip.

    Hello. I have a new install of Proxmox and a new LXC container (Ubuntu 18.04). I have updates the host however with apt. If I configure the container to use DHCP I can access the internet and my home network from inside the LXC container. If I configure the container for static ip then I can't...
  2. S

    Setup Proxmox on existing Zpool

    Hello. I have an existing pool I would like to boot proxmox from. I don't want to have to backup all the data and then recreate the pool from scratch. So I'm trying to setup proxmox on it. Here is what I have done so far. I installed proxmox to a spare drive I have laying around. I ZFS send...
  3. S

    blacklist xhci_hcd not working.

    Hello. I'm trying to blacklist xhci_hcd so that I can passthrough my PCI-E usb 3.0 card to the VM. I added blacklist xhci_hcd to /etc/modprobe.d/blacklist.conf then update-initramfs -k all -u this is what I did for my Nvidia card and it worked great. But with the USB card it is still loaded...
  4. S

    zfs iscsi help

    Hello! I currently have one proxmox node. It has my zfs storage pool running locally on it. I would like to add a second node. But I want it to use and access the storage on the first node. In other words just adding compute power not wanting to manage two different storage pools. is zfs over...
  5. S

    Code 43 NVIDIA driver error within Windows 10 VM, Geforce 750 Ti Passthrough

    I installed the deb. Working great! thanks so much!! :):D:D:) Also for anyone who is in the same situation as me Xeon cpu (no integrated graphics). They may need to dump the bios and use this flag to get the first PCI-e slot working. I found the instructions on how to dump the bios here...
  6. S

    Code 43 NVIDIA driver error within Windows 10 VM, Geforce 750 Ti Passthrough

    Ok making some progress. If I manually start the VM from the terminal with this command. /usr/bin/kvm -id 120 -chardev 'socket,id=qmp,path=/var/run/qemu-server/120.qmp,server,nowait' -mon 'chardev=qmp,mode=control' -pidfile /var/run/qemu-server/120.pid -daemonize -smbios...
  7. S

    Code 43 NVIDIA driver error within Windows 10 VM, Geforce 750 Ti Passthrough

    Hey Sprit yes you are right. I actually moved the card into a different PCI slot and thats why the issue happened. I had forgotten that I moved it. Right now I need to load the vbios manually to get my 16x slot to work. Otherwise I have to move it to my 4x slot. I can do it with tis line. args...
  8. S

    vbios flag

    Hello. how can I use a custom vbios with proxmox? I tried hostpci0: 01:00.0,pcie=1,x-vga=on,romfile=/root/bios/vbios.rom However the card does not show up in device manager when I add the romfile part. thanks!
  9. S

    Nvidia error 43 after upgrade

    Hello. I have been using proxmox with a windows vm for gaming. Geforce 750 TI. Everything worked just great. Recently I did a apt dist-upgrade and now I am getting error 43 from the Nvidia driver. Can anyone help me sort this? I've been searching this forum and the internet all day but have not...
  10. S

    Code 43 NVIDIA driver error within Windows 10 VM, Geforce 750 Ti Passthrough

    Hey Sprit after doing apt-get dist-upgrade this week my card stopped working again. got any ideas whats up? I did not make any changes to the windows OS. just the proxmox host update.