Installation guide
find . | cpio --quiet -c -o | gzip -9 >/tmp/initrd_update.img
5. Copy the file /tmp/initrd_update.img into the directory the holds the target that you want
to use for installation. This directory is placed under the /tftpboot/pxelinux/ directory.
For example, /tftpboot/pxelinux/r5su3/ might hold the PXE target for Red Hat
Enterprise Linux 5.3 Server.
6. Edit the /tftpboot/pxelinux/pxelinux.cfg/default file to include an entry that
includes the initial RAM disk update that you just created, in the following format:
label target-dd
kernel target/vmlinuz
append initrd=target/initrd.img,target/dd.img
Where target is the target that you want to use for installation.
Examp le 13.1. Prep arin g an in it ial RAM d isk u pd at e f ro m a d river u p d at e imag e f ile
In this example, driver_update.iso is a driver update image file that you downloaded from the
Internet to a directory on your PXE server. The target that you want to PXE boot from is located in
/tftpboot/pxelinux/r5su3
At the command line, change to the directory that holds the file and enter the following commands:
$ cp driver_update.iso /tmp/initrd_update/dd.img
$ cd /tmp/initrd_update
$ find . | cpio --quiet -c -o | gzip -9 >/tmp/initrd_update.img
$ cp /tmp/initrd_update.img /tftpboot/pxelinux/r5su3/dd.img
Edit the /tftpboot/pxelinux/pxelinux.cfg/default file and include the following entry:
label r5su3-dd
kernel r5su3/vmlinuz
append initrd=r5su3/initrd.img,r5su3/dd.img
Refer to Section 13.3.5, “ Select a PXE target that includes a driver update” to learn how to use an
initial RAM disk update during installation.
13.3. Performing a driver updat e during inst allat ion
You can perform a driver update during installation in the following ways:
let the installer automatically find a driver update disk.
let the installer prompt you for a driver update.
use a boot option to specify a driver update disk.
use a boot option to specify a driver update image file on a network.
select a PXE target that includes a driver update.
13.3.1. Let t he inst aller aut omat ically find a driver updat e disk
Attach a block device with the filesystem label OEMDRV before starting the installation process. The
Chapt er 1 3. Updat ing drivers during inst allat ion on IBM PO WER syst ems
157