cp /etc/pve/qemu-server/100.conf /mnt/pve/nb1-proxmox-first/100.conf cp /etc/pve/qemu-server/103.conf /mnt/pve/nb1-proxmox-first/103.conf cp /etc/pve/qemu-server/104.conf /mnt/pve/nb1-proxmox-first/104.conf cp /etc/pve/qemu-server/105.conf /mnt/pve/nb1-proxmox-first/105.conf cp /etc/pve/qemu-server/107.conf /mnt/pve/nb1-proxmox-first/107.conf cp /etc/pve/qemu-server/109.conf /mnt/pve/nb1-proxmox-first/109.conf cp /etc/pve/qemu-server/111.conf /mnt/pve/nb1-proxmox-first/111.conf cp /etc/pve/qemu-server/101.conf /mnt/pve/nb1-proxmox-first/101.conf

cp /etc/nut/ups.conf /mnt/pve/nb1-proxmox-first/ups.conf cp /etc/nut/upsmon.conf /mnt/pve/nb1-proxmox-first/upsmon.conf cp /etc/nut/upsd.conf /mnt/pve/nb1-proxmox-first/upsd.conf cp /etc/nut/nut.conf /mnt/pve/nb1-proxmox-first/nut.conf cp /etc/nut/upsd.users /mnt/pve/nb1-proxmox-first/upsd.users

sudo service nut-server restart sudo service nut-client restart sudo systemctl restart nut-monitor sudo upsdrvctl stop sudo upsdrvctl start

How to Clear Proxmox Swap MemoryTo safely clear your swap without interrupting active VMs, follow this sequence:

  1. Check current swap usage before starting:free -m
  2. Cycle the swap space (this turns swap off, forcing data into RAM, and turns it back on):swapoff -a && swapon -a
  3. Verify it cleared by running free -m again to ensure the used swap is back to zero. [1, 2]

PCI GPU passthrought

nano /etc/modprobe.d/vfio.conf

options vfio-pci ids=8086:56a5,8086:4f92 disable_vga=1

image.png

<

GBUB:

GRUB_DEFAULT=0 GRUB_TIMEOUT=5 GRUB_DISTRIBUTOR=( . /etc/os-release && echo ${NAME} ) GRUB_CMDLINE_LINUX_DEFAULT="quiet amd_iommu=on iommu=pt pcie_acs_override=downstream,multifunction nofb nomodeset video=vesafb:off,efifb:off" GRUB_CMDLINE_LINUX=""

cat /proc/sys/vm/swappiness :60

https://www.reddit.com/r/homelab/comjements/b5xpua/the_ultimate_beginners_guide_to_gpu_passthrough/

show network nic name and model command: