Search results

  1. thenickdude

    PCI passthrough count maximum?

    I just made sure I had applied the patch correctly to those three files (/usr/share/qemu-server/pve-q35.cfg, /usr/share/perl5/PVE/QemuServer.pm, /usr/share/perl5/PVE/QemuServer/PCI.pm), and my VM configuration looks like: hostpci0: 04:00,pcie=1,x-vga=on hostpci1: 00:1a.0,pcie=1 hostpci2...
  2. thenickdude

    PCI passthrough count maximum?

    I'm using the latest Proxmox 5.2 and the patch is working fine for me; I'm writing this reply from a VM with 6 passthrough PCIe devices (note, PCIe not PCI). You probably missed part of the patch.
  3. thenickdude

    More than 4 PCIe passthrough devices with OVMF

    ironicbadger, that's my tutorial and it works fine for OVMF. You do need to be using the q35 machine definition (machine: q35 in the VM config) instead of pc-i440fx.
  4. thenickdude

    Proxmox VE 5.1 released!

    Hey that one (4.13.13-4) works perfectly, thanks very much!
  5. thenickdude

    Proxmox VE 5.1 released!

    Damn, this affects me too. I upgraded from 5.0 to 5.1 with apt-get dist-upgrade, and afterwards it times out on boot waiting for "dev-pve-swap.device" to become ready, then hangs forever waiting for LVM2 activation ("A start job is running for Activation of LVM2 logical volumes"). I erased my...
  6. thenickdude

    PCI passthrough count maximum?

    I ran into this recently when trying to pass through an additional USB controller. Looks like passing through an extra 4 devices (total of 8) should be possible. I patched my Proxmox install to allow that and it's working for me, here's the instructions...
  7. thenickdude

    qm monitor usb_add / usb_del problems

    I realise this is an old topic, but for the benefit of future explorers... The problem is that Proxmox's generated qemu commandline calls -readconfig pve-q35.cfg *after* it includes your "args". So when your args refers to the uhci.0 bus, it hasn't been defined by pve-q35.cfg yet, and the...
  8. thenickdude

    Prevent zpools from auto-importing?

    Configured as storage in Proxmox? Hm, there may have been one such pool, I'm not certain as I was juggling around a bunch of devices. If you mean a pool that might have been in the zfs cache file, yeah there almost certainly would have been pools there that were missing from the system. After...
  9. thenickdude

    Prevent zpools from auto-importing?

    Hey everyone, I ran "zpool export" on one of my single-disk zpools, which succeeded, and then I hot-unplugged that drive. Only to find out that, surprise, Proxmox had re-imported the pool while I was busy opening the drive enclosure, so was now very unhappy about the missing drive. It looks...