I want to pass-through an NVME drive, the ID is 1bb1:5013 / 48:00.0
Its in it's own IOMMU group:
# find /sys/kernel/iommu_groups/ -type l |grep "53"
/sys/kernel/iommu_groups/53/devices/0000:48:00.0
Do I have to add 1bb1:5013 to pci-stub.ids= or vfio-pci.ids= in grub's config?
Also, How to add that device as the "primary" disk for a new VM (i.e. to be the boot drive & the OS drive)
The idea is to have as less virtualization as possible, the NVME should be directly managed by the OS installed on it.
Its in it's own IOMMU group:
# find /sys/kernel/iommu_groups/ -type l |grep "53"
/sys/kernel/iommu_groups/53/devices/0000:48:00.0
Do I have to add 1bb1:5013 to pci-stub.ids= or vfio-pci.ids= in grub's config?
Also, How to add that device as the "primary" disk for a new VM (i.e. to be the boot drive & the OS drive)
The idea is to have as less virtualization as possible, the NVME should be directly managed by the OS installed on it.