boot.iso
that is available at the same location as the images of the Red Hat Enterprise Linux 6 installation DVD — refer to Chapter 1, Obtaining Red Hat Enterprise Linux.
boot.iso
to a blank CD or DVD using the same procedure detailed in Section 2.1, “Making an installation DVD” for the installation disc, or transfer the boot.iso
file to a USB device with the dd command as detailed in Section 2.2, “Preparing a USB flash drive as an installation source”. As the boot.iso
file is only around 200 MB in size, you do not need an especially large USB flash drive.
linux askmethod
option to boot the installer from DVD and continue installation from a different installation source — refer to Section 3.5, “Selecting an Installation Method”.
efidisk.img
file in the images/
directory on the Red Hat Enterprise Linux 6 installation DVD to produce a bootable USB flash drive for UEFI-based systems.
su -
mkdir /mnt/dvdiso
mount DVD.iso
/mnt/dvdiso -o loop
DVD.iso
is the name of the ISO image file, for example RHEL6-Server-x86_64-DVD.iso
.
efidisk.img
from the ISO image file to your USB flash drive:
dd if=/mnt/dvdiso/images/efidisk.img of=/dev/device_name
dd if=/mnt/dvdiso/images/efidisk.img of=/dev/sdc
umount /mnt/dvdiso