I recently had a lenovo laptop with windows 10 preinstalled, and the nvme did not show up.  If you go into bios and
turn off the raid setting, then it showed up.  Of course, no more windows if you do this.

On Thu, Aug 13, 2020 at 9:02 AM ja <ja@jaa.org.uk> wrote:
On Thu, 2020-08-13 at 08:48 -0400, Tom Horsley wrote:
> On Thu, 13 Aug 2020 10:16:26 +0000
> Alex Gurenko via users wrote:
>
> > Do you have any pointers or ideas what could it be and how to fix it?
>
> I can say that the fedora 32 live image had no problem installing
> on my new desktop system which only has NVME storage, so there
> isn't a general problem with fedora and NVME, must be something
> specific to that system.
>
> You could turn the process inside out - use the windows virtualization
> code to install fedora in a windows virtual machine, then run that
> in full screen :-).
> _______________________________________________
>

It might be worth checking:

If the UEFI does not "see" the SSD then check
the status of the Protective MBR boot flag using gdisk/fdisk
To CLEAR the flag       gdisk /dev/sda          p ; v ; x ; n ; w ;
To SET/CLEAR the flag   fdisk /dev/sda          M ; i ; a ; i ; w ; q ;

John

_______________________________________________
users mailing list -- users@lists.fedoraproject.org
To unsubscribe send an email to users-leave@lists.fedoraproject.org
Fedora Code of Conduct: https://docs.fedoraproject.org/en-US/project/code-of-conduct/
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: https://lists.fedoraproject.org/archives/list/users@lists.fedoraproject.org


--
Those who don't understand recursion are doomed to repeat it