%general-entities; ]> Making the LFS System Bootable Silo configuring Create a silo.conf file defining silo's boot menu: cat > /etc/silo.conf << "EOF" # Begin /etc/silo.conf partition = 1 # Boot partition (= root partition) root = /dev/sda1 # Root partition timeout = 150 # Wait 15 seconds before booting the default section image = /boot/lfskernel-&linux-version; label = linux # End /etc/silo.conf EOF Now to make Silo bootable: silo -f