User Tools

Site Tools


proxmox_setup


Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
proxmox_setup [2023/09/11 23:24] adminproxmox_setup [2024/11/14 02:30] (current) – external edit 127.0.0.1
Line 1: Line 1:
 ====== Proxmox Setup ====== ====== Proxmox Setup ======
 A list of some things I did/do when I set up a new Proxmox instance so I can keep track for future problem solving/etc. A list of some things I did/do when I set up a new Proxmox instance so I can keep track for future problem solving/etc.
 +
 +==== Create zpool ====
 +<code>
 +/sbin/zpool create -o ashift=12 pool1 raidz /dev/disk/by-id/scsi-35000cca012204e74 /dev/disk/by-id/scsi-35000c50095fd533f /dev/disk/by-id/scsi-35000c5009603e45f
 +</code>
 +
 +Add the -f tag if the drives are slightly different capacities or whatever.
  
 ==== Nginx Proxy ==== ==== Nginx Proxy ====
Line 87: Line 94:
 lvresize -l +100%FREE /dev/pve/root && lvresize -l +100%FREE /dev/pve/root &&
 resize2fs /dev/mapper/pve-root resize2fs /dev/mapper/pve-root
 +</code>
 +
 +==== Update grub for PCIe passthru ====
 +Find
 +<code>
 +GRUB_CMDLINE_LINUX_DEFAULT="quiet"
 +</code>
 +
 +Modify to:
 +<code>
 +GRUB_CMDLINE_LINUX_DEFAULT="intel_iommu=on iommu=pt"
 +</code>
 +
 +Update /etc/modules
 +<code>
 +vfio
 +vfio_iommu_type1
 +vfio_pci
 +vfio_virqfd
 +</code>
 +
 +Update initramfs
 +<code>
 +update-initramfs -u -k all
 </code> </code>
proxmox_setup.1694474658.txt.gz · Last modified: 2024/11/14 02:30 (external edit)

Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki