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.

3
  • Thanks for answering after almost 8 years. I don't even remember if 8 years ago I solved this problem (but I guess not, otherwise there should be my answer here too). I suspect 8 years ago those grub modules didn't exist. But now, this is the correct answer. Thanks. Commented Feb 16, 2021 at 13:36
  • 1
    Some systems may require nativedisk ahci (whereas ahci is the disk type) after insmod nativedisk in order to have the disks show up properly. Commented Apr 21, 2021 at 22:13
  • 1
    @RlonRyan this works for me on SATA systems, but with NVMe systems grub stil looses drives information after insmod ehci. And no wonder, ahci si for SATA disks, what about NVMe ssd's? is there another patameter for nativedisk that would work for them? Commented Jan 11, 2023 at 15:16