Many newer, smaller laptops that are available these days no longer have an optical drive (i.e. a CD / DVD drive), so the easiest option to install Fedora on a new machine is to use a USB storage device. Fedora distributes two main types of images that allow you to install the live image ISO (approximately 1GB in size), and the install image ISO (approximately 4GB in size). When you boot into the live image, it provides a full Fedora experience so you can try it out, and then install. The install image boots straight into the installer, allowing you to install that way.
This short guide will help show you how to create a bootable USB media for Fedora by using the GNOME Disks utility provided in Fedora and other common Linux distributions.
Copying to USB with GNOME Disks GUI
- Insert your USB Drive, open up GNOME Disks, and choose the USB drive you just inserted from the list of disks on the left-hand side. In this example, the USB drive I inserted is the 8GB Lexar JC Firefly.
Choosing the USB drive
- In the Volumes section in the main section, under the blue partition box, press the square icon to unmount the partition (in this case, the USB drive has a FAT32 partition).
The square button unmounts the partition
- Now that the partition is unmounted, click the button with the gears on it in the top-right corner of the window and choose Restore Disk Image. Note that you will be prompted for root / superuser privileges at this step.
“Restore Disk Image…”
- Next, choose the DVD install ISO you want to copy over, And choose the “Start Restoring…” button.
Start restoring the ISO
- The image will now be copied to your USB drive. When the progress bar completes, you will be done! Eject the drive, and you will be all set!
Wait for restore, then eject
Adam Williamson
“Note that this process will not work for the Fedora Live image. Use the Fedora Live USB Creator for that.”
This is incorrect. The described process will work fine for the live image, and is in fact much preferred to using Live USB Creator.
It would also be a good idea to link to https://fedoraproject.org/wiki/How_to_create_and_use_Live_USB , which has details and instructions for OSes other than Linux (and desktops other than GNOME).
Rick James
Nope, doesn’t work on *ANY* of my machines. Either hangs/locks up, or prints following error message on screen:
isolinux.bin missing or corrupt.
Strike blah,blah.blah.
Kyle Reid
I’ve been wondering for a while where I can order a few pen drives branded with the Fedora logo like the one in the article summary image. Would you happen to know who I would need to talk to to get my hands on some?
Rick James
You most likely can’t. They’ll cost too much in the very small numbers you’re talking about to produce. That image of the usb drive looks more like a cut and paste job or some other kind of altered image.
Matthew Miller
You’re right that they’re probably too expensive in small numbers, but the image is real. We give these away at conferences — so, Kyle, that’s probably your best bet. We’ll be at SouthEast Linux Fest and Texas Linux Fest, both later this month.
Kyle Reid
Ah, good to know. Thanks you two!
Sanyam Khurana
Any conferences which would be held in India?
Please let me know.
Karthik
#dd if= of=/dev/ bs=4k
this command would work for any kind of image
Paul W. Frields
I’m guessing you were trying to use < and > in your comment and they got stripped by the HTML rendering — so something like “dd if=<image-file> of=/dev/<disk-device> bs=4k”. To make the angle brackets work, you have to enter them like < and >.
lekegf
I didn’t know it could be so easy writing a iso image in an usb drive using gnome’s Disk. Worked like a charm, thank you.
Justin W. Flory
Glad you found the article useful!