Chapter 7. Updating drivers during installation on Intel and AMD systems
82
3. Rename the driver update image file to
dd.img
.
4. At the command line, change into the
/tmp/initrd_update
directory, type the following
command, and press
Enter
:
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.
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 r5su3dd
kernel r5su3/vmlinuz
append initrd=r5su3/initrd.img,r5su3/dd.img
Example 7.1. Preparing an initial RAM disk update from a driver update image file
Refer to
Section 7.3.5, “Select a PXE target that includes a driver update”
to learn how to use an initial
RAM disk update during installation.
7.3. Performing a driver update during installation
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.
Summary of Contents for ENTERPRISE LINUX 5 - VIRTUAL SERVER ADMINISTRATION
Page 12: ...xii ...
Page 20: ......
Page 30: ...12 ...
Page 32: ...14 ...
Page 82: ...64 ...
Page 106: ...88 ...
Page 122: ...104 ...
Page 124: ...106 ...
Page 126: ......
Page 132: ...114 ...
Page 168: ...150 ...
Page 182: ...164 ...
Page 192: ...174 ...
Page 194: ......
Page 236: ...218 ...
Page 238: ...220 ...
Page 270: ......
Page 274: ...256 ...
Page 278: ...260 ...
Page 292: ...274 ...
Page 294: ......
Page 300: ...282 ...
Page 304: ......
Page 316: ...298 ...
Page 370: ...352 ...
Page 384: ...366 ...
Page 385: ...Part VII Appendix ...
Page 386: ......