Nvme not detected

Hello all,

I tried to install Nix OS on a HP Prodesk 400 G4 (mini). When i am in the GUI, gparted doesn’t detect the NVME m2. I disabled secure boot (legacy).

Any hints?

Thnx: Patrick

Some data:

nixos-plasma5-23.05.1501.0de86059128-x86_64-linux
updated the bios of the HP to the latest. (2023)

Missing modules?

Temporary loading module:

modprobe nvme

Initializing manually loaded modules:

boot.initrd.kernelModules = [ "nvme" ];

It was a bios thing. (set the bios back to default and disabled secure boot/legacy boot). NVME is visable now.

FWIW you don’t have to use legacy boot to disable secure boot. UEFI is still better.