I tested it a bit in a VM to get familiar with pacman and yay. Latest KDE Plasma 6 and more snaps in Ubuntu’s future are the main reasons I want to switch.

As I don’t use a separate home partition, I have an extra drive with BackInTime home dir backups and virtnbdbackup snapshots.

Is EndeavourOS stable enough for everyday use and would restoring home with BackInTime just work (as root user)?

  • zkrzsz [he/him]@hexbear.net
    link
    fedilink
    English
    arrow-up
    0
    ·
    edit-2
    1 year ago

    Setup Btrfs + Btrfs Assistant, rollback if any update breaks things you need.

    It’s stable enough for me everyday use but this will depend on your use case + hardware setup. Even some people will swear by Manjaro for years without breaking. I found that usually if stuffs break in Arch, i can fix it but not so much if stuffs break by update from Ubuntu/Fedora.

      • governorkeagan@lemdro.id
        link
        fedilink
        English
        arrow-up
        0
        ·
        1 year ago

        I haven’t noticed any major differences between btrfs and ext4. Having said that, I mostly only play one game on Steam - Red Dead Redemption 2

  • Andy@programming.dev
    link
    fedilink
    arrow-up
    0
    ·
    1 year ago

    I love Arch but you may also be interested to try Siduction for similar benefits with less change from what you know (it’s still Debian).

  • just_another_person@lemmy.world
    link
    fedilink
    arrow-up
    0
    ·
    1 year ago

    Regular Endeavor users can chime in, but it wasn’t super “stable” over the past couple years, but I think mostly because it’s easy to misconfigure and cause conflicts. It’s meant to be highly configurable and variable without a lot of guardrails (I know they were adding most automation awhile back). If you know how to diagnose and fix basic issues that come along with that, I’m sure you’ll be fine.

        • Hule@lemmy.world
          link
          fedilink
          arrow-up
          0
          ·
          1 year ago

          1.5 years using it on main laptop, work and leisure (I don’t game).

          Sometimes, wifi stopped working after an update. Restarting a second time fixed it. Broadcom…

          I’ve set up snapshots, but I only used them once.

          Other than that, it ran nicely. Fresh versions of everything, snappy with zen kernel… Haven’t really tinkered with it. I just used it as is.

      • Shareni@programming.dev
        link
        fedilink
        arrow-up
        0
        ·
        1 year ago

        I used it for over a year:

        • idk how many times it failed to boot after an update

        • the update script just died one day and I had to remember to manually mkinitcpio or it would fail to boot

        • it would crash or freeze occasionally

        PS

        The oldest woman smoked until she was like 110, that doesn’t mean smoking isn’t bad for your health.

        • D_Air1@lemmy.ml
          link
          fedilink
          arrow-up
          0
          ·
          1 year ago

          I’m using endeavourOS too, I didn’t even know there was an update script. We don’t all just use pacman?

          • Shareni@programming.dev
            link
            fedilink
            arrow-up
            0
            ·
            1 year ago

            I don’t know the specifics, but when you -Syu and there’s a kernel update, at the end of the update it will run some additional commands. I’m pretty sure that’s normal pacman behaviour, but I haven’t used vanilla Arch in a while. At that point mkinitcpio would fail silently, I couldn’t boot afterwards, and there were no warnings about it. Running the command manually would work without an issue and allow me to boot again.

    • Berny23@lemmy.sdf.orgOP
      link
      fedilink
      arrow-up
      0
      ·
      edit-2
      1 year ago

      Ok, thanks. I already found the tool nvidia-all, which allows me to use old driver 535 until the big wayland regression is fixed (hopefully soon).

      • Potajito@feddit.ch
        link
        fedilink
        arrow-up
        0
        ·
        1 year ago

        Also you don’t need that on arch /endevour. There are old nvidia drivers on the aur (I’m in the same situation than you and use those)

  • RotatingParts@lemmy.ml
    link
    fedilink
    English
    arrow-up
    0
    ·
    1 year ago

    Not specific advice, but make sure all the programs you use are available and where/how you will get them.

          • bionicjoey@lemmy.ca
            link
            fedilink
            arrow-up
            0
            ·
            1 year ago

            Interesting! How did Nix get such a large repo despite being younger than AUR? (I’m not super familiar with Nix)

            • Shareni@programming.dev
              link
              fedilink
              arrow-up
              0
              ·
              1 year ago

              Nix has been around for over 20 years, and a lot of nerds volunteered to make it better.

              Nixos not being fhs compliant is a most likely also a big factor. Before you could emulate FHS you couldn’t use language specific PMs like npm, and instead were forced to build those packages with nix. So now it’s filled with packages that other distros wouldn’t ever add. Even worse, I’ve seen python libraries have separate packages for different python minor versions.

              The Arch USER Repository is is essentially only used for packages that aren’t in the official repos. It’s not a good comparison, as nixpkgs is the official one.

  • Savto@feddit.it
    link
    fedilink
    arrow-up
    0
    ·
    1 year ago

    Instead of any arch-based distro, I recommend using opensuse TW because in my experience with arch it was not great.

    If something goes wrong during the system upgrade in TW, you can always rollback to the previous snapshot.

    And the update to plasma 6 is just around the corner.

  • ProtonBadger@lemmy.ca
    link
    fedilink
    arrow-up
    0
    ·
    1 year ago

    Read up on .pacsave/.pacnew files, the distro might still work if an update creates these but if you don’t diff/integrate them manually your OS might slowly “rot”. So watch out for these when running an update. You’ll see them less often if you don’t change stuff much yourself.

    Consider using BTRFS and test how to rollback, in case you need it.

  • nivenkos@lemmy.world
    link
    fedilink
    arrow-up
    0
    ·
    1 year ago

    It’ll be fine, I’d argue Arch is actually more “stable” in the ordinary sense since it is simpler - in that partial upgrades are not allowed. So you never end up in a complicated mess like aptitude can be.

    I’ve used Arch for over a decade now, and have only had issues 3 or 4 times (usually from the nvidia driver).

    • Shareni@programming.dev
      link
      fedilink
      arrow-up
      0
      ·
      1 year ago

      I’d argue Arch is actually more “stable”

      “Stable” in the ordinary sense means that it most likely won’t break, but if it does, the cause and solution are predictable.

      Arch has a “spray and pray” approach. It’s so bad that it many times failed to boot because I updated it for the first time in a month, and would update just fine a few weeks after that.

      Also, do remind me, what other distros released a faulty GRUB update and caused a large portion of their user base to fail to boot, multiple times? Such stability

      that partial upgrades are not allowed

      Not supported != not allowed

  • KISSmyOS@feddit.de
    link
    fedilink
    arrow-up
    0
    ·
    1 year ago

    Is EndeavourOS stable enough for everyday use

    Yes, as long as you maintain it.

    would restoring home with BackInTime just work

    Nothing in EndeavourOS really “just works”. You have to install and configure the stuff you need.

    • Handles@leminal.space
      link
      fedilink
      English
      arrow-up
      0
      ·
      1 year ago

      I mean… by that standard nothing “just works” ever. Anything that needs access to your WiFi, or file system, or your online accounts — it will need a minimum of configuration even if that’s clicking a button to give it internet privileges or filling in a password.

      I’ve used Endeavour for a couple of years now, and it’s not like the apps need more configuration than any other distro I’ve tried.

    • OKRainbowKid@feddit.de
      link
      fedilink
      arrow-up
      0
      ·
      1 year ago

      Idk, upgrading to Plasma 6 + Wayland was as simple as waiting for yay to do its thing and rebooting. 10 minutes and it just works. No configuration.

  • bready2die@lemmy.blahaj.zone
    link
    fedilink
    arrow-up
    0
    ·
    1 year ago

    I’ve used endeavour as my daily driver for the last year, it’s been great for me. Highly recommend regular backups though, as it’s a bleeding edge rolling release distro, so more likely to break unexpectedly than ubuntu

  • Berny23@lemmy.sdf.orgOP
    link
    fedilink
    arrow-up
    0
    ·
    1 year ago

    Just an update, I successfully switched my whole user data to EndeavourOS and installed almost everything I have used before. Works nice and smooth with KDE Plasma 6 in Wayland (although an NVIDIA downgrade to 535 is required for gaming until the latest driver is fixed).

    (I disabled the Polonium tiling for the screenshot.)

  • cygnus@lemmy.ca
    link
    fedilink
    arrow-up
    0
    ·
    1 year ago

    I’ve been using EOS full-time (including for work, every weekday) for about 6 months. It’s my favourite distro so far. I haven’t modified any defaults – I just use it and install the apps I need.

  • d3Xt3r@lemmy.nzM
    link
    fedilink
    arrow-up
    0
    ·
    edit-2
    1 year ago
    • Are you tech-savvy / willing to learn more about Linux and your PC / read the wiki/forums?
    • Do you have the time/patience to keep up with the Arch news so you’re aware of breaking changes?
    • Do you have the time/patience/skills to fix things when they break?
    • Do you have the time/patience to get your hands dirty to do manual configuration occasionally?

    If the answer to all that is yes, then skip EndeavourOS and just install Arch directly. If you’re not considering Arch because it’s “too hard” or you don’t have the time/patience, then trying to cheat by installing EndeavourOS will only result in pain down the line. The only thing EndeavourOS is doing is making the instalation process easy - it’s not making Arch itself any more easier to use.

    The manual way of installing Arch is a rite-of-passage that tests your patience and comprehension skills. It familiarises you with the Arch wiki, and forces you to learn more about how the OS works behind the scenes. So when things break in the future, or the time comes for you to do a manual intervention - you already have all the skills and knowledge (or know where to look). If you can pass the test of a manual install, then using Arch is easy-peasy. At this point, you wouldn’t care about silly things like stability, because you already know about automated snapshots and restores, bug reports, building/using the latest patch/package from upstream etc… and it’s all second-nature to you. Fixing a broken thing is just another day at the office and your brain won’t even register it as an issue.

    So, don’t cheat - if you want to use Arch, just use Arch.

    Edit: For those who disagree with me, here’s a recent example of a manual intervention I was referring to: being on EndeavourOS or any other Arch derivatives won’t save you from having to keep up with Arch news and occasionally having to take manual action like this: https://lemmy.nz/post/7648427

    Also please do read the full thread - from the discussions there, you’ll see that the steps you’d need to take for that piece of news is not entirely straightforward: some folks might need extra/different steps that’s not explicitly described in the news/wiki. This is the kind of stuff you should be prepared to deal with.

    • D_Air1@lemmy.ml
      link
      fedilink
      arrow-up
      0
      ·
      1 year ago

      The only thing I want to add is that installing arch the right way doesn’t matter if you have installed any linux distro manually. You could install debian the arch way if you wanted to and still come out with the same skill set.

    • F04118F@feddit.nl
      link
      fedilink
      arrow-up
      0
      ·
      1 year ago

      Good points all! I think OP, like me, is not afraid of manually messing with config, reading archwiki and getting your hands dirty.

      But I would’ve never looked at dracut when setting up Arch. I’m really happy Endeavour set that up for me. It’s nice to have a good base. Btw, thus dracut also meant I didn’t have to do anything with the mkinitcpio change you are linking. Although I was reading the wiki, forum, and looking forward to it.

    • Berny23@lemmy.sdf.orgOP
      link
      fedilink
      arrow-up
      0
      ·
      1 year ago

      Thanks for the hints, great list! :) I’m a software developer and Ubuntu/Windows sysadmin, so reading wikis, writing shell script and tinkering with the OS is nothing new to me.

      On my private Medion laptop, I even got vanilla Arch installed the hard way by following the guide on the wiki (without install script). I took a picture back then while I was creating partitions and the filesystem:

      I did this as a challenge for myself and to try hyprland. Didn’t have the time to fully customize the setup, so I chose EndeavouOS as it provides a good base.

      • F04118F@feddit.nl
        link
        fedilink
        arrow-up
        0
        ·
        1 year ago

        Excellent, I think you’ll love Arch. EndeavourOS provides a solid base with sane defaults. Having dracut set up out of the box prevents a lot of mistakes. Combining that with systemd-boot should be a reliable base.

  • smileyhead@discuss.tchncs.de
    link
    fedilink
    arrow-up
    0
    ·
    1 year ago

    Try at least once install pure Arch from the installation instructions without automatic install scripts (best in VM to not worry about the data). It is a very good learning experience and definetly would get you closer to what Arch based systems are about.

  • camr_on@lemmy.world
    link
    fedilink
    arrow-up
    0
    ·
    1 year ago

    I moved from kubuntu to endeavor a few months ago and it’s been excellent. It might just be my hardware, but I had quite a few strange issues on my system with kubuntu that haven’t appeared at all on endeavor