SlackBuildsOrg/system/grub2
ponce 7283ec7d0b system/grub2: Updated for version 2.00.
This commit also adds a patch for initrd.gz autodetection
and basic instructions to the README.

Signed-off-by: Robby Workman <rworkman@slackbuilds.org>
2012-08-21 08:55:30 -05:00
..
doinst.sh system/grub2: Minor bug fix. 2012-02-11 21:19:29 -06:00
etc.default.grub system/grub2: Updated for version 1.99. 2011-07-14 21:54:05 -03:00
grub2.info system/grub2: Updated for version 2.00. 2012-08-21 08:55:30 -05:00
grub2.SlackBuild system/grub2: Updated for version 2.00. 2012-08-21 08:55:30 -05:00
initrd_naming.patch system/grub2: Updated for version 2.00. 2012-08-21 08:55:30 -05:00
README system/grub2: Updated for version 2.00. 2012-08-21 08:55:30 -05:00
slack-desc system/grub2: Updated for version 1.99. 2011-07-14 21:54:05 -03:00

GRUB2 (the GRand Unified Bootloader) is a multiboot boot loader.

If you want to set the size of gfxterm font, then specify 
FONT_SIZE=size in the build options.  The default size is 19.

If you want to install grub2 on GPT, you need to put a BIOS boot 
partition on GPT.  To install it in the MBR replacing lilo, generate 
a config file in /boot/grub and launch grub-install, e.g.

mkdir /boot/grub
grub-mkconfig -o /boot/grub/grub.cfg
grub-install /dev/sda