Announcement

Collapse
No announcement yet.

"100% Free" GNU Boot Discovers Again They Have Been Shipping Non-Free Code

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

  • "100% Free" GNU Boot Discovers Again They Have Been Shipping Non-Free Code

    Phoronix: "100% Free" GNU Boot Discovers Again They Have Been Shipping Non-Free Code

    GNU Boot is a "100% free software project aimed at replacing the non-free boot software" and is a downstream of Coreboot, GRUB, and SeaBIOS. While priding itself on being "100% free", last December they had to drop some motherboard support and CPU code after discovering they were shipping some files that are non-free by their free software standards. Today they announced another mistake in having inadvertently been shipping additional non-free code...

    Phoronix, Linux Hardware Reviews, Linux hardware benchmarks, Linux server benchmarks, Linux benchmarking, Desktop Linux, Linux performance, Open Source graphics, Linux How To, Ubuntu benchmarks, Ubuntu hardware, Phoronix Test Suite

  • #2
    The 100% free firmware is 100% a 100% unbootable toy.

    Comment


    • #3
      The shame!

      Comment


      • #4
        …And nobody noticed because their hardware is already a black box running proprietary firmware baked into the circuits.

        Comment


        • #5
          Originally posted by A1B2C3 View Post
          can't people teach the kernel to boot on its own without loaders? such an approach would solve many problems.
          "GNU Boot is a "100% free software project aimed at replacing the non-free boot software" and is a downstream of Coreboot, GRUB, and SeaBIOS.​"

          The problematic parts are the replacements for the UEFI firmware your motherboard ships with, not the bootloader.

          It's already possible to do what you propose using the kernel's UEFI stub option. It's how I boot some Debian-based mini PCs as part of minimizing the boot time as far as possible without excess maintenance hassle. Stuff like GRUB is only still used to provide a single unified boot process across as many supported platforms as possible to minimize maintenance/testing/support burdens for distros.
          Last edited by ssokolow; 19 October 2024, 05:50 PM.

          Comment


          • #6
            Egad. Shocked. I say, shocked.

            Comment


            • #7
              Originally posted by A1B2C3 View Post
              can't people teach the kernel to boot on its own without loaders? such an approach would solve many problems.
              That was the original plan in 1999, which is why coreboot was called LinuxBIOS. It was, in fact, a Linux kernel extended with just enough init code to bring up the mainboard it was running on. Various factors (including ever more complex hardware bringup routines) eventually made LinuxBIOS diverge from that model, and so it was renamed to coreboot around 2008.

              There's the LinuxBoot project these days that wants to bring the old concept back in some way: still using a butchered UEFI or even coreboot for early init, but then jumping into Linux (from flash) as soon as possible.

              Comment


              • #8
                Where my LILO vets at?

                Comment


                • #9
                  Originally posted by A1B2C3 View Post

                  You didn't understand. The Linux kernel will receive all the necessary information from UEFI to boot. but the Linux kernel will load on its own. The linux kernel will need UEFI only to provide the boot information. then we won't be afraid of who and when and how UEFI is written and what it contains.
                  Tianocore?

                  Comment


                  • #10
                    Originally posted by A1B2C3 View Post

                    You didn't understand. The Linux kernel will receive all the necessary information from UEFI to boot. but the Linux kernel will load on its own. The linux kernel will need UEFI only to provide the boot information. then we won't be afraid of who and when and how UEFI is written and what it contains.
                    Big surprise, that’s exactly how it works right now.

                    But if you had any kind of clue, you’d have already known that.

                    Comment

                    Working...
                    X