• 0 Posts
  • 71 Comments
Joined 8 months ago
cake
Cake day: October 19th, 2024

help-circle



  • spicehoarder@lemm.eetoLinux@lemmy.mlWant switch to linux
    link
    fedilink
    English
    arrow-up
    1
    ·
    4 days ago

    Okay, assuming you’re being honest, it sounds like a hardware issue. Either your RAM is corrupting, or your hard drive is prone to errors. The good news is that you have options to daily drive Linux without ending up in a situation where you have to reinstall everything from scratch.

    Like I mentioned earlier, you absolutely need to be making snapshots. I’m currently running Manjiro, and I’ve completely borked my system like 10 times already. But when I set up my system, I made sure my main partition was BTRFS, which has allowed me to roll back easily through both the UI and in grub rescue mode.

    I would also recommend that if you are going to continue to dual boot windows, make sure they’re on two separate physical drives. And don’t share stuff like your steam library, because windows likes to screw shit up, and steam will throw a fit if you make it read an NTFS drive on Linux.

    Just don’t give up, keep posting questions, and maybe even come back and post stuff like specific crash reports and system info so we can help you better. :)


  • spicehoarder@lemm.eetoLinux@lemmy.mlWant switch to linux
    link
    fedilink
    English
    arrow-up
    2
    arrow-down
    1
    ·
    edit-2
    5 days ago

    It’s 2025, if you’ve got the space to dual boot, you’ve got space for snapshots. There’s no reason not to set them up. Btrfs, ZFS, LVM, pick your poison. Disk is cheap, your time isn’t.

    And if “simple stuff” is breaking your system, that tells me three things:

    1. You’re still using apt-get instead of apt

    2. You’re ignoring dependency warnings

    3. You’re probably not fully understanding the commands you’re running — so RTFM

    So yeah, I will be telling you to use Mint, with at LEAST daily snapshots.