二 proxmox ve gpu直通
使用ssh 登陆 服务器
vim /etc/default/grub #编辑配置文件
修改 GRUB_CMDLINE_LINUX_DEFAULT="quiet" 为 GRUB_CMDLINE_LINUX_DEFAULT="quiet intel_iommu=on"
update-grub #更新
dmesg|grep -e DMAR -e IOMMU #检测有效性
vim /etc/modules #新增模块
vfio
vfio_iommu_type1
vfio_pci
vfio_virqfd