On Wednesday, August 26, 2015 3:10:55 PM James wrote:
> James <wireless <at> tampabay.rr.com> writes:
> 
> 
> > So on one particular (openrc) system, I have no interest in grub-2
> > or any other bootloaders. I see grub is both grub 1 and grub 2.
> 
> So some vintage installs/upgrades got me thinking. What does Grub-2
> offer that grub-1 does not. I cannot think of anything that I need
> from Grub-2 not mbr, nor efi board booting. Not dual/multi booting
> as grub-1 excels on that, and not on drives larger than 2 T.
> 
> 
> So what is the (hardware scenario)  where grub-2 and it's problems
> are superior to grub-1?  I'm having trouble thinking of that
> situation.......?
> 
> 
> James

This may not be complete and some of these may be possible to some extent with 
legacy grub:

1. Grub Legacy is 32-bit only, so you need 32-bit libraries or use grub-
static. Grub2 is portable, even beyond Intel architectures.
2. Grub2 has been rewritten to be modular. Instead of Grub's stages model it 
uses a core image and a bunch of modules.
3. EFI support without chainloading or other hacks.
4. Better filesystem support. Including loopback devices.
5. Graphics and theming support.
6. Grub2's config file (the one it tells you not to edit manually) is 
scriptable 
using a shell-like script language.
7. Password support for each entry.


-- 
Fernando Rodriguez

Reply via email to