
Use the command fdisk -l to list disk devices and identify the correct USB device to use. Where /dev/xxxx is the USB device, and yyyy.iso is a Red Hat Enterprise Linux installation image. Swap Magic 3. The Slide Card, a small plastic device, is designed to open your PS2 while a disc is spinning so you can swap out games. Using the ISO to create a Bootable USB DriveĪlternatively, to create bootable USB installation media, write the ISO image to the USB device using the dd utility.Įxample: ~]# dd if=yyyy.iso of=/dev/xxxx status=progress Swap Magic removes the need for modchips by working in tandem with a Slide Card. If the iso image is larger than that, then a single-layer, dual-sided (9.5GB), dual-layered, single-sided (7.5GB) or BluRay DVD (25GB) will need to be used to hold the iso image. Since we added this software to our catalog in 2011, it has reached 834,395 installations, and last week it achieved 34 downloads.

NOTE: A standard single-layer, single-sided DVD can hold up to 4.7GB. Use the command cdrecord -devices to list disc-writing devices and identify the correct device to use. To create (burn) a CD or DVD, write the ISO to the disc on command line using the cdrecord utility.Įxample: ~]# cdrecord -v -dev='/dev/xxxx' yyyy.iso

Prerequisiteĭownload the ISO installation image as described in Downloading the installation ISO image. This article describes how to create a Red Hat Enterprise Linux installation CD, DVD, or USB.
