On 2025-09-25, Dr Rainer Woitok <[email protected]> wrote: > 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.
I don't usually use the 'conv=fsync', but it's good practice. Instead, I got into the habit of doing an 'eject' on the device before I pull it out of the USB socket. I should switch to using conv=fsync. > Neither partitioning nor formatting of the USB stick is required? No, not for any .iso image or USB stick I've ever used. > 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? I've never used anything other than 'dd' for writing .iso images to flash drives. I never understood why anybody ever thought they needed to write/use an app for that task. -- Grant

