Yes, I was about to mention that this thing may happen.

So, try dd program :)

this is what you need:
sudo dd if=/path/to/image.iso of=/dev/sdX bs=8M;sync
where image.iso is your fedora[someting].iso, or how are they named. And /dev/sdX is the name of your device. One of the ways to find it out is to run this command: `lsblk`

Have fun!


Reply via email to