• Kongar@lemmy.dbzer0.com
    link
    fedilink
    English
    arrow-up
    124
    arrow-down
    5
    ·
    12 days ago

    Unpopular opinion but I’m dying on this hill. Secure boot creates more problems than it solves.

    • JiveTurkey@lemmy.world
      link
      fedilink
      English
      arrow-up
      78
      ·
      12 days ago

      I’d argue this is actually a popular opinion. IMO secureboot has just become a way for Microsoft to leverage it’s position and keep a strangle hold on industries they have no business being in.

      The whole kernel level anti-cheat on win11 bullshit in the gaming industry is a good example. Essentially locking games to its platform and willing to sacrifice security to do so at our expense.

      • Default Username@lemmy.dbzer0.com
        link
        fedilink
        English
        arrow-up
        22
        ·
        12 days ago

        This is especially true on computers where it is impossible to change the signing keys. Smartphones, game consoles, many laptops, some desktops, smart TVs, IoT devices, modern cars, etc.

          • Default Username@lemmy.dbzer0.com
            link
            fedilink
            English
            arrow-up
            9
            ·
            11 days ago

            Kind of. You can change the signing key for the operating system, but you cannot change the signing key of the primary bootloader, as that is baked into the SoC.

              • Default Username@lemmy.dbzer0.com
                link
                fedilink
                English
                arrow-up
                8
                ·
                11 days ago

                That’s moreso because it’s using an unofficial key, so the device manufacturer (Google in the case of Pixels) cannot verify the authenticity of the OS you’re running.

                If you were able to replace that bootloader with a custom one, then you would be able to disable that message or just use a completely different bootloader like UBoot or EDK2 if it was ported, though.

                • 𝕸𝖔𝖘𝖘@infosec.pub
                  link
                  fedilink
                  English
                  arrow-up
                  1
                  ·
                  11 days ago

                  Functionally, though, wouldn’t it be the same as replacing the computer’s SecureBoot bootloader, since it’s Microsoft (in the case of SecureBoot) that doesn’t like the unofficial key that Linux installs? Shouldn’t the user be allowed to add or remove any key they desire from the allow list of official keys (maybe have some sort of decentralized verification system, if they user decides they want to verify it)?

                  I’m more thinking out loud here, trying to understand.

                  • Default Username@lemmy.dbzer0.com
                    link
                    fedilink
                    English
                    arrow-up
                    3
                    ·
                    11 days ago

                    The difference is that with ARM TrustZone, there is an efuse burned with the key that the manufacturer set in the SoC itself that checks the signature of the primary bootloader, which cannot be modified.

                    Standard computers do not have such a hardware-level key, so if you wanted to replace the bootloader with something like coreboot if it has been ported to your board, then you can. On smartphones, you do not have that option.

                    Same thing goes for even more locked down systems like game consoles.

          • skaffi@infosec.pub
            link
            fedilink
            English
            arrow-up
            2
            ·
            10 days ago

            You think that’s a safety boot you’ve got there? It’s anything but! It is clearly the bottommost part of a certain powered hazmat suit - why, it’s a Hazard Boot! You’ll need to ask one of the egg heads whether Secure Boot is a part of its boot sequence, though.

            Poor Gordon Freeman, running around out there somewhere, with just one Hazard Boot. I guess you’ll find that his other leg is running with Insecure Foot, then.

      • chaogomu@lemmy.world
        link
        fedilink
        English
        arrow-up
        6
        ·
        12 days ago

        Popular is the wrong question, the correct question is, how many machines is this default on.

        • incompetent@programming.dev
          link
          fedilink
          English
          arrow-up
          1
          ·
          10 days ago

          And, how many people switch to something other than the default? Most W11 users are just going to go with whatever the computer says it’s doing without changing anything. They’re either ignorant of the options available, or scared of breaking something if they make a change.

    • Fizz@lemmy.nz
      link
      fedilink
      English
      arrow-up
      6
      arrow-down
      17
      ·
      12 days ago

      What problem does it create? Its a good tech and we absolutely should be cryptographically verifying the boot process to ensure it hasnt been tampered with.