Proxmox GPU Passtrough: Difference between revisions
Johan Efendi (talk | contribs) No edit summary |
Johan Efendi (talk | contribs) |
||
Line 4: | Line 4: | ||
apt update && apt upgrade | apt update && apt upgrade | ||
apt install pve-headers-*.*.*-*-pve | apt install pve-headers-*.*.*-*-pve | ||
</syntaxhighlight> | |||
Buat file untuk mencegah semua driver di-load secara otomatis | |||
<syntaxhighlight lang="bash"> | |||
nano /etc/modprobe.d/blacklist.conf | |||
blacklist nouveau | |||
</syntaxhighlight> | </syntaxhighlight> |
Revision as of 18:40, 22 June 2024
Persiapan
apt update && apt upgrade
apt install pve-headers-*.*.*-*-pve
Buat file untuk mencegah semua driver di-load secara otomatis
nano /etc/modprobe.d/blacklist.conf
blacklist nouveau