7.12. GRUB-2.00

The GRUB package contains the GRand Unified Bootloader.

7.12.1. Installation of GRUB

[Note]

Note

If you would like use a different bootloader than this one you can go to the following link for alterative bootloaders and the instructions to use them. http://trac.cross-lfs.org/wiki/bootloaders

Prepare GRUB for compilation:

./configure --prefix=/tools \
    --build=${CLFS_HOST} --host=${CLFS_TARGET} \
    --sysconfdir=/etc --disable-werror

Compile the package:

make

Install the package:

make DESTDIR=${CLFS} install

Details on this package are located in Section 10.62.3, “Contents of GRUB.”