This is the exact issue I am having. Fresh install of proxmox 9, joined to existing cluster - the other node was upgraded.
I have decide to give it a go and install TrueNAS scale but wanted to ensure proxmox can run off of asmedia m.2 to 6 SATA mini-pcie card.
MW-N100-NAS motherboard has 6 sata slots but it does not seem they all run off of one controller:
class │ device │ id │ iommugroup │ vendor │ device_name │ mdev │ subsystem_devic
╞══════════╪════════╪══════════════╪════════════╪════════╪══════════════════════════════════════════════════════════════════════════╪══════╪════════════════
│ 0x010601 │ 0x54d3 │ 0000:00:17.0 │ 5 │ 0x8086 │ Alder Lake-N SATA AHCI Controller │ │ 0x7270
├──────────┼────────┼──────────────┼────────────┼────────┼──────────────────────────────────────────────────────────────────────────┼──────┼────────────────
│ 0x010601 │ 0x1166 │ 0000:01:00.0 │ 13 │ 0x1b21 │ ASM1166 Serial ATA Controller │ │ 0x2116
├──────────┼────────┼──────────────┼────────────┼────────┼──────────────────────────────────────────────────────────────────────────┼──────┼────────────────
│ 0x010601 │ 0x0585 │ 0000:05:00.0 │ 17 │ 0x197b │ JMB58x AHCI SATA controller │ │ 0x0000
So I have decided to wing it and try to pass both over .
however, after multiple reboots after many tries, it will still not work.
0. BIOS has vt-d enabled
1. Grub has intel IOMMU enabled with passthrough option
2 vfio module is written with device ids for both
3 /etc/modules are saved and they load:
root@SM1:~# lsmod | grep vfio
vfio_pci 16384 0
vfio_pci_core 86016 1 vfio_pci
irqbypass 12288 2 vfio_pci_core,kvm
vfio_iommu_type1 49152 0
vfio 65536 3 vfio_pci_core,vfio_iommu_type1,vfio_pci
iommufd 110592 1 vfio
4 initramfs was updated and system rebooted (yet again)
so I guess the AHCI gets loaded first - before vfio has a chance to claim them (or other way round - vfio being assigned to them)
but because I boot from asmedia which needs ahci I cannot blacklist the driver globally.
any ideas ? am I on the right track ? and before you suggest - AI IS USELESS with this deep level of troubles.
is there a workaround ?
this is a mini-itx board with no pci-e slots. it only has two m.2 slots, 6 sata ports, embedded cpu and crazy networking (10Gbpe + 2 x 2.5 Gbe).
so SAS HBA is out of the question.
I did order nvme drive - will see if I can install pve on it when it arrives and have free reign over AHCI and blacklist if needed. but does nvme use AHCI as a driver ?
Or do I chalk it up to newest kernel known issue ?
I have checked ROM bar - intel does not have it, JMicron has but it is disabled.