os:proxmox_ve:post-install_tasks
Differences
This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
os:proxmox_ve:post-install_tasks [2025-01-18 10:11] – Manuel Frei | os:proxmox_ve:post-install_tasks [2025-01-18 20:07] (current) – Manuel Frei | ||
---|---|---|---|
Line 7: | Line 7: | ||
< | < | ||
rm / | rm / | ||
+ | rm / | ||
</ | </ | ||
- | |||
- | possible via GUI, disable | ||
===== Add No-Subscription Repository ===== | ===== Add No-Subscription Repository ===== | ||
+ | :!: This is NOT recommended for production use | ||
More information: | More information: | ||
More information: | More information: | ||
- | cat / | + | <code bash> |
+ | vi / | ||
+ | </ | ||
+ | |||
+ | <code - / | ||
+ | deb http:// | ||
+ | </ | ||
+ | |||
+ | |||
+ | https:// | ||
+ | |||
+ | <code bash> | ||
+ | vi / | ||
+ | </ | ||
+ | |||
+ | <code - / | ||
+ | deb http:// | ||
+ | </ | ||
Line 23: | Line 41: | ||
===== Add non-free Components ===== | ===== Add non-free Components ===== | ||
+ | |||
+ | <code bash> | ||
+ | vi / | ||
+ | </ | ||
<code - / | <code - / | ||
- | root@mfr-vx00: | ||
deb http:// | deb http:// | ||
deb http:// | deb http:// | ||
Line 31: | Line 52: | ||
</ | </ | ||
- | root@pve00: | + | ===== Install Microcode ===== |
- | <code - / | + | |
- | deb http:// | + | |
- | deb http:// | + | This step requires that the non-free-firmware component is available. |
+ | |||
+ | - install microcode (from non-free | ||
+ | |||
+ | |||
+ | bookworm/non-free-firmware | ||
- | # security updates | + | <code bash> |
- | deb http:// | + | apt install amd64-microcode |
</ | </ | ||
+ | <code bash> | ||
+ | apt install intel-microcode | ||
+ | </ | ||
+ | <code bash> | ||
+ | apt install $(awk '/ | ||
+ | </ | ||
- | ===== Install | + | ===== Install |
- | This step requires that the non-free-firmware component is available. | + | <code bash> |
+ | dpkg-reconfigure locales | ||
+ | </ | ||
- | - install microcode (from non-free debian repo) intel-microcode (Intel CPUs) or amd64-microcode (AMD CPUs) | + | ===== Install Packages ===== |
- | bookworm/ | + | ===== Set Alternatives ===== |
+ | |||
+ | <code bash> | ||
+ | update-alternatives | ||
+ | </ | ||
===== Enable PCI Passthrough ===== | ===== Enable PCI Passthrough ===== | ||
- | https:// | + | [[https:// |
- | BIOS: IOMMU + IOMMU Remapping | + | ===== Set MOTD ===== |
+ | |||
+ | <code bash> | ||
+ | >/ | ||
+ | </ | ||
+ | ===== Enable GPU Passthrough ===== | ||
+ | [[https:// | ||
# ------------------------------------------------------- | # ------------------------------------------------------- |
os/proxmox_ve/post-install_tasks.1737191479.txt.gz · Last modified: 2025-01-18 10:11 by Manuel Frei