• Avid Amoeba@lemmy.ca
    link
    fedilink
    arrow-up
    100
    arrow-down
    3
    ·
    10 months ago

    I love this! Not only for the comedic value, but throwing kernel oopses on-screen when they can’t be easily captured when unprepared would be of great help in solving system problems. Unlike the cryptic messages Windows displays, Linux kernel messages are quite useful.

  • Chewy@discuss.tchncs.deOP
    link
    fedilink
    arrow-up
    63
    arrow-down
    2
    ·
    10 months ago

    Some Highlights:

    • A new component “systemd-bsod” has been added to show logged error messages full-screen if they have a “LOG_EMERG” log level. This is intended as a tool for displaying emergency log messages full-screen on boot failures. Yes, BSOD in this case short for “Blue Screen of Death”. This was worked on as part of Outreachy 2023. The systemd-bsod will also display a QR code for getting more information on the error causing the boot failure.

    • Hibernation into swap files backed by Btrfs are now supported.

    • Support for split-usr has been removed.

    • KiranWells@pawb.social
      link
      fedilink
      arrow-up
      4
      ·
      10 months ago

      Actually looking forward to the btrfs swapfile hibernation; I have tried setting it up on my machine before but the documentation was never clear on whether it would work (or why mine wasn’t).

    • Vilian@lemmy.ca
      link
      fedilink
      arrow-up
      41
      ·
      10 months ago

      i totally understand if they named it bsod just for the meme, it’s funny also they could make an option to change de color :b

    • snake@lemmy.world
      link
      fedilink
      arrow-up
      10
      arrow-down
      5
      ·
      10 months ago

      Agreed, bsod is precisely what I’ve been running from with Linux.

      • Julian@lemm.ee
        link
        fedilink
        English
        arrow-up
        51
        ·
        10 months ago

        Correct me if I’m wrong but isn’t this basically just better error reporting? It’s not like it’s gonna crash more often, it will just actually show log info if something catastrophic happens.

        • ikidd@lemmy.world
          link
          fedilink
          English
          arrow-up
          10
          ·
          10 months ago

          A BSOD that gave you a clue about why it happened would be a welcome change.

          • Vilian@lemmy.ca
            link
            fedilink
            arrow-up
            4
            ·
            10 months ago

            that’s the goal, they also gonna implement the QR code, but not like the crappy of QR code on windows(that send you to a suppirt page with a dozen of possible sulution, where nothing work), the qr code is going translate to the kernel panic message, i liked, i can scan the qr code and search the error on my cell

  • Krafting@lemmy.world
    link
    fedilink
    arrow-up
    38
    arrow-down
    1
    ·
    10 months ago

    I just wish they would use another name for it, it’s linux here no need to copy windows slang! Or use another color! (I hope they’ll update it to make it a customizable color)

    • r00ty@kbin.life
      link
      fedilink
      arrow-up
      11
      ·
      10 months ago

      Yeah, Linux should have taken the guru meditation from the Amiga! (I know VirtualBox already copied it mind you)

  • KseniyaK@lemmy.ca
    link
    fedilink
    arrow-up
    30
    arrow-down
    3
    ·
    edit-2
    10 months ago

    I hope this isn’t going to be the default. I know, the average granny might prefer to have a BSOD with a QR code, but I think a lot of the people who are more tech-savvy, like me, would prefer to see log messages when booting because then you could see which service failed and why or why it’s all of a sudden taking so long to boot. That’s also why I choose not to have a splash screen when booting.

    Anyways, this BSOD thing doesn’t apply to me because I use Gentoo with OpenRC.

  • rotopenguin@infosec.pub
    link
    fedilink
    English
    arrow-up
    18
    ·
    10 months ago

    I don’t think it’s going to do a whole lot of good when the whole KMS/DRM falls over.

    (okay I haven’t had that for a few months now. But i am still traumatized)

  • setVeryLoud(true);@lemmy.ca
    link
    fedilink
    arrow-up
    5
    ·
    10 months ago

    Good idea, stupid name.

    Excellent for causing FUD.

    No, this will not increase the amount of kernel panics you see. It just makes them more informational to the average person. Technical folks can disable it, non-technical folks won’t know how to enable it, so on by default it is.

  • AutoTL;DR@lemmings.worldB
    link
    fedilink
    English
    arrow-up
    6
    arrow-down
    3
    ·
    10 months ago

    This is the best summary I could come up with:


    Ahead of the holidays systemd 255 has debuted as stable and comes with systemd-bsod as a “Blue Screen of Death” service capable of displaying full-screen error messages on Linux.

    This is intended as a tool for displaying emergency log messages full-screen on boot failures.

    The systemd-bsod will also display a QR code for getting more information on the error causing the boot failure.

    • Systemd’s bootctl will now show whether the system was booted from a Unified Kernel Image (UKI).

    • systemctl will now automatically soft-reboot into a new root file-system if found under /run/nextroot/ when a reboot operation is invoked.

    • A new option “SurveFinalKillSignal” has been added to skip the final SIGTERM/SIGKILL spree on shutdown in order to survive soft-reboot operation.


    The original article contains 490 words, the summary contains 123 words. Saved 75%. I’m a bot and I’m open source!