Skip to content

Instantly share code, notes, and snippets.

@adokacey
adokacey / install.sh
Created November 13, 2025 05:52 — forked from hypothermic/install.sh
NVIDIA vGPU driver installation Arch Linux
git clone -b 550.90 --recursive https://github.com/VGPU-Community-Drivers/vGPU-Unlock-patcher/
cd vGPU-Unlock-patcher
cp ../Host_Drivers/NVIDIA-Linux-x86_64-550.90.05-vgpu-kvm.run .
cp ../Guest_Drivers/NVIDIA-Linux-x86_64-550.90.07-grid.run .
cp ~/Downloads/NVIDIA-Linux-x86_64-550.90.07.run .
./patch.sh general-merge
cd NVIDIA-Linux-x86_64-550.90.07-merged-vgpu-kvm-patched
## I'm booted into an installation medium right now, so using outdated kernel (6.10.2 instead of 6.10.4 on my system)