My PC Won’t Boot After a Power Outage—Could My NVMe Drive Be Damaged?

0
8
Asked By CuriousExplorer92 On

I'm pretty new to Linux and I'm using CachyOS with Hyprland. I was running the command `sudo systemctl restart systemd-logind` when my power unexpectedly went out, shutting down my computer. Now, when I boot it up, I'm faced with an emergency shell that says, "failed to mount disk on real root." I've tried checking the partition with another Linux distro, but I can't seem to mount it. Is there a way to fix this without losing my data? Did the power outage damage my NVMe drive? Please keep the solutions simple!

5 Answers

Answered By HelpfulHacker88 On

You might want to boot from a live USB and install GParted to check your partition for any errors. It's a handy tool for this kind of troubleshooting!

Answered By TechSavvyDude67 On

It's unlikely that the power outage actually damaged your NVMe drive; usually, the power supply should handle these situations. However, an abrupt shutdown can corrupt data in unexpected ways, even if it doesn't happen often. Unfortunately, fixing it might not be straightforward, and I'm curious—do you have your NVMe encrypted?

Answered By LinuxWizard2023 On

Try using the CachyOS ISO to boot into your system and reinstall `cachyos-chroot` from there. You can also run `fsck` on your install partition to check for errors. That might help get things sorted out!

Answered By FutureProofTechie On

While I can't give you a fix for this specific issue, I can suggest investing in an Uninterruptible Power Supply (UPS) for future safety. Brands like CyberPower or Tripp Lite are solid choices. Getting one with Pure Sinewave output is ideal for protecting your computer components, and it gives you time to shut things down properly during a power outage.

Answered By KernelKidd83 On

If you have an Arch-based ISO handy, that could be useful. Boot from it, use Archstrap or similar tools to chroot into your system, and take a closer look. It might let you troubleshoot the issue effectively!

Related Questions

LEAVE A REPLY

Please enter your comment!
Please enter your name here

This site uses Akismet to reduce spam. Learn how your comment data is processed.