• henfredemars@infosec.pub
    link
    fedilink
    arrow-up
    5
    ·
    12 days ago

    I’m not convinced that this is actually simpler. I’m also confused because Red Hat already was trying to simplify booting with systemd-boot. Are they no longer happy with their existing approach?

    • pizza_the_hutt@sh.itjust.works
      link
      fedilink
      arrow-up
      2
      ·
      12 days ago

      Speaking of systemd boot, I tried it on a recent install, and my system only booted properly about 20% of the time. I switched back to grub, and it’s been rock solid since.

      • timbuck2themoon@sh.itjust.works
        link
        fedilink
        arrow-up
        2
        ·
        12 days ago

        I’d be curious what the issue was.

        I’ve used grub for years but am curious about systemd-boot as it’s supposed to be far simpler/easier.

  • Lvxferre@mander.xyz
    link
    fedilink
    arrow-up
    5
    ·
    12 days ago

    Yeah, nah. This only throws more complexity under the rug.

    Among other stuff, whatever is booting your computer needs to 1) find the kernels that you have, 2) find any other OS that you might have, and 3) allow the user to pick one of those. You can either use a specific tool for that (bootloader) or dump those roles into the kernel, but you can’t get rid of them without breaking a lot of stuff.

    what about secure boot?

    Regardless of the above, the owner of a device should be able to turn secure boot off; devices not allowing so are broken by design, to prevent your full ownership over it.

    GRUB2 is really complicated.

    Part of the complexity is intrinsic, as explained. And if you’re concerned about the additional complexity from the implementation, the solution is a different bootloader, not ditching the concept altogether.

    I stopped watching the video at 8:22, as she was talking about bugs.

    The simpler solution is to simply pour more development into GRUB2, not to throw the problem into the kernel devs’ hands, as if it was some sort of hot potato.

  • HakFoo@lemmy.sdf.org
    link
    fedilink
    arrow-up
    1
    ·
    12 days ago

    The “looks for other operating systems” is huge for any desktop use with dualboot, recovery media, and plenty of systems have utilities like Memtest86 through the boot menu.

    Grub always seemed weirdly complex yet incomplete- the idea that you had to pre-enumerate every bootable OS made it worse than rEFInd to me.