Was just Googling around if I forgot anything about using dd for creating a bootable, and behold:
You can even create a bootable USB stick with cp
(it seems much more straightforward for me than dd
or a GUI):
sudo cp path/to/ISO /dev/sdX
Also:
That was really new to me. Together with progress
unix.stackexchange.com/a/301329/87264 it shows progress, too
Source: AskUbuntu
Well, truly useful ... let's see ...!