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 22:54] – 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 74: | Line 80: | ||
< | < | ||
sed -Ezi.bak " | sed -Ezi.bak " | ||
+ | </ | ||
+ | |||
+ | ==== remove local-lvm ==== | ||
+ | https:// | ||
+ | |||
+ | https:// | ||
+ | |||
+ | - Click on “Datacenter” and then click on “Storage”. | ||
+ | - Click on “local-lvm” and click on “Remove” | ||
+ | - Enter the following commands: | ||
+ | < | ||
+ | lvremove / | ||
+ | lvresize -l +100%FREE / | ||
+ | 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.1694472896.txt.gz · Last modified: 2024/11/14 02:30 (external edit)