On Fri, Jun 14, 2019 at 2:06 PM Bjorn Helgaas <helgaas@xxxxxxxxxx> wrote: > Ugh. Are you saying the installation instructions for Linux will say > "change the BIOS setting to AHCI"? That's an unpleasant user > experience, especially if the installation fails if the user hasn't > read the instructions. :) That is essentially what the dmesg currently says when Linux detects this, from drivers/ata/ahci.c:ahci_remap_check() "Switch your BIOS from RAID to AHCI mode to use them (remapped NVMe devices)" Unpleasant yes, but what's the lesser of two evils? Recommend the supported full featured mode, or try to support with degraded capabilities?