diff options
Diffstat (limited to 'system/grub2/README')
-rw-r--r-- | system/grub2/README | 19 |
1 files changed, 9 insertions, 10 deletions
diff --git a/system/grub2/README b/system/grub2/README index 0da909c050..f6c5bc832c 100644 --- a/system/grub2/README +++ b/system/grub2/README @@ -1,13 +1,12 @@ -GRUB2 (the GRand Unified Bootloader) +GRUB2 (the GRand Unified Bootloader) is a multiboot boot loader. -GNU GRUB 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 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. - -This requires os-prober, gnu-unifont, and help2man. +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 |