os:proxmox_ve:post-install_tasks
Differences
This shows you the differences between two versions of the page.
Next revision | Previous revision | ||
os:proxmox_ve:post-install_tasks [2025-01-18 10:11] – created Manuel Frei | os:proxmox_ve:post-install_tasks [2025-01-18 20:07] (current) – Manuel Frei | ||
---|---|---|---|
Line 1: | Line 1: | ||
====== Proxmox VE - Post-Install Tasks ====== | ====== Proxmox VE - Post-Install Tasks ====== | ||
+ | |||
+ | FIXME Work in progress | ||
===== Remove Enterprise Repository ===== | ===== Remove Enterprise Repository ===== | ||
Line 5: | 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 21: | 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 29: | Line 52: | ||
</ | </ | ||
- | root@pve00: | + | ===== Install Microcode ===== |
- | <code - / | + | |
- | deb http:// | + | |
- | deb http://ftp.ch.debian.org/ | + | This step requires that the non-free-firmware component is available. |
- | # security updates | + | - install microcode (from non-free |
- | deb http:// | + | |
+ | |||
+ | bookworm/ | ||
+ | |||
+ | <code bash> | ||
+ | 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.1737191463.txt.gz · Last modified: 2025-01-18 10:11 by Manuel Frei