Now that your kernel is configured and compiled and the necessary system
configuration files are filled in correctly, it is time to install a
program that will fire up your kernel when you start the system. Such a
program is called a
It is now time to install and configure
# emerge --usepkg silo
Now open up your favorite editor (we use
# nano -w /etc/silo.conf
Beneath you find an example
partition = 1# Boot partition root = /dev/hda4# Root partition timeout = 150# Wait 15 seconds before booting the default section image = /boot/kernel-2.4.24 label = linux
If you use the example
If the physical disk on which you want to install SILO (as bootloader) differs
from the physical disk on which
# cp /etc/silo.conf /boot # /sbin/silo -C /boot/silo.conf /boot/silo.conf appears to be valid
Otherwise just run
# /sbin/silo /etc/silo.conf appears to be valid
Now continue with
Exit the chrooted environment and unmount all mounted partitions. Then type in
that one magical command you have been waiting for:
# exit cdimage ~# umount /mnt/gentoo/boot /mnt/gentoo/proc /mnt/gentoo cdimage ~# reboot
Of course, don't forget to remove the bootable CD, otherwise the CD will be booted again instead of your new Gentoo system.
Once rebooted in your Gentoo installation, finish up with