• voluntaryexilecat@lemmy.dbzer0.com
    link
    fedilink
    English
    arrow-up
    13
    ·
    11 months ago

    After many years of using multiple devices and even servers with Archlinux installed it never broke because of an update (spoiler: I use systemd-boot instead of grub). If a system is to be used by a less experienced user, just install linux-lts Kernel instead.

    Unstable does not mean it crashes/breaks often, it just means it does not guarantee to not bump to the newest upstream version and that it does not do backports. This can be a problem when using unmaintaned software that does not like using a recent python/php.

    This is also great because if you find a bug in a software you can report it to upstream directly. Debian maintainers only backport severe bugs, not every one of them. It can take over a year for new features to arrive - especially painful with applications like gimp, krita, blender, etc. You can use debian-unstable of course, which is close to upstream as well.

    • nexussapphire@lemm.ee
      link
      fedilink
      arrow-up
      6
      ·
      11 months ago

      I setup a pacman hook to reinstall grub and rebuild the config file after every grub update. This is apparently how the grub team expect people to use it. They want each distro to setup their own install scripts or something.

      So far no issues from grub and I’ve had it set up that way for half a year.