%general-entities; ]> grub &grub-version;
&grub-url;
GRUB-&grub-version; GRUB <para>The GRUB package contains the GRand Unified Bootloader.</para> <segmentedlist> <segtitle>&buildtime;</segtitle> <segtitle>&diskspace;</segtitle> <seglistitem> <seg>&grub-ch6-sbu;</seg> <seg>&grub-ch6-du;</seg> </seglistitem> </segmentedlist> </sect2> <sect2 role="installation"> <title>Installation of GRUB Prepare GRUB for compilation: ./configure --prefix=/usr \ --sbindir=/sbin \ --sysconfdir=/etc \ --disable-grub-emu-usb \ --disable-efiemu \ --disable-werror The meaning of the new configure options: --disable-werror This allows the build to complete with warnings introduced by more recent Flex versions. --disable-grub-emu-usb --disable-efiemu These options minimize what is built by disabling features and testing programs not needed for LFS. Compile the package: make This package does not come with a test suite. Install the package: make install Using GRUB to make your LFS system bootable will be discussed in . Contents of GRUB Installed programs Installed directories grub-bios-setup, grub-editenv, grub-fstest, grub-install, grub-kbdcomp, grub-menulst2cfg, grub-mkconfig, grub-mkimage, grub-mklayout, grub-mknetdir, grub-mkpasswd-pbkdf2, grub-mkrelpath, grub-mkrescue, grub-mkstandalone, grub-ofpathname, grub-probe, grub-reboot, grub-script-check, grub-set-default, grub-sparc64-setup /usr/lib/grub, /etc/grub.d, /usr/share/grub, /boot/grub Short Descriptions grub-bios-setup Is a helper program for grub-install grub-bios-setup grub-editenv A tool to edit the environment block grub-editenv grub-fstest Tool to debug the filesystem driver grub-fstest grub-install Install GRUB on your drive grub-install grub-kbdcomp Script that converts an xkb layout into one recognized by GRUB grub-kbdcomp grub-menulst2cfg Converts a GRUB Legacy menu.lst into a grub.cfg for use with GRUB 2 grub-menulst2cfg grub-mkconfig Generate a grub config file grub-mkconfig grub-mkimage Make a bootable image of GRUB grub-mkimage grub-mklayout Generates a GRUB keyboard layout file grub-mklayout grub-mknetdir Prepares a GRUB netboot directory grub-mknetdir grub-mkpasswd-pbkdf2 Generates an encrypted PBKDF2 password for use in the boot menu grub-mkpasswd-pbkdf2 grub-mkrelpath Makes a system pathname relative to its root grub-mkrelpath grub-mkrescue Make a bootable image of GRUB suitable for a floppy disk or CDROM/DVD grub-mkrescue grub-mkstandalone Generates a standalone image grub-mkstandalone grub-ofpathname Is a helper program that prints the path of a GRUB device grub-ofpathname grub-probe Probe device information for a given path or device grub-probe grub-reboot Sets the default boot entry for GRUB for the next boot only grub-reboot grub-script-check Checks GRUB configuration script for syntax errors grub-script-check grub-set-default Sets the default boot entry for GRUB grub-set-default grub-sparc64-setup Is a helper program for grub-setup grub-setup