this post was submitted on 01 Jul 2026
28 points (100.0% liked)

Linux

66169 readers
219 users here now

From Wikipedia, the free encyclopedia

Linux is a family of open source Unix-like operating systems based on the Linux kernel, an operating system kernel first released on September 17, 1991 by Linus Torvalds. Linux is typically packaged in a Linux distribution (or distro for short).

Distributions include the Linux kernel and supporting system software and libraries, many of which are provided by the GNU Project. Many Linux distributions use the word "Linux" in their name, but the Free Software Foundation uses the name GNU/Linux to emphasize the importance of GNU software, causing some controversy.

Rules

Related Communities

Community icon by Alpár-Etele Méder, licensed under CC BY 3.0

founded 7 years ago
MODERATORS
 

I cannot get further than GRUB except to rescue mode, when I attempt to boot the main Fedora OS it gets stuck on searching for a disk indefinitely. Gets stuck on Job dev-disk-by\<many symbols>.device/start running (1h / no limit) in the console.

I have a Windows partition on same drive, it also doesn't boot, it's rescue command prompt (from where you are instructed to open notepad to rescue files) doesn't "see" any disk but C: and X: (emerg boot).

I tried booting this machine with two live OS USBs: Fedora and SystemRescue. Neither of them list the SSD (or anything but the USB drive FS itself) in lsblk or the file manager.

Due to lack of storage mediums, I haven't done a backup in a while. How can I rescue the files? Many passwords are also stuck there, in Firefox manager I wasn't able to sync due to losing access to the 2FA email.

you are viewing a single comment's thread
view the rest of the comments
[–] nitroemdash@lemmy.wtf 2 points 2 days ago (1 children)

As I wrote, GRUB with all customisations and rescue modes stored on this drive for both Windows and Linux work fine, so I find it unlikely to be a connector problem. Unless such a problem may lead to part of drive working fine and the other not. When SSD is out of socket, BIOS refuses to boot at all and makes loud sounds.

[–] PumpkinEscobar@lemmy.world 2 points 2 days ago (1 children)

Sorry, I think my reading comprehension was shit there… I got fixated on rescue usb not seeing the disk.

No, I wouldn’t expect it to be a bad port if grub is loading (and the grub partition is on the same disk). Bios not booting at all with disk removed is strange too, I’d expect it to just boot the usb if that were plugged in while disk is not.

You said usb rescue lsblk doesn’t list the disk, guessing it doesn’t show up under /dev/disk/by-id either? lspci? How about with a windows install usb, does it see the disk?

[–] nitroemdash@lemmy.wtf 1 points 1 day ago* (last edited 1 day ago) (1 children)

I think I tested the SSD-out scenario without live in.

Only USB drive itself shows under by-id. I don't have a Windows install USB, the windows I talked about is a partition on the broken disk. It does see the Linux partition with DiskPart but can't mount it or extract files from BTRFS.

LSPCI lists many cryptic names, "RAID bus controller" sounds like the most promising one. https://termbin.com/287u

[–] PumpkinEscobar@lemmy.world 1 points 27 minutes ago* (last edited 26 minutes ago)

It does look like your storage controller got switched to raid mode. Some ai generated slop-fix:

Your storage controller actually is visible in the lspci output, but it is currently hidden inside a RAID cluster.

Look closely at this specific line from your list:
00:17.0 RAID bus controller: Intel Corporation Comet Lake PCH-H RAID

Why Your Drive Seems Missing

  • Intel RST Active: Your motherboard BIOS is configured to use Intel Rapid Storage Technology (RST) RAID mode.
  • Controller Hiding: When RAID mode is active, the Intel controller intercepts individual NVMe or SATA drives.
  • Linux Limitation: The standard Linux kernel cannot see individual NVMe drives behind this specific Intel RAID controller without configuration.

How to Fix It

You need to switch your storage controller from RAID mode to AHCI/NVMe mode.

  1. Reboot your laptop and enter the BIOS setup (usually by pressing F2F12, or Del at startup).
  2. Locate the Storage ConfigurationSATA Mode, or VMD Setup menu.
  3. Change the setting from RAID or Intel RST to AHCI (or disable VMD).
  4. Save and exit. [1]

**