Announcement

Collapse
No announcement yet.

Mageia 3 Released, Still Using Legacy GRUB

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

  • #11
    Downloaded and will be making the switch from Ubuntu tonight. I really like the philosophies of this distro. Community focus, extremly open including finacial reports, and a non-profit organisation. What more could you ask for.

    Comment


    • #12
      I agree that Grub2 can be hard to use, but I think that's the fault of distributions not making it possible to turn off the automatic grub.cfg generator script and allowing you to edit yourself. I've run Grub2 on Debian/Ubuntu and on Gentoo, and I think Grub2 is much less of a burden to use on Gentoo than on Debian/Ubuntu because it doesn't overwrite your configuration unless you tell it to.

      Here's my grub.cfg file:
      Code:
      menuentry "Gentoo" {
              set root=(hd0,1)
              linux /boot/gentoo-kernel root=/dev/sda1 init=/usr/bin/systemd
      }
      
      menuentry "Windows" {
              set root=(hd0,2)
              chainloader +1
      }
      Nice and simple.

      I think Grub2, within itself, is easier (not simpler) to use than Grub Legacy, but distributions make it more complicated than it has to be.

      Comment


      • #13
        Mageia is so 2000

        Comment


        • #14
          Only the Live ISOs cannot use Grub2.

          Grub2 is available as an option in the DVD installer version of Mageia 3:

          One major bug still affects installation from any live iso. Workaround would be to install with grub and install grub2 after first boot.

          Grub2 can now be selected during classic installer and may be installed to the MBR or, if a partition is selected then grub2's core.img (kernel) is written to /boot/grub2/i386-pc/core.img. This allows for multi-booting from either grub legacy or grub2. (see /usr/share/doc/grub2/README.Mageia. For chainloading it is possible to force the install to a partition boot sector with: grub2-install --force /dev/sdxy which uses blocklists, however this is NOT recommended.

          Grub2 is now integrated into drakboot and the bootloader may be changed using this utility, however the menu cannot yet be customized from drakboot. There is a standalone utility in the repositories (grub-customizer), which may be used if it is felt necessary to modify the grub2 menu manually. Alternatively there are native grub2 options for manually adding to the menus. (see /usr/share/doc/grub2/README.Mageia)
          Mageia is nice, way better than Mandriva. I'd rank it in the same vein as OpenSUSE for the following reasons:

          - Reasonably up-to-date packages (version differs by about +-0.1 or +-0.0.1 from the latest upstream
          - Reasonably recent kernel (usually just a 0.1 release slower although I prefer to roll my own from kernel.org)
          - 32bit glibc, libstdc++ and X libraries are already preloaded; no having to dig around for them like with Fedora and the Debian-based distributions.

          What i truly, truly cannot stand about Mageia is the urpmi package manager. Rpmdrake always insists that it has to restart itself to resolve some updated dependencies so the GUI tool is out of the question. And urpmi is so inflexible with queries that if you don't have the full perfect package namestring to query it will always return nothing.
          Last edited by Sonadow; 19 May 2013, 11:08 PM.

          Comment


          • #15
            Originally posted by Alex Sarmiento View Post
            Mageia is so 2000
            You do realise that this distro was started at the end of 2010.

            Comment


            • #16
              Originally posted by Vax456 View Post
              I agree that Grub2 can be hard to use, but I think that's the fault of distributions not making it possible to turn off the automatic grub.cfg generator script and allowing you to edit yourself. I've run Grub2 on Debian/Ubuntu and on Gentoo, and I think Grub2 is much less of a burden to use on Gentoo than on Debian/Ubuntu because it doesn't overwrite your configuration unless you tell it to.
              Yes, that's nice and simple. Distros provide a bit of control, like parameters in files in "/etc/sysconfig" (or a particular distro's equivalent), but I can't be arsed editing files to get scripts to do the right thing. Might as well just edit grub.cfg if I have to do that.

              I like your grub.cfg file. I suppose it's possible to just forgo the grub-mkconfig in those other distros and just edit it manually all the time. As long as you don't install any more distro kernel packages there shouldn't be anything that automatically runs grub-mkconfig anyway.

              I have Grub 2 in Sabayon on my laptop, and once I built a kernel I just did manual edits since. (Sabayon, at least at the time of my install of the rolling release distro, has an absolutely retarded Grub autoconfig. It INSISTED on using that mount by UUID syntax, even for kernels without an initrd, not even using fstab for guidance. It also buries your custom kernel images in a separate "Advanced" menu. Therefore, I never want to run that again because it causes me to have to do serious editing each time, or the system won't even boot)

              So yes, I suppose that I am directing my hate in the wrong place. It's how the distros are using the autoconfig scripting that gives me the pox.
              Last edited by Grogan; 20 May 2013, 12:39 AM.

              Comment


              • #17
                Originally posted by Sonadow View Post
                What i truly, truly cannot stand about Mageia is the urpmi package manager. Rpmdrake always insists that it has to restart itself to resolve some updated dependencies so the GUI tool is out of the question. And urpmi is so inflexible with queries that if you don't have the full perfect package namestring to query it will always return nothing.
                Yea, the GUI tool is kind of limited and slow. But for searching, you're doing it wrong, you are supposed to use urpmf: http://www.linuxcertif.com/man/8/urpmf/en/

                Comment


                • #18
                  lol

                  Originally posted by timothyja View Post
                  You do realise that this distro was started at the end of 2010.
                  You do realise your lack of humour...

                  Comment


                  • #19
                    Originally posted by Redi44 View Post
                    You do realise your lack of humour...
                    No because it wasnt funny.

                    Comment


                    • #20
                      Originally posted by phoronix View Post
                      Phoronix: Mageia 3 Released, Still Using Legacy GRUB
                      Thumbs up!

                      Grub2 is a hate spot for me so I'll be letting off some steam:

                      Maybe GRUB2 supports EFI partitions and whatsnot. Yes, okay. But it S U C K S !
                      In grub1 I can install a new kernel within 30 seconds. nano /boot/grub/grub.conf Ctrl-K a few lines and Ctrl-U and then just modify the bzImage filename and check boot parameters when you use new features in the kernel. Change default (kernel to boot) value if you like. I can do that in 30 seconds.
                      And I do that often. (Gentoo)

                      Grub2 requires me to read manuals, to fiddle around in /etc (WTF has a bootloader to do in f*cking /etc anyway?!!11oneoneeleven), it uses XML style for configs and uses a bazillion of files. Then you have to run update-grub or some other script to make it actually valid and being transferred into the /boot partition. Because you shalt not edit grub.conf directly.

                      I admit that for some setups it might be okay to be so complex and I honor the new support of filesystems or other stuff but I really hate that it would waste so much time if I'd use it. Also I absolutely do NOT need any graphical bootloader. plain text 80x25, the fastest and most failsafe option that has ever been on earth. Also naming schemes... some things now start with 1 instead of 0 while others still start to count at 0. Why?
                      Stop TCPA, stupid software patents and corrupt politicians!

                      Comment

                      Working...
                      X