Search results

  1. P

    PCIe Passthrough crashing PVE

    Judging from this post https://forum.proxmox.com/threads/atto-expresssas-h680-%E2%80%93-pci-passthrough.132454/ it might be the same here and the card doesn't support it. Is there any known SAS card that might work with Passthrough? Thanks P
  2. P

    PCIe Passthrough crashing PVE

    Hi all, First of all, system info: root@vhost1:~# pveversion pve-manager/8.2.4/faa83925c9641325 (running kernel: 6.8.8-1-pve) root@bramley-vhost1:~# cat /proc/cpuinfo | grep Xeon | uniq model name : Intel(R) Xeon(R) Silver 4410Y root@vhost1:~# dmidecode -t baseboard | grep -A2 Base\...
  3. P

    serial terminal on OVMF and SystemD Boot

    Hi All, Does anyone know how to configure the serial terminal to work with SystemD Boot? I am testing an Arch VM on OVMF/UEFI and the new Arch scripts default to a SystemD boot EFI loader. Basically, I would need something to take action on the emulated serial TTY, like so in GRUB: sed -i...
  4. P

    Network issue on proxmox

    This has been fixed by replacing enp3s0 inside /etc/network/interfaces to enp2s0 which is the only one I have - any idea what can have caused this? I didn't make any change to interfaces at all!
  5. P

    Network issue on proxmox

    I can bring enp2s0 up but not vmbr0, no errors occur either...
  6. P

    Network issue on proxmox

    I think this is related to the main NIC enp2s0 DOWN and vmbr0 being UNKNOWN? Apologies for the picture quality, but I can only screenshot, since no network.
  7. P

    Network issue on proxmox

    Hi all, I am facing a weird issue with one of my proxmox boxes, the machine connects to the internet and I am able to install the os. Once rebooted it can no longer, ping the gateway therefore no longer having network access. However if I do boot windows from the same machine (I have windows...
  8. P

    VMs can't see each other

    Any help on this guys?
  9. P

    VMs can't see each other

    From win10 VM in proxmox: from a Win10 laptop (outside of proxmox):
  10. P

    VMs can't see each other

    Although this might seems extremely simple for you guys, I have issues in letting my Two Windows VMs see each other on Proxmox, Here is my configuration, pretty much default: auto lo iface lo inet loopback iface enp1s0f0 inet manual auto vmbr0 iface vmbr0 inet static address 192.168.1.10...