[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [PATCH v4 00/11] virtio-iommu: Add ACPI support
From: |
Haiwei Li |
Subject: |
Re: [PATCH v4 00/11] virtio-iommu: Add ACPI support |
Date: |
Wed, 13 Oct 2021 08:56:16 +0800 |
On Tue, Oct 12, 2021 at 1:34 AM Jean-Philippe Brucker
<jean-philippe@linaro.org> wrote:
>
> Hi Haiwei,
>
> On Mon, Oct 11, 2021 at 06:10:07PM +0800, Haiwei Li wrote:
> [...]
> > Gave up waiting for root file system device. Common problems:
> > - Boot args (cat /proc/cmdline)
> > - Check rootdelay= (did the system wait long enough?)
> > - Missing modules (cat /proc/modules; ls /dev)
> > ALERT! UUID=3caf26b5-4d08-43e0-8634-7573269c4f70 does not exist.
> > Dropping to a shell!
> >
> > Any suggestions? Thanks.
>
> It's possible that the rootfs is on a disk behind the IOMMU, and the IOMMU
> driver doesn't get loaded. That could happen, for example, if the
> virtio-iommu module is not present in the initramfs. Since IOMMU drivers
> are typically built into the kernel rather than modules, distro tools that
> build the initramfs might not pick up IOMMU modules. I'm guessing this
> could be the issue here because of the hints and "Dropping to a shell"
> line.
>
> The clean solution will be to patch the initramfs tools to learn about
> IOMMU drivers (I'm somewhat working on that). In the meantime, if this is
> indeed the problem, you could try explicitly adding the virtio-iommu
> module to the initramfs, or building the kernel with CONFIG_VIRTIO_IOMMU=y
> rather than =m, though that requires VIRTIO and VIRTIO_PCI to be built-in
> as well.
Thanks, Jean. It works.
--
Haiwei
- Re: [PATCH v4 11/11] tests/acpi: add expected blobs for VIOT test on q35 machine, (continued)
- [PATCH v4 10/11] tests/acpi: add expected blob for VIOT test on virt machine, Jean-Philippe Brucker, 2021/10/01
- Re: [PATCH v4 00/11] virtio-iommu: Add ACPI support, Michael S. Tsirkin, 2021/10/05
- Re: [PATCH v4 00/11] virtio-iommu: Add ACPI support, Michael S. Tsirkin, 2021/10/18
- Re: [PATCH v4 00/11] virtio-iommu: Add ACPI support, Jean-Philippe Brucker, 2021/10/19
- Re: [PATCH v4 00/11] virtio-iommu: Add ACPI support, Michael S. Tsirkin, 2021/10/20