Search results

  1. D

    [SOLVED] Issues with PCI Passthrough and NVIDIA card

    I picked up a Supermicro X9SRL-F installed Proxmox VE (pve-manager/8.3.1/fb48e850ef9dde27 (running kernel: 6.8.12-4-pve) and I am trying to get PCI passthrough to work on a NVIDIA Corporation GP106GL [Quadro P2200]. While the Video is getting set properly "Kernel driver in use: vfio-pci" the...
  2. D

    PCIe error

    I am running: root@pveprod:~# lsb_release -a No LSB modules are available. Distributor ID: Debian Description: Debian GNU/Linux 12 (bookworm) Release: 12 Codename: bookworm Linux pveprod 6.8.4-2-pve #1 SMP PREEMPT_DYNAMIC PMX 6.8.4-2 (2024-04-10T17:36Z) x86_64 GNU/Linux grub...
  3. D

    Intel i710 SR-IOV

    I had an Intel i350 setup with SR-IOV and it was working fine. I could use ViFs with Linux, and Windows 11. I swapped out the i350 with an i710. This was smooth as the OS saw the new NIC and it seemed to work. I changed the # of Vifs from 7 for the i350 to 32 for the i710. I have assigned ViFs...
  4. D

    [SOLVED] PVE7to8 warning

    On my test system I ran PVE7to8 and got this warning on my only LXC vm WARN: CT 102 - volume 'vm_images:102/vm-102-disk-1.raw' (in config) - storage does not have content type 'rootdir' configured. WARN: Proxmox VE enforces stricter content type checks since 7.0. The guests above might not...
  5. D

    [SOLVED] rpool mirror

    I had a bad disk in my rpool. I replaced the disk but the new disk turned out to be really slow. I decided to remove it with zpool detatch . I am trying to attach a new drive to the rpool but I get an error. See below root@pveprod:~# zpool status rpool pool: rpool state: ONLINE scan...
  6. D

    Martian Destination

    I am getting flooded with: IPv4: martian destination 0.0.0.0 from 192.168.1.1, dev ens2f1v0 I am using SR-IOV on a an intel quad port i350 nic. ens2f1v0 is a passthrough to an LXC container. This nic is 5:10.1 root@pveprod:/etc/pve/lxc# ip -br a lo UNKNOWN 127.0.0.1/8...
  7. D

    [SOLVED] Replace bad rpool zfs mirror disk

    I had a disk in a ZFS mirrored rpool go bad. I put the new disk in (USB Key), did: sgdisk <good_rpool_disk> -R <new_rpool_disk> sgdisk -G <new_rpool_disk_> zpool replace rpool <bad_disk> <new_rpool_disk-3> proxmox-boot-tool format <new_rpool_disk-2> proxmox-boot-tool init <new_rpool_disk-2>...
  8. D

    [SOLVED] Pegged Disk Active Time in Windows 10 VM

    I have a couple of Windows 10 VMs and all of a sudden disk Active time goes to 100% and with very little disk transfers. I have tried different virtio settings and nothing changes. I did a forum search and found someone else had the same issue but no resolution. Any ideas? Let me know if you...
  9. D

    Proxmox Serial Console with efi boot

    What is the proper way to get host terminal output with efi boot? Do you add lines to /etc/kernel/cmdline similar to grub? IE "console=ttyS1,115200n8 console=tty0" "serial --speed=115200 --unit=1 --word=8 --parity=no --stop=1" I can get this working using grub boot loader but not all the way...
  10. D

    Proxmox 7 PCI Passthrough

    Wanted to see if anyone has run across this issue. I have a Supermicro X10SLL-F LGA1150 Mother board. I have 3 PCI cards, a NVIDIA Quadro P400, an Intel Quad Port i350, and a LSI SAS2008. The issue I am having is when I add pci=assign-busses to GRUB_CMDLINE_LINUX_DEFAULT to get VFs I loose...
  11. D

    [SOLVED] Zpool issue

    I have a mirrored zpool with which had 4 disks. So I had a mirror-0 and a mirror-1. See below root@pve:~# zpool status zones pool: zones state: ONLINE scan: resilvered 11.5G in 00:03:28 with 0 errors on Mon Apr 26 07:40:2 config: NAME STATE...
  12. D

    VNC not running on PVE 6.3-6

    I am trying to VNC into VMs. I've setup ports via Monitor on one VM and adding a line to the conf file in another. The problem I am having is I get a connection refused from my VNC client and when I check for the VNC ports on PVE I don't see any. Is there a service I need to start to get VNC...
  13. D

    VF and Opnsense

    I am trying to setup Opnsense 21.1.x (FreeBSD 12.1) using a VF interface. On Opnsense pciconf -lv shows the adapter but ip link show doesn't. So it looks like FreeBSD doesn't have a driver VF interface. I was wondering if anyone has got this working? Straight Passthrough works..
  14. D

    [SOLVED] Opnsense with Ethernet PCI Passthrough

    I currently run SmartOS as my home hypervisor and going to move over to Proxmox. I am trying to get Ethernet Passthrough to work with Opnsense. I searched and saw this post Proxmox/Opnsense . Everything lines up with this post. I can boot a Live Linux iso and see the NIC. Prtconf -lv on Opnsense...