Search results

  1. E

    [SOLVED] Slow/laggy Windows+Linux VM performance

    Try to change: cpu: host virtio0: VM_Images:vm-100-disk-0,cache=writeback,discard=on,size=65G vga: virtio,memory=512
  2. E

    [SOLVED] Install on Gigabyte Brix with AMD

    Nope, just run: apt update && apt install pve-kernel-5.15 reboot and look the output of: dmesg| grep eth0 dmesg| grep r8125 dmesg| grep r8169
  3. E

    [SOLVED] Install on Gigabyte Brix with AMD

    Try the latest kernel as suggested by Neobin.
  4. E

    Slow 100G network performance

    Ah ok, maybe you can try to pcie passthrough the network card directly to the Windows VM and check the speed with iperf...
  5. E

    Slow 100G network performance

    WIth iperf try to give more than 1 in parallel: -P, --parallel n The number of simultaneous connections to make to the server. Default is 1.
  6. E

    Mounted volume/disk total showing only half the actual space

    This is not the right location of your new 1tb nvme... The new 1tb nvme location is /mnt/nvmeprox You can configure properly from web ui in Datacenter > Storage
  7. E

    Mounted volume/disk total showing only half the actual space

    ok, can you post the result of: cat /etc/pve/storage.cfg
  8. E

    [SOLVED] Install on Gigabyte Brix with AMD

    Maybe you can you give a try to this: https://github.com/awesometic/realtek-r8125-dkms
  9. E

    [SOLVED] Install on Gigabyte Brix with AMD

    Sorry I see now that I text wrong the nano command in my first post, the right command where to put the code: nano /etc/rc.local If you already put here try to change the sleep to 30.
  10. E

    Proxmox Install Appears To Crash At Random Times

    Maybe you can look for this Asrock...
  11. E

    [SOLVED] Install on Gigabyte Brix with AMD

    Have you did the chmod command?
  12. E

    Slow 100G network performance

    With latest Virtio driver show speed link at 10Gbit but they can go over, give a try with your 25Gbit ;)
  13. E

    VM keeps shutting down

    Can you post the output of lvs and vgs?
  14. E

    [SOLVED] Install on Gigabyte Brix with AMD

    Maybe add a delay like this on the rc.local: #!/bin/bash sleep 20 ip link set enp2s0 up exit 0 if the command is working by hand need to work also with this bash.
  15. E

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

    Maybe is related to the same of this thread? What's your Tv Tuner and which driver used?
  16. E

    Proxmox Install Appears To Crash At Random Times

    I don't know maybe a bug in the bios or a fault hardware... Can give a try with the new kernel?
  17. E

    virtIO Drivers showing as Removable Device

    I think this is not a standard windows installation, which iso do you used?