2.2.1. Making Installation USB Media On Linux
2.2.1. Making Installation USB Media On Linux
2.2.1. Making Installation USB Media On Linux
Note the name of the connected device - in the above example, it is sdb.
2. Log in as root:
$ su -
If the command displays no output, you can proceed with the next step. However, if the
command does provide output, it means that the device was automatically mounted and
you must unmount it before proceeding. A sample output will look similar to the
following:
# findmnt /dev/sdb
TARGET
SOURCE
FSTYPE
OPTIONS
Note the TARGET column. Next, use the umount target command to unmount the
device:
# umount /mnt/iso
4. Use the dd command to write the installation ISO image directly to the USB device:
# dd if=/path/to/image.iso of=/dev/device bs=blocksize
Replace /path/to/image.iso with the full path to the ISO image file you
downloaded, device with the device name as reported by the dmesgcommand earlier,
and blocksize with a reasonable block size (for example, 512k) to speed up the writing
process. The bs parameter is optional, but it can speed up the process considerably.
IMPORTANT
Make sure to specify the output as the device name (for example, /dev/sda), not as a
name of a partition on the device (for example, /dev/sda1).
For example, if the ISO image is located in /home/testuser/Downloads/rhelserver-7.0x86_64-boot.isoand the detected device name is sdb, the command
will look like the following:
# dd if=/home/testuser/Downloads/rhel-server-7.0x86_64-boot.iso
of=/dev/sdb bs=512k
5. Wait for dd to finish writing the image to the device. Note that no progress bar is
displayed; the data transfer is finished when the #prompt appears again. After the
prompt is displayed, log out from the root account and unplug the USB drive.
The USB drive is now ready to be used as a boot device. You can continue
with Chapter 5, Booting the Installation on AMD64 and Intel 64 Systems on AMD64 and
Intel 64 systems or Chapter 10, Booting the Installation on IBM Power Systems on IBM
Power Systems servers.
Search
OpenID Login
Preferences
Help/Guide
About Trac
CGit
Wiki
Timeline
Roadmap
Browse Source
View Tickets
Search
wiki:WikiStart
Start Page
Index
History
liveusb-creator
The liveusb-creator is a cross-platform tool for easily installing live operating systems on
to USB flash drives.
Features
Testimonials
"As a non-Linux person, Live-USB Creator has improved the
quality of my life measurably!" --Dr. Arthur B. Hunkins
Download
Warning: There are virus-infected copies of the Windows liveusb-creator floating around
various download sites on the internet. Only download the Windows liveusb-creator from
this page!
Windows
Linux
For Fedora, simply use Add/Remove? software and search for liveusb-creator and install
it or do
# yum install liveusb-creator
Source
Latest News
2014-11-26 :: v3.13.1
Support a new destructive mode that uses dd to copy the iso directly to the
device. This method tends to be more reliable, and requireshybrid ISOs, which
Fedora have been producing for a long time.
Added a new --dd command-line option
DVD iso support with the 'Overwrite device' method
Improved UI layout (807)
Added AppData metadata (github#12)
The --calculcate-liveos-checksum now works on Linux
Fixed mbr.bin path for Arch Linux (github#818)
Fixed the code that automatically populates the available releases
(rhbz#1096460)
Switched to use polkit on Linux instead of consolehelper for authentication
Translation updates
Improved error handling
2013-10-17 :: v3.12.0
https://lists.fedorahosted.org/pipermail/liveusb-creator/2013October/000387.html
2013-04-30 :: v3.11.8
Press
Screenshots
Problems?
Development
Authors
Luke Macken
Kushal Das
Forks
Plain Text