Arch Linux stuck at “Loading version 240” after modifying configs
0
I've pretty new to Arch Linux. I'm trying to get GPU passthrough to work on a VM. I've been following this video https://www.youtube.com/watch?v=6FI31QDtyy4. The differences between what I did and what he did in the video was modules in mkinitcpio config thingy, I used 'MODULES=(vfio_pci vfio vfio_iommu_type1 vfio_virqfd)' instead because the video was a bit outdated. So what I did was Add intel_iommu=on in grub params Checked that my system supports IOMMU, I ran 'dmesg | grep -e DMAR -e IOMMU' Adding 'options vfio-pci ids=10de:10f0,10de:1b81' to vfio.conf Modifying mkinitcpio.conf as described above Running 'mkinitcpio -p linux' Modifying qemu.conf (prob not related) Running 'systemctl enable --now libvirtd' and 'systemctl enable virtlogd.socket...