Sorry if this comes through twice. I thought I’d posted it earlier but it’s not showing up anywhere…
Today I downloaded the iso file to create an OpenSuse Live USB stick. Last year I’d created one (for Zorin linux) using a creation tool called UUI (Universal USB installer). UUI does offer OpenSuse as one of its options but the finished USB stick only had a few files and folders. So I followed the OpenSuse recommendation and switched to using balenaEtcher. But balenaEtcher seems to have created an empty (unformatted) USB stick. balenaEtcher even verified the OpenSuse stick and reckoned it was okay!!
The file I downloaded is called openSUSE-Tumbleweed-GNOME-Live-i686-Snapshot20220708-Media.iso
As a warning: I do not know about these so called “life” ISOs, but with a normal installation ISO, I just copy it byte for byte to the USB device. That gives me a bootable USB mass storage device. In my case for installation, but I think when it is bootable, it can also start a “life” system.
Also for new linux users who do not have that much experience with commandline and stuff…there is a good wiki about how to dump an ISO to a stick. If you have already another Opensuse installation, the easisest way for you would be to use Imagewriter. https://en.opensuse.org/Create_installation_USB_stick
I guess I could boot into Zorin linux and give that a try - though in the past, I’ve tended to find that simply copying files over to a USB stick doesn’t make it bootable.
Another question… does it look like I’ve downloaded the correct iso file? It seems strange that balenaEtcher and UUI both failed to make it work.
I wonder why you ask here. You got two advices, one for the CLI and one for the GUI, that will do the byte for byte copy. One advice is based on openSUSE document where the link is given.
When you nevertheless want to use other methods, that is up to you, but please do not expect much help from people here when using other distributions. Many of them may not even have heard of them.
No, no - I’m only using Zorin for comparison purposes. Since my last post I’ve managed to install Zorin on a spare USB drive (twice) using both my old installer (UUI) and also with balenaEtcher.
So I’m guessing there’s something wrong with the openSuse image I downloaded - **openSUSE-Tumbleweed-GNOME-Live-i686-Snapshot20220708-Media.iso
**I’m just trying to find out if I’ve maybe downloaded the wrong iso file.
DO NOT USE special installer software since this often modifies the ISO image. This is not needed for openSUSE the iso is completely ready to run without change I use cp. Any change will likely break it. Simply do a clean binary copy to the USB device (note not a partition direct to the device)
I use cp many use dd but any program the does an unmodified binary copy works. Special “installer” programs are not needed.
That is useless. The dd (or cp) will overwrite the device from the beginning. Anything that is on there will be overwritten. And that includes partition table, file systems, whatever.