Difference between revisions of "CentOS 7.x Fedora Live USB creator"
From Notes_Wiki
m |
m |
||
Line 1: | Line 1: | ||
[[Main Page|Home]] > [[CentOS]] > [[CentOS 7.x]] > [[CentOS 7.x Desktop tools or applications|Desktop tools or applications]] > [[CentOS 7.x Fedora Live USB creator]] | |||
To create live bootable USB using iso in CentOS 7.x use: | To create live bootable USB using iso in CentOS 7.x use: | ||
Line 28: | Line 27: | ||
[[Main Page|Home]] > [[CentOS]] > [[CentOS 7.x]] > [[CentOS 7.x Desktop tools or applications|Desktop tools or applications]] > [[CentOS 7.x Fedora Live USB creator]] |
Revision as of 09:53, 25 August 2022
Home > CentOS > CentOS 7.x > Desktop tools or applications > CentOS 7.x Fedora Live USB creator
To create live bootable USB using iso in CentOS 7.x use:
- Install required packages
- yum -y install unetbootin liveusb-creator
- Start "Fedora live usb creator" ('liveusb-creator') GUI program
- Click on button under download fedora label and select desired ISO. Name of appropriate ISO selected would be displayed on log screen.
- *Validate* that correct device eg /dev/sdb1 is selected and not internal disks.
- Choose "Overwrite device" dd method after *ensuring* no useful data on pen drive.
- Click "Create Live USB" twice to confirm about removing existing data and proceeding.
Live CD tools
If the above fails to recognize USB device then try:
- yum -y install livecd-tools
- Then create liveusb using following command:
- livecd-iso-to-disk --format --reset-mbr --efi <iso-file> <device-name>
- After this run "Fedora live usb creator" and it should show the USB device. Now use "Fedora live usb creator" to create proper bootable device with "dd" destructive overwrite option.
Refer:
Home > CentOS > CentOS 7.x > Desktop tools or applications > CentOS 7.x Fedora Live USB creator