From 32bdd785f4ecbc1a50743a8917ce49539db3ac50 Mon Sep 17 00:00:00 2001 From: MacRimi Date: Thu, 13 Feb 2025 21:34:09 +0100 Subject: [PATCH] guides --- guides/example_guide.md | 12 ++++++++++++ guides/nvidia_proxmox.md | 27 +++++++++++++++++++++++++++ 2 files changed, 39 insertions(+) create mode 100644 guides/example_guide.md create mode 100644 guides/nvidia_proxmox.md diff --git a/guides/example_guide.md b/guides/example_guide.md new file mode 100644 index 0000000..da25759 --- /dev/null +++ b/guides/example_guide.md @@ -0,0 +1,12 @@ +# Ejemplo de Guía Adicional + +Este es el contenido de la guía de ejemplo. Aquí puedes escribir el contenido de tu guía utilizando Markdown. + +## Sección 1 + +Contenido de la sección 1... + +## Sección 2 + +Contenido de la sección 2... + diff --git a/guides/nvidia_proxmox.md b/guides/nvidia_proxmox.md new file mode 100644 index 0000000..ad19056 --- /dev/null +++ b/guides/nvidia_proxmox.md @@ -0,0 +1,27 @@ +# Setting up NVIDIA Drivers on Proxmox VE with GPU Passthrough + +This guide explains how to install and configure NVIDIA drivers on your Proxmox VE host and enable GPU passthrough to your virtual machines. This allows you to leverage the power of your NVIDIA GPU within your VMs for tasks like machine learning, gaming, or video editing. + +## Prerequisites + +Before you begin, ensure you have the following: + +* A Proxmox VE server with an NVIDIA GPU installed. +* Access to the Proxmox VE command line interface (CLI) via SSH. +* A basic understanding of Proxmox VE and virtual machine management. + +## Installing the NVIDIA Driver on the Proxmox VE Host + +This step involves installing the NVIDIA driver on your Proxmox VE host operating system. The exact steps may vary slightly depending on your Proxmox VE version and the specific NVIDIA GPU you are using. Consult the official NVIDIA documentation for the most up-to-date instructions. + +Generally, you will need to download the appropriate driver package from the NVIDIA website and then install it using the package manager for your distribution. + +## Enabling GPU Passthrough + +Once the NVIDIA driver is installed, you need to enable GPU passthrough for your virtual machines. This involves assigning the GPU to a specific VM. + +1. **Identify your GPU:** Use the `lspci` command to identify the PCI address of your NVIDIA GPU. The output will look something like this: + + ```bash + 01:00.0 VGA compatible controller: NVIDIA Corporation ... +