mirror of
https://github.com/MacRimi/ProxMenux.git
synced 2025-06-27 20:06:52 +00:00
guides
This commit is contained in:
parent
7e444c4dd6
commit
32bdd785f4
12
guides/example_guide.md
Normal file
12
guides/example_guide.md
Normal file
@ -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...
|
||||
|
27
guides/nvidia_proxmox.md
Normal file
27
guides/nvidia_proxmox.md
Normal file
@ -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 ...
|
||||
|
Loading…
x
Reference in New Issue
Block a user