[ << ]
[ < ]
[ Home ]
[ > ]
[ >> ]
10. Configuring the Bootloader
Content:
10.a. Installing PALO
On the PA-RISC platform, the boot loader is called palo. You may need to
emerge it on your machine first.
Code Listing 1.1: Installing palo |
# emerge palo
|
You can find the configuration file in /etc/palo.conf. Here is a
sample configuration:
Code Listing 1.2: /etc/palo.conf example |
--commandline=2/kernel-3.4.9-gentoo root=/dev/sda4
--recoverykernel=/vmlinux.old
--init-partitioned=/dev/sda
|
The first line tells palo the location of the kernel and which boot parameters
it must use. 2/kernel-3.4.9-gentoo means the kernel named
/kernel-3.4.9-gentoo resides on the second partition. Beware, the
path to the kernel is relative to the boot partition, not to the root
partition.
The second line indicates which recovery kernel to use. If it is your
first install and you do not have a recovery kernel, please comment this
out. The third line indicates on which disk palo will reside.
When configuration is done, just run palo.
Code Listing 1.3: Applying the PALO configuration |
# palo
|
Now continue with Rebooting the System.
10.b. Rebooting the System
Exit the chrooted environment and unmount all mounted partitions. Then type in
that one magical command you have been waiting for: reboot.
Code Listing 2.1: Exiting the chroot, unmounting all partitions and rebooting |
# exit
cdimage ~# cd
cdimage ~# umount -l /mnt/gentoo/dev{/shm,/pts,}
cdimage ~# umount -l /mnt/gentoo{/boot,/proc,}
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 Finalizing your Gentoo Installation.
[ << ]
[ < ]
[ Home ]
[ > ]
[ >> ]
The contents of this document, unless otherwise expressly stated, are licensed under the CC-BY-SA-2.5 license. The Gentoo Name and Logo Usage Guidelines apply.
|