Linux installer cannot see my NVMe drive at all, so there is no "install alongside Windows" option
Trying to set up a dual boot on a fairly recent laptop. The live environment boots fine from USB and everything works — wifi, display, the lot.
The installer sees no disks. Not the wrong disks, none. So there is no option to install alongside Windows, and the only thing offered is a manual partitioning screen with nothing in it.
Windows is installed and working on the internal NVMe drive, so the disk obviously exists and is not dead.
I have shrunk the Windows partition to leave unallocated space, and I have a full backup. What am I missing?
@esp_archaeologist · 6h ago
Quick way to confirm the diagnosis before you touch any settings, from the live environment you already have booted: open a terminal and list the block devices, then list the NVMe devices specifically.
If the disk is absent from both, it is invisible at the kernel level and it is a controller or firmware problem — the installer is innocent. If the kernel can see it and only the installer cannot, that is a completely different and much rarer situation involving the partition table.
Thirty seconds, and it tells you whether the sequence above is worth doing.
Reply
Report