GRUB Continues Working Toward Its Next Release In 2025

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts
  • ayumu
    Senior Member
    • Oct 2008
    • 673

    #11
    GRUB really needs to shift focus to having first-class support for RISC-V if it wants to survive.

    Comment

    • intelfx
      Senior Member
      • Jun 2018
      • 1155

      #12
      Originally posted by Old Grouch View Post

      That's not simple.
      Not really.

      Far as I can remember, bcachefs is very flexible and pliable when it comes to recovery options, and it supports in-memory replay as a first-class citizen. And with the extent of code sharing between Linux kernel and bcachefs userspace tools, there's really no excuse to not have this support other than nobody taking time to.

      (Now, I'm not saying someone ought to pick up his arse right now and do it; this is free software after all, but I don't think there is any kind of inherent technical problem.)
      Last edited by intelfx; 05 February 2025, 03:40 AM.

      Comment

      • S.Pam
        Senior Member
        • Oct 2018
        • 688

        #13
        With UEFI it seems unnecessary to have the full GRUB. I use rEFInd won my own system which works well. For security, I guess unified kernels or signed kernel+initrd should be enough. Then deal with luks and drivers from initrd.

        Comment

        • DMJC
          Senior Member
          • Mar 2009
          • 594

          #14
          Everyone whining on here, go pick up a project and dev on it. Development is hard, it's getting easier thanks to AI but it still takes time and skill to put together working code. Most of the FLOSS world is held together with gum, ductape and shoe strings. If you don't like it, either hack on it, or submit bug requests/debugs.

          Comment

          • Azpegath
            Senior Member
            • Nov 2010
            • 1093

            #15
            Originally posted by bachchain View Post
            Haven't used grub in years. refind with discoverable partitions is great.
            Same here, I'm so happy with the switch to refind. Quick, easy to maintain, looks good, etc.

            Comment

            • Setif
              Senior Member
              • Feb 2016
              • 302

              #16
              Will they support HiDPI displays?

              Comment

              • elatllat
                Senior Member
                • Apr 2019
                • 573

                #17
                LUKS2 support? GRUB can't do LUKS1 without using 100% CPU while waiting for a password.

                Comment

                • S.Pam
                  Senior Member
                  • Oct 2018
                  • 688

                  #18
                  Originally posted by elatllat View Post
                  LUKS2 support? GRUB can't do LUKS1 without using 100% CPU while waiting for a password.
                  Does that matter?

                  Comment

                  • Old Grouch
                    Senior Member
                    • Apr 2020
                    • 701

                    #19
                    Originally posted by intelfx View Post

                    Not really.

                    Far as I can remember, bcachefs is very flexible and pliable when it comes to recovery options, and it supports in-memory replay as a first-class citizen. And with the extent of code sharing between Linux kernel and bcachefs userspace tools, there's really no excuse to not have this support other than nobody taking time to.

                    (Now, I'm not saying someone ought to pick up his arse right now and do it; this is free software after all, but I don't think there is any kind of inherent technical problem.)
                    Remember that GRUB does not use linux kernel filesystem drivers, for the simple reason that GRUB is not running a linux kernel. Neither does GRUB use linux libc. It's not simple code-sharing.

                    You can use linux FUSE to run the GRUB filesystem drivers (which are strictly read-only) via grub-mount, but there is no equivalent going the other way - although if you have a FUSE driver, it is probably possible to hack it down to work in GRUB as a module loaded by the GRUB command insmod. Note that EFI filesystem drivers can be produced from the GRUB filesystem drivers - see GitHub: EfiFs - EFI File System Drivers.

                    Further reading:
                    StackOverflow: GRUB2 and a custom File System
                    OS DEv.org WIki: Writing GRUB Modules
                    GitHub: koverstree/bcachefs-tools: bcachefs fusemount hangs on file write #171

                    Comment

                    • kpedersen
                      Senior Member
                      • Jul 2012
                      • 2726

                      #20
                      I'm sure the Red Hat "leeches" will benefit from Oracle's hard work for free, right avis?

                      Comment

                      Working...
                      X