How to create CD, DVD, or USB media to install Red Hat Enterprise Linux
This article describes how to create a Red Hat Enterprise Linux installation CD, DVD, or USB.
Prerequisite
Download the ISO installation image as described in Downloading Red Hat Enterprise Linux in the Installation Guide.
Using the ISO to Create a Bootable DVD
To create (burn) a CD or DVD, write the ISO to the disc on command line using the cdrecord utility.
Example:
[root@host ~]# cdrecord -v -dev='/dev/xxxx' yyyy.iso
Where /dev/xxxx is the USB device, and yyyy.iso is a Red Hat Enterprise Linux installation image. Use the command cdrecord --devices to list disc-writing devices and identify the correct device to use.
Using the ISO to create a Bootable USB Drive
Alternatively, to create bootable USB installation media, write the ISO image to the USB device using the dd utility.
Example:
[root@host ~]# dd if=yyyy.iso of=/dev/xxxx
Where /dev/xxxx is the USB device, and yyyy.iso is a Red Hat Enterprise Linux installation image. Use the command fdisk -l to list disk devices and identify the correct USB device to use.
Additional Resources
- For more information about installing Red Hat Enterprise Linux, see the documentation:
- After installing Red Hat Enterprise Linux, see the following for more information:
