I will tutor you

  • gammison [none/use name]
    ·
    4 years ago

    For your crash, check your journal, it should offer clues as to why the crash is happening.

      • gammison [none/use name]
        ·
        edit-2
        4 years ago

        The journal is a log of every kernel level event in your system, loading and unloading hardware, modules, logging sucessful display manager starts etc. You can can check it with journalctl. I should note this is for if you use systemd as your startup system, which you may or may not be. What distro do you use? Whatever start up system you use should have a logging function you can probe.

        • Bloodshot [he/him,any]
          hexagon
          ·
          4 years ago

          Also make sure that this is persisted (kept) between boots; this is configured in /etc/systemd/journald.conf

          journalctl -k shows only kernel events.