因为 GOD78 有一个网卡是 RTL8168,早已被 ESXi 8.0U 抛弃,且此网卡直通用于拨号会经常性断链,因此宿主机换到了 PVE,将此网卡作为 Lan 使用。在此记录调整过程。

常用路径

root@pve:~# ls -l
total 0
lrwxrwxrwx 1 root root 21 Jan  1 11:35 lock -> /var/lock/qemu-server
lrwxrwxrwx 1 root root 30 Jan  1 11:25 nodes -> /etc/pve/nodes/pve/qemu-server
lrwxrwxrwx 1 root root 14 Jan  1 12:14 romfile -> /usr/share/kvm
lrwxrwxrwx 1 root root 21 Jan  1 11:16 template -> /var/lib/vz/template/

一些调整

  1. 编辑 /etc/default/grub
...
GRUB_CMDLINE_LINUX_DEFAULT="quiet  initcall_blacklist=sysfb_init"
...
  1. 编辑 /etc/modprob.d/pve-blacklist.conf
blacklist nvidiafb
blacklist amdgpu
blacklist i915
blacklist snd_hda_intel
options vfio_iommu_type1 allow_unsafe_interrupts=1
  1. 更新
update-grub
update-initramfs -u -k all
reboot
  1. 如同 ESXi 版本一样设置直通,加入参数 romfile=god78.rom
  2. 设置 RadeonResetBugFix

管理员执行以下命令,记得先右键属性取消文件保护

PS C:\> .\Windows\Microsoft.NET\Framework64\v4.0.30319\InstallUtil.exe .\RadeonResetBugFixService.exe
Last modification:January 1, 2024
如果觉得我的文章对你有用,请随意赞赏