Skip to content

Instantly share code, notes, and snippets.

@maierru
maierru / gpu_passthrough.sh
Created August 13, 2024 12:59
GPU Passthrough proxmox setup
#!/bin/bash
# https://www.reddit.com/r/homelab/comments/b5xpua/the_ultimate_beginners_guide_to_gpu_passthrough/
# intel based script
apt-get update
apt-get upgrade -y
echo "current value of GRUB_CMDLINE_LINUX_DEFAULT"