Post-Installation
Techno Tim's First 11 Things
- Run
pveupgradeprior toapt update && apt upgrade -yas it takes care of a few more things than that command. - Install updates
apt update && apt upgrade -y
- Set up storage
- Check S.M.A.R.T Status
- Turn on PCIE passthrough (IOMMU)
nano /etc/default/grub
Add the following to the existing line:
GRUB_CMDLINE_LINUX_DEFAULT="quiet intel_iommu=on"
Run the following commands:
update-grub
update-initramfs -u
Reboot the server for the changes to take effect
reboot now
- Set up an NFS share for backups, isos, etc.
- Set up backups
- Upload the virtio ISO for Windows guests
- Upload Windows and Linux ISO files
- Create a Linux VM template and clone for use
- Set up alerts