proxmox_setup
Differences
This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
proxmox_setup [2023/09/11 23:24] – admin | proxmox_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/ | 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/ | ||
+ | |||
+ | ==== Create zpool ==== | ||
+ | < | ||
+ | /sbin/zpool create -o ashift=12 pool1 raidz / | ||
+ | </ | ||
+ | |||
+ | 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 / | lvresize -l +100%FREE / | ||
resize2fs / | resize2fs / | ||
+ | </ | ||
+ | |||
+ | ==== Update grub for PCIe passthru ==== | ||
+ | Find | ||
+ | < | ||
+ | GRUB_CMDLINE_LINUX_DEFAULT=" | ||
+ | </ | ||
+ | |||
+ | Modify to: | ||
+ | < | ||
+ | GRUB_CMDLINE_LINUX_DEFAULT=" | ||
+ | </ | ||
+ | |||
+ | Update / | ||
+ | < | ||
+ | vfio | ||
+ | vfio_iommu_type1 | ||
+ | vfio_pci | ||
+ | vfio_virqfd | ||
+ | </ | ||
+ | |||
+ | Update initramfs | ||
+ | < | ||
+ | update-initramfs -u -k all | ||
</ | </ |
proxmox_setup.1694474658.txt.gz · Last modified: 2024/11/14 02:30 (external edit)