Michael, On Tuesday, 2025-09-23 16:46:48 +0100, you wrote:
> ... > I've never used unetbootin, but if it just burns an ISO file on a USB device, > then dd which I use frequently should achieve the same, e.g.: > > dd if=my_ISO_file of=/dev/sdc bs=1M conv=fsync status=progress > > where /dev/sdc is the USB device. Neither partitioning nor formatting of the USB stick is required? So the bare minimum (without checksum checking) would be a two lines Shell script running "wget" and "dd" to update the bootable image on my reco- very USB stick? Sincerely, Rainer

