Recent content by akihomura

  1. A

    PCI Passthrough: No IOMMU detected

    So my IOMMU is not working correctly? Yes, I could use this device in host with UEFI. In seabios this device is not working like in ovmf.
  2. A

    PCI Passthrough: No IOMMU detected

    --output-format-pretty is invalid format option, so I use the --output-format json-pretty.
  3. A

    PCI Passthrough: No IOMMU detected

    The "No IOMMU detected" message is still there, so I think it might be display problem. I have try the "hostpci0: 04:00.0" option, but it doesn't works.
  4. A

    PCI Passthrough: No IOMMU detected

    Yes, I have update initramfs after edit files in /etc/modprobe.d/ I think the driver is correctly bind to the SATA controller: I also change machine type to pc-q35-3.1 like the post, but still not work. There is a error on my VM's dmesg, I think this is the problem: And how can I get the...
  5. A

    PCI Passthrough: No IOMMU detected

    I am using the 5.4 kernel so the /etc/modules file is empty, but module is loaded. files in /etc/modprobe.d/ I have try to uncomment upper two line, but does not working. VM Config: Error log: I disable the rombar option and the error disappear, but the device is not recognized in the VM.
  6. A

    PCI Passthrough: No IOMMU detected

    Hello, I am trying to passthrough my SATA controller by following the Wiki page, but it still not work and show a "No IOMMU detected" notice in the web. I have edit the grub command line and enable the kernel module: The VT-D option on my BIOS is enable, and dmesg is shown that it's working...