%general-entities; ]> Making the LFS System Bootable GRUB configuring cat > /boot/grub/menu.lst << "EOF" # Begin /boot/grub/menu.lst # By default boot the first menu entry. default 0 # Allow 30 seconds before booting the default. timeout 30 # Use prettier colors. color green/black light-green/black # The first entry is for LFS. title LFS &version; root (hd0,3) kernel /boot/lfskernel-&linux-x86_64-version; root=/dev/hda4 EOF