New comment by mvf on void-packages repository https://github.com/void-linux/void-packages/issues/27423#issuecomment-769841241 Comment: Booting with `intel_iommu=off` like Leah suggested will fix this since it disables the panicking code path. See the [GRUB section of the docs](https://docs.voidlinux.org/config/kernel.html#grub) on how to do this. To test it first without changing your system, you can select the kernel in GRUB, press E, append `intel_iommu=off` to the command line and press F10 to boot. There's still a Void bug here. `CONFIG_INTEL_IOMMU_DEFAULT_ON=y` is not suitable for a distro kernel.