Search results

  1. J

    Select VMs fail to start after latest update

    I have a weird recent problem that some of my VMs fail to start after updating Proxmox. Some start fine but 2 always fail. The weird part is that if I copy them over to another Proxmox machine (which has not been updated) they start without any problem but I do have to make a couple of config...
  2. J

    Intel x710 with SR-IOV log errors

    I have an Intel x710 nic with 24 SR-IOV instances some of which are used in VMs. Before the VMs are launched, I set their mac address and vlan in systemd script like so: ExecStart=/usr/bin/bash -c '/usr/sbin/ip link set enp43s0f0 vf 1 mac 80:06:90:10:00:01 vlan 1 trust on' The VMs spin up fine...
  3. J

    Updating Windows 10 VM to 22H2 causes boot loop

    Hi All, I wondered if anyone can shed a little light on a problem I have. I have a Windows 10 VM with Spice drivers and virtual nic passthrough working perfectly. When I try to update it with the 22H2 update, everything seems to be ok until I reboot. Then I get a BSOD error 0xc000021a and...
  4. J

    [SOLVED] 7.2-14 - error setting cpuunits in webgui

    I am having exactly the same problem. Works fine for containers but not vms. Any ideas?
  5. J

    KB5012170 fails to install on Win11 host

    I think we just have to wait. I think MS are aware of an issue but whether it is to do with our VM Bios or not we wll have to see.
  6. J

    KB5012170 fails to install on Win11 host

    I am running into the same problem as well but with WIndows 10. Just another day as a Microsoft user...
  7. J

    7.2 update Aquantia NIC not working anymore

    HI Thomas, I was going to suggest checking the cables if that didn't work but I am glad you got it sorted!
  8. J

    7.2 update Aquantia NIC not working anymore

    I think for each nic you need an 'auto' entry. For example: auto enp42s0 iface enp42s0 inet manual mtu 1500 This is the 'autostart' option. You have it on your bridges but not on your nics. Try that.
  9. J

    7.2 update Aquantia NIC not working anymore

    Hi Thomas, I have an AMD Ryzen 5950x on a x570 motherboard (MSI). The Aquantia nic is at: 24:00.0 Ethernet controller: Aquantia Corp. AQC107 NBase-T/IEEE 802.3bz Ethernet Controller [AQtion] (rev 02) Subsystem: Micro-Star International Co., Ltd. [MSI] AQC107 NBase-T/IEEE 802.3bz Ethernet...
  10. J

    Opt-in Linux Kernel 5.15 for Proxmox VE 7.x available

    Can anyone confirm if the aquantia driver is fixed in the 5.15.35-2 kernel?
  11. J

    USB device randomly prevents VM from starting

    Hi, I have a VM with a USB card passed through to it. Attached to this is Microsoft gamepad controller (id: 045e:02fe). Weird thing is that randomly the VM will fail to start if this device is attached. Sometimes it boots and sometimes not. If it is not booting, then as soon as I unplug the...
  12. J

    Is there a way to check if hardware is available before starting a VM?

    Hi, My situation is I have several VMs that use the same hardware (i.e. a GPU) and I have scheduled backup job to back them up (normally as a snapshot). Part of the backup process is to start the VM but the problem is if one of the VMs that share the same hardware is already running then it...
  13. J

    Passthough audio card

    Looks like the patch has been applied as I am now able to passthough my audio card without any extra config. Hooray!
  14. J

    Passthough audio card

    Thanks for the replies. Do you think the FLR patch will make it into the main build at some point?
  15. J

    Passthough audio card

    Hi All, I would be grateful if anyone could help me with this problem. I have successfully setup and am passing through my graphics card and other devices to a windows VM. I would also like to passthrough my motherboard's sound card if possible. From lspci, the device is: 34:00.4 Audio device...