20249 月13
PVE:N305 飞牛OS 显卡直通
pve 8.2
1、第一步,升级pve内核到最新
1)设置dns,让源域名可以解析
2)设置国内源
#编辑 Debian sources.list 源文件,写入国内源
nano /etc/apt/sources.list
# 内容如下:
deb https://mirrors.ustc.edu.cn/debian/ bookworm main contrib
deb-src https://mirrors.ustc.edu.cn/debian/ bookworm main contribe
deb https://mirrors.ustc.edu.cn/debian/ bookworm-updates main contrib
deb-src https://mirrors.ustc.edu.cn/debian/ bookworm-updates main contrib
# 编辑 PVE 源文件 pve-no-subscription.list
nano /etc/apt/sources.list.d/pve-no-subscription.list
# 内容如下:
deb https://mirrors.tuna.tsinghua.edu.cn/proxmox/debian bookworm pve-no-subscription
# 编辑屏蔽 PVE 企业源文件
nano /etc/apt/sources.list.d/pve-enterprise.list
# 将下面这一行注释掉 (前面加上井号)
# deb https://mirrors.tuna.tsinghua.edu.cn/proxmox/debian bookworm pve-no-subscription
3)升级内核
数据中心 – pve 节点 – 更新 – 升级
升级结束重启
2、第二步,虚拟机先安装系统
正常的虚拟机配置(默认配置),安装好飞牛OS系统。
BIOS选择 OVMF(UEFI)
BIOS 关闭 Secure Boot
处理器类型选择 host
显卡 默认
机型 默认
3、第三步,设置显卡直通
1)虚拟机停机,如果pve控制台停机不了,则网页进入飞牛系统关机。
pve节点配置参数
nano /etc/pve/qemu-server/101.conf
args%3A -set device.hostpci0.addr=02.0
飞牛os虚拟机设置:
2)显卡 选择 无
3)机型 选择 q35
5)添加PCI设备,选择原始设备 0000:00:02.0,勾选所有功能,主GPU、PCI-Express 不要勾选。
6)启动虚拟机,飞牛OS设置中查看是否显示GPU,影视播放启用硬解,并播放其他分辨率查看GPU占用情况。
ps:不同主机的GPU编号可能不同,比如 0000:00:02.0 ,device.hostpci0.addr=02.0