Created
March 29, 2023 17:10
-
-
Save bramtechs/d31d50dce1879c2e27b817358b0aa9c4 to your computer and use it in GitHub Desktop.
Pass my nvme drive and NVIDIA GPU to vfio (desktop computer)
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#/etc/modprobe.d/vfio.conf | |
# Pass nvme drive and NVIDIA GPU to vfio | |
softdep nouveau pre: vfio-pci | |
softdep snd_hda_intel pre: vfio-pci | |
softdep nvme pre: vfio-pci | |
options vfio-pci ids=10de:1f82,10de:10fa,c0a9:2263 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment