|
Find the `device node` assigned to the drive. In the example below, the drive is given `sdd`.
|
|
$ [command]#dmesg|tail# [288954.686557] usb 2-1.8: New USB device strings: Mfr=0, Product=1, SerialNumber=2 [288954.686559] usb 2-1.8: Product: USB Storage [288954.686562] usb 2-1.8: SerialNumber: 000000009225 [288954.712590] usb-storage 2-1.8:1.0: USB Mass Storage device detected [288954.712687] scsi host6: usb-storage 2-1.8:1.0 [288954.712809] usbcore: registered new interface driver usb-storage [288954.716682] usbcore: registered new interface driver uas [288955.717140] scsi 6:0:0:0: Direct-Access Generic STORAGE DEVICE 9228 PQ: 0 ANSI: 0 [288955.717745] sd 6:0:0:0: Attached scsi generic sg4 type 0 [288961.876382] sd 6:0:0:0: *sdd* Attached SCSI removable disk
|
|
Use the [command]#dd# utility to write the image.
|
|
# dd if=/path/to/Fedora-Live-Security-x86_64-21.iso of=/dev/sdd
|
|
Pay extreme attention to the source (`if=`) and target (`of=`) device. The `dd` command destroys all data on the target device. If you made a mistake, you could lose important data.
|
|
Creating a Boot CD or DVD
|
|
In addition to creating a bootable USB flash drive, you can also use the provided ISO images to create bootable optical media (a CD or DVD). This approach may be necessary when installing {PRODUCT} on an older system which can not boot from USB.
|
|
The exact steps you need to take to burn a bootable CD or DVD from an ISO image will vary depending on what disc burning software you use. This procedure only offers a general overview.
|
|
Insert a blank CD or DVD into your system's CD or DVD burner.
|
|
Open your system's burning software - for example, [application]*Brasero* on {PRODUCT} systems with [application]*GNOME* desktop environment, or [application]*Nero* on Windows systems. In the software's main menu, find an option which lets you burn an ISO image to a disc. For example, in [application]*Brasero*, this option is `Burn image` in the main menu on the left side of the window.
|
|
When prompted, select the ISO image of {PRODUCT} to be burned, and the CD or DVD burner with a blank disc inside (if you have more than one drive).
|
|
Confirm your selection, and wait for the disc to be burned.
|