Utilizing IOMMU for GPU passthrough
Utilizing IOMMU for GPU passthrough
I'm trying to configure a VM on my Debian Buster system while isolating the NVIDIA GTX 760 GPU. I followed these actions: checked device info with "lspci -nnk", added GPU IDs to the initramfs file, and updated GRUB settings. However, the GPU is still being managed by a different driver. Later I saw the output showing the GPU details clearly. After that, I ran "update-initramfs -u" but couldn't resolve the issue. The latest lspci output confirms the GPU model and its status.
Yes, you're referring to executing the command 'sudo update-grub'.
It seems the sequence of commands wasn't applied as expected. GRUB's settings might not have been refreshed beforehand.