• 1 Post
  • 31 Comments
Joined 2 years ago
cake
Cake day: June 22nd, 2023

help-circle
  • Maybe easier to another suggestion, you’re probably using a systemd based distros -

    journalctl -b -1 will show you the logs from the previous boot, so you could check that after resetting to see if anything was logged

    For some other ideas to narrow down where the issue is…

    If you’re stuck in the frozen state, you can Ctrl+alt+delete 7+ times quickly to tell systemd to try to restart the system. If this works, it means init was still able to process messages

    If that doesn’t work, you could enable Magic Sysrq Key (if disabled in your distro), and then use the key sequence REISUB to try to see if the kernel is still responding and can reset the system


  • ozymandias117@lemmy.worldtoLinux@lemmy.mlWhy?
    link
    fedilink
    English
    arrow-up
    5
    ·
    15 days ago

    Microsoft released Windows Vista, which was absolute dogshit on every PC at the time it was released.

    This also just happened to be not long after Ubuntu was released, making it easier than ever to install Linux.

    Installed it, quickly found out everything was easier to configure and tinker with in Linux…

    Never saw a reason to go back. Used Windows 7 for a little bit, and it was better than Vista, but it still wasn’t anywhere near as easy to use as Linux








  • You have to at least modify your sources.list.d manually first. For most people, updating sources.list.d and running full-upgrade will probably work fine…

    The full instructions are

    1. run dist-upgrade
    2. remove back ports
    3. remove obsolete packages
    4. remove non-debian packages
    5. clean up old configuration files
    6. add non-free-firmware (this is a 12 -> 13 specific)
    7. remove proposed updates
    8. disable pinning
    9. update sources.list.d to point to the next release
    10. apt upgrade --without-new-packages
    11. apt full-upgrade

    It takes like an hour? but it’s still not “just press okay.”

    Ubuntu’s has broken on some upgrades for friends and they had to do the whole Debian process manually, but it does try to automate the removals, disablements, and updating sources

    Edit: instructions taken from Trixie release. I skipped some that aren’t really unique, like make a backup

    https://www.debian.org/releases/trixie/release-notes/upgrading.en.html