1.4 KiB
1.4 KiB
title, publish, date, tags, description
| title | publish | date | tags | description | |
|---|---|---|---|---|---|
| GPU PASSTHROUGH | true | 2026-02-18 |
|
GPU PASSTHROUGH
Overview
What this guide covers and what you'll accomplish.
Prerequisites
- Requirement 1
- Requirement 2
- Required knowledge
What You'll Need
- Hardware/software requirements
- Tools
- Access requirements
Steps
Step 1: Setup
echo "blacklist nouveau" >> /etc/modprobe.d/blacklist.conf
echo "blacklist nvidia*" >> /etc/modprobe.d/blacklist.conf
lspci -v
You should find the id of your device, in my case it is 01:00 which is pretty common.
Then look out for the specific code of your device.
lspci -n -s 01:00
Then you just have to add it to vfio.
echo "options vfio-pci ids=10de:1b81,10de:10f0 disable_vga=1" > /etc/modprobe.d/vfio.conf
update-initramfs -u
reboot now
Step 2: Configuration
Continue with configuration steps.
# More commands
Step 3: Verification
How to verify everything is working.
# Verification commands
Troubleshooting
Issue 1
**Problem**: Description of the problem
Solution: How to fix it
Issue 2
Problem: Description
Solution: Fix
Next Steps
- What to do after completing this guide
- Related guides
- Advanced configurations
References
- Links to documentation
- Related resources
Created: 2026-02-18