This is Gentoo's testing wiki. It is a non-operational environment and its textual content is outdated.
Please visit our production wiki at https://wiki.gentoo.org
手册:HPPA/安装/配置系统引导程序Bootloader
HPPA Handbook |
---|
安装 |
关于安装 |
选择安装媒介 |
配置网络 |
准备磁盘 |
安装stage3 |
安装基本系统 |
配置Linux内核 |
配置系统 |
安装系统工具 |
配置系统引导程序Bootloader |
收尾安装工作 |
使用Gentoo |
Portage介绍 |
USE标记 |
Portage功能特性 |
初始化脚本(Initscript)系统 |
环境变量 |
使用Portage |
文件和目录 |
变量 |
混合使用不同的软件分支 |
额外的工具 |
定制Portage树 |
高级特性 |
网络配置 |
入门 |
高级配置 |
模块化网络 |
无线 |
添加功能 |
动态管理 |
Installing PALO
On the PA-RISC platform, the boot loader is called palo. First merge this bootloader to the system:
root #
emerge --ask sys-boot/palo
The configuration file will be found at /etc/palo.conf. Below is a sample configuration:
/etc/palo.conf
Simple PALO configuration example--commandline=2/kernel-3.16.5-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. The string 2/kernel-3.16.5-gentoo
means the kernel named /kernel-3.16.5-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 the first install and there is no recovery kernel (yet), please comment this out. The third line indicates on which disk palo will reside.
When configuration is done, simply run the palo command:
root #
palo
重启系统
退出chroot环境并unmount全部已持载分区。然后敲入一条有魔力的命令来初始化最终的、真实的测试:reboot。
root #
exit
cdimage ~#
cd
cdimage ~#
umount -l /mnt/gentoo/dev{/shm,/pts,}
cdimage ~#
umount -R /mnt/gentoo
cdimage ~#
reboot
当然,别忘了移除可引导CD,否则可能再次从CD启动,而不是新的Gentoo系统。
当重启进全新安装的Gentoo环境,继续完成结束Gentoo安装。