MSI GT73VR: GPU passthrough

There are news. Finally followed the @GrayBoltWolf guide:

And everything worked as expected, to the point of adding “vfio-pci.ids=10de:13c0,10de:0fbb” and “pcie_acs_override=downstream” to “/etc/default/grub” obviously using my own ids. The problem is that after rebooting linux, it doesn’t boot totally anymore. Just shows the following error message:

[0.174037] ACPI Error: [^^^PEG0.PEGP.EASP] Namespace lookup failure, AE_NOT_FOUND (20160831/psargs-359)
[0.174044] ACPI Error: Method parse/execution failed [\SB.PCI0.LPCB.EC._REG] (Node ffff970cee0e8668), AE_NOT_FOUND (20160831/psparse-543)
/dev/sda2: clean, 438811/14557184 files, 8646422/58203271 blocks

If I edit kernel line with “e” before booting and remove the two latest parameters for vfio it just boots ok again. Could it be that IOMMU is not supported by my UEFI BIOS or motherboard?