Skip to main content

You are not logged in. Your edit will be placed in a queue until it is peer reviewed.

We welcome edits that make the post easier to understand and more valuable for readers. Because community members review edits, please try to make the post substantially better than how you found it, for example, by fixing grammar or adding additional resources and hyperlinks.

5
  • Blame Intel: they offer a lot of open-source Linux features, but no correct support for their SATA controller when in RAID mode. Then blame the BIOS not offering an option to switch from RAID mode, which is often useless on laptop. That said, if the BIOS is just a lack of feature rather than active prevention of feature, it appears on some (really different: mac) systems, this can be done by GRUB: darkfader.blogspot.com/2010/04/… . At least do tests in interactive mode
    – A.B
    Commented Feb 1, 2020 at 14:48
  • other similar link: win-raid.com/… You know it worked if the device changes ID.
    – A.B
    Commented Feb 1, 2020 at 14:54
  • Linux of course supports NVMe and UEFI. A recent enough version should just work. Do you perhaps have drive encryption enabled or anything the like?
    – Daniel B
    Commented Feb 1, 2020 at 16:52
  • @DanielB I could experience this when replacing some NVMe in Dell Laptop (what's the relation with SATA? no idea). The disk is just not detected at all on Linux. Only changing in the UEFI menu the controller mode from RAID to AHCI makes it discoverable in Linux. To be precise a Dell Latitude E7270 with a PM951 Samsung nvme. It's also a cause of grief when people had this done to their laptop and a year later the UEFI is reset (by changing its battery): "Linux doesn't work anymore", until told to switch back to AHCI.
    – A.B
    Commented Feb 1, 2020 at 17:34
  • Most NVMe SSDs require AHCI and UEFI mode and cannot function without either.
    – Ramhound
    Commented Feb 1, 2020 at 20:50