Search results

  1. B

    Install desktop and browser on Proxmox Host server?

    working on latest Proxmox 7: fix sources ( paid or free etc) apt update apt upgrade adduser *USERNAME* reboot tasksel install desktop gnome-desktop systemctl set-default graphical.target reboot
  2. B

    How can I change the addr of gvt-g mdev?

    Assuming you are only passing through one PCI device qm set **YOUR_VM_ID** -args "-set device.hostpci0.addr=0x02" Or manually edit your vm config from ssh or Proxomox shell: nano /etc/pve/qemu-server/**YOUR_VM_ID**.conf and add -set device.hostpci0.addr=0x02 to the to the args: line line...