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/21 01:16] – admin | proxmox_setup [2024/11/14 02:30] (current) – external edit 127.0.0.1 | ||
---|---|---|---|
Line 94: | 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.1695259012.txt.gz · Last modified: 2024/11/14 02:30 (external edit)