You must create or download a zImage with an initial RAM disk (initrd) that supports booting from NFS and install it.
For Fedora 7, you can download the zImage from the BSC Web site. The full URL is: http://www.bsc.es/projects/deepcomputing/linuxoncell/cellsimulator/sdk3.0/zImage.initrd-2.6.22-5.20070920bsc.
# uname -r
# mkinitrd --with=tg3 --rootfs=nfs --net-dev=eth0 \ --rootdev=<nfs server>:/<path to nfsroot> ~/initrd-<kernel-version>.img \ <kernel-version>This initrd must be created using the Red Hat Enterprise Linux (RHEL) 5.1 kernel.
# mkzimage /boot/vmlinuz-<kernel-version> /boot/config-<kernel-version> \ /boot/System.map-<kernel-version> <initrd> \ /usr/share/ppc64-utils/zImage.stub <zImage>In the command:
# mkzimage /boot/vmlinuz-2.6.18-28.el5 /boot/config-2.6.18-28.el5 \ /boot/System.map-2.6.18-28.el5 /boot/initrd-2.6.18-28.el5.img \ /usr/share/ppc64-utils/zImage.stub /boot/zImage.initrd-2.6.18-28.el5