pve8.1实现Intel显卡虚拟化

参考:
https://gist.github.com/scyto/e4e3de35ee23fdb4ae5d5a3b85c16ed3
https://www.derekseaman.com/2023/11/proxmox-ve-8-1-windows-11-vgpu-vt-d-passthrough-with-intel-alder-lake.html

配置要点:
– vGPU要设为主GPU
– Windows系统直接下载Intel官方显卡驱动
驱动名称为Intel Arc & Iris Xe Graphic,下载地址:https://www.intel.com/content/www/us/en/download/785597/intel-arc-iris-xe-graphics-windows.html
– 更新固件到最新

# 这个是12代CPU用的固件
wget -r -nd -e robots=no -A '*.bin' --accept-regex '/plain/' https://git.kernel.org/pub/scm/linux/kernel/git/firmware/linux-firmware.git/tree/i915/adlp_dmc.bin

cp adlp_dmc.bin /lib/firmware/i915/
  • 设置内核参数
    >GRUB_CMDLINE_LINUX_DEFAULT=”quiet iommu=pt intel_iommu=on i915.enable_guc=2 i915.max_vfs=3″
  • 映射vGPU

    我这里开启2个vGPU
  • 添加pci硬件

Views: 39

评论

发表回复