images/ directory of this disc. These images behave differently according to your system hardware:
yaboot, automatically boots the 64-bit installer.
images/iSeries directory of the installation tree.
load-base variable to load files at a high address such as 32MiB instead of the default 4MiB:
setenv load-base 0x2000000
boot cd: /images/netboot/ppc32.img
boot eth ppc32.img
boot-device and boot-file environment variables appropriately, to load yaboot from the /boot partition. For example, a default installation might require the following:
setenv boot-device hd:0 setenv boot-file /yaboot/yaboot setenv auto-boot? true
ppc64.img netboot image. After the installation, you will need to manually configure the firmware to load the installed kernel and initrd from the /boot partition.
images/netboot/ directory of the installation tree. They are intended for network booting with TFTP, but can be used in many ways.
yaboot loader supports TFTP booting for IBM pSeries and Apple Macintosh. The Fedora Project encourages the use of yaboot over the netboot images.
mkzimage command is no longer supplied, you can use the wrapper script from the kernel-bootwrapper package:
wrapper -i initrd-${KERN_VERSION}.img -o zImage-${KERN_VERSION}.img vmlinuz-${KERN_VERSION}