%general-entities; ]> Making the Temporary System Bootable Silo boot, configuring This is for the configuration of silo, similar to what is in bootscripts. cat > ${CLFS}/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 = /tools/boot/vmlinuz-clfs-&linux-version;-&linux-version2; label = linux # End /etc/silo.conf EOF If you already have Silo installed on your target system, you do not need to reinstall it. Silo is just a chain loader and has no bearing on the system build. After you get the build copied to the system that it will boot from, you will need to issue the following command: silo -f