GRUB 2.02 Has Many Features, Might Hit Ubuntu 14.04
Collapse
X
-
I always knew GRUB was the "everything including the kitchen sink" bootloader, but even with that in mind, I boggled at this entry in the changelog:
Code:* Morse code output using system speaker
Leave a comment:
-
-
hmm the uboot functionality intrigues me, but I'm not entirely sure how that works. Does that mean you need a uEnv to boot to grub, or, are you able to completely place grub over uboot? Because I would love to get rid of uboot - it is so poorly documented and inconsistent.
ARM in general needs a serious overhaul in the booting department. It's an inconvenient mess.
Leave a comment:
-
-
One of the interesting issues with GRUB is that if you boot into Windows (from GRUB) you can't run the Windows Backup program.
Leave a comment:
-
-
I used to really hate Grub2, but I've learned to just make sure the grub autoconfig never happens (e.g. don't install kernel updates from distro repos... I always build my own anyway) and just stick to manual edits. I usually have to manually correct things anyway when grub-mkconfig gets run.
I've recently installed Mint on /dev/sda (where an old Gentoo install used to be) for a good distro to play with Steam. I was planning on installing LILO to fix that (which I prefer because it's simple, filesystem agnostic and has no choice but to work AND I'm stubborn) but I decided not to fight it. Really Grub is better for me anyway, because when I do a new kernel in my Slackware setup I don't have to reboot to the other OS or chroot to run the lilo command. I only need to change a few characters in grub.cfg.
I don't like change.
Leave a comment:
-
-
I moved some time ago to syslinux - much simpler - just KISS, like the grub 1.
Leave a comment:
-
-
Grub is like a mini os, it has filesystem drivers like the Linux kernel and lots of other features. Interestingly when you use UEFI you can use much simpler bootloaders (or even none) as long as you store the kernel (+initrd if needed) into the efi fat partition. If you don't like that you of course need bootloaders which can access the filesystem to load the kernel or whatever. The grub config files support a scripting language similar to shell scripts, you can dynamically create menu entries, very interesting features...
Leave a comment:
-
Leave a comment: