grub參數設定(適用UEFU/USB Boot/PCIe Passthrough/SR-IOV/GVTg)

Legacy:

nano /etc/default/grub

GRUB_CMDLINE_LINUX_DEFAULT="quiet intel_iommu=on"

選填:
pcie_acs_override=downstream
AMD:
amd_iommu=on

USB boot增加:
rootdelay=30

Mellanox SR-IOV:
iommu=pt

intel 內顯啟用:
i915.enable_gvt=1

#N2810/N4810 網卡固定
net.ifnames=0 biosdevname=0

//<此項暫時忽略>iXXX = i810, i815, i830, i845, i855, i865, i915, i945 and i965 (自行依照cpu更換)

然後執行
# update-grub


UEFI:

nano /etc/kernel/cmdline

root=ZFS=rpool/ROOT/pve-1 boot=zfs intel_iommu=on

更新設定檔

pve-efiboot-tool refresh

https://wiki.archlinux.org/index.php/Intel_GVT-g
https://github.com/intel/gvt-linux/wiki/GVTg_Setup_Guide

阅读剩余
THE END