vivekmiyani / OSX_GVT-D

Guide to pass iGPU to MacOS KVM guest.
95 stars 8 forks source link

Errors when running boot.sh #7

Open tylermmoore opened 2 years ago

tylermmoore commented 2 years ago

Hi All, trying to get this to work but having some issues. Does the error below mean anything?

qemu-system-x86_64: -fw_cfg name=etc/igd-opregion,file=./i915ovmf/opregion.bin: warning: externally provided fw_cfg item names should be prefixed with "opt/" qemu-system-x86_64: -fw_cfg name=etc/igd-bdsm-size,file=./i915ovmf/bdsmSize.bin: warning: externally provided fw_cfg item names should be prefixed with "opt/" qemu-system-x86_64: -device vfio-pci,host=0000:00:02.0,id=hostdev0,bus=pcie.0,addr=0x2,romfile=./i915ovmf/i915ovmf.rom: vfio 0000:00:02.0: no iommu_group found: No such file or directory modprobe: FATAL: Module vfio_pci is builtin. modprobe: FATAL: Module vfio is builtin.

vivekmiyani commented 2 years ago

Yeah, have you enabled IOMMU?

tylermmoore commented 2 years ago

That is probably my issue. Is the best way to follow that guide in the references of this git?

vivekmiyani commented 2 years ago

Just go through wiki, https://github.com/patmagauran/i915ovmfPkg/wiki.