Am Di, Sep 23, 2025 am 12:25:37 -0500 schrieb Dale:
Dr Rainer Woitok wrote:
Greetings,
[snip]
What are others using to create a bootable USB stick?
Sincerely,
Rainer
Someone mentioned this a long time ago on this list. I tried it. It is
awesome. I think it supports a lot of booting methods. I'm not sure if
it will do what you want but if you read about it, it may be that it
does and is a good option for you to try. Here is a link.
https://github.com/ventoy
I also recommend Ventoy, that I find very useful.
That being said, if you just want to create a plain bootable usb stick, I’d use
cat.
cat iso > /dev/sdb
Replacing sdb with your usb stick name, of course.