pavolelsig / passthrough_helper_fedora

GPU passthrough helper
36 stars 9 forks source link

Failed to find module 'vfio_virqfd' #2

Open asghaier opened 8 months ago

asghaier commented 8 months ago

Error happens while running the dracut command. This fails on the latest up to date Fedora 39 release as it runs kernel 6.6.9-200.fc39.x86_64

As of kernel 6.2, the vfio_virqfd functionality has been folded into the base vfio module. Reference: https://wiki.archlinux.org/title/PCI_passthrough_via_OVMF#mkinitcpio

Error:

sudo dracut -f --kver `uname -r`

dracut-install: Failed to find module 'vfio_virqfd'
dracut: FAILED:  /usr/lib/dracut/dracut-install -D /var/tmp/dracut.qYNhve/initramfs --kerneldir /lib/modules/6.6.9-200.fc39.x86_64/ -m vfio vfio_iommu_type1 vfio_pci vfio_virqfd
pavolelsig commented 8 months ago

Fixed, thanks for letting me know