Kood: |
Command Line alternative
1. Download the desired .iso file
2. Open a terminal and insert your flash media
3.
Look at the output of dmesg | tail -20 to determine the device node assigned to your flash media (e.g. /dev/sdb)
4.
Run sudo umount /dev/device/node
5.
Run sudo dd if=/path/to/downloaded.iso of=/dev/device/node bs=1M
6. Remove your flash media when the command completes |