Re: [vfio-users] new video card. vm wont boot

2020-05-31 Thread leesteken
On Sunday, May 31, 2020 2:29 PM, Roger Lawhorn wrote: > Thanks for responding. > BTW: the fix for raid0 was to add raid0.default_layout=2 to the command > line for grub for kernels higher than 5.3.3. > > I am using linux mint 19.3. > The highest kernel available is 5.3 > I used the ukuu utility

Re: [vfio-users] new video card. vm wont boot

2020-05-31 Thread Roger Lawhorn
[    0.886294] pci :0d:00.0: Using iommu direct mapping [    0.886624] pci :0d:00.1: Adding to iommu group 19 Is there a reason that the video card is being used by direct mapping instead of being added to a group like the audio? Dmesg shows vfio loaded on boot, but vfio-pci is still

Re: [vfio-users] new video card. vm wont boot

2020-05-31 Thread Roger Lawhorn
Thanks for responding. BTW: the fix for raid0 was to add raid0.default_layout=2 to the command line for grub for kernels higher than 5.3.3. I am using linux mint 19.3. The highest kernel available is 5.3 I used the ukuu utility to install kernels 5.4,5.5, and 5.6. In any of those kernels if I

Re: [vfio-users] new video card. vm wont boot

2020-05-31 Thread leesteken
On Sunday, May 31, 2020 5:45 AM, Roger Lawhorn wrote: > ok, I got kernel 5.4 booted. > They changed how raid0 works and I am one of the few that use raid0. > > Anyway, vfio-pci is missing in kernel 5.4. > Anyone know why? I use a Proxmox/Ubuntu 5.4 kernel and vfio is a module, so I had to add

Re: [vfio-users] new video card. vm wont boot

2020-05-31 Thread Bronek Kozicki
What is your distribution? It's all working for me: root@gdansk ~ # zcat /proc/config.gz | grep VFIO CONFIG_KVM_VFIO=y CONFIG_VFIO_IOMMU_TYPE1=m CONFIG_VFIO_VIRQFD=m CONFIG_VFIO=m # CONFIG_VFIO_NOIOMMU is not set CONFIG_VFIO_PCI=m CONFIG_VFIO_PCI_VGA=y CONFIG_VFIO_PCI_MMAP=y