Net Install via Ventoy media

Using openSUSE-Tumbleweed-NET-x86_64-Snapshot20240801-Media.iso

I got to a screen where it asked me to download something due to a “Selected Repository.” After the download completed, it changed to a black screen with no text, no cursor, nothing at all. No input would do anything, and CTRL+ALT+DEL restarted the system.

Since it uses ventoy, the installation medium cannot be modified, as it’s just an ISO image being loaded to RAM, and thus the download will not persist through a restart. How do I go about installing OpenSUSE Tumbleweed via the net install in this way? My specifications are:

  • AMD Ryzen 5 5600X
  • ASUS TUF Gaming B550-PLUS Motherboard
  • EVGA GeForce RTX 3060 XC
  • 64 GB of Mushkin RAM

An openSUSE .iso on a Ventory-equipped device often fails to work as expected. Try burning to a stick directly, without interposing Ventoy.

Adding nomodeset kernel parameter may be a workaround.

Just tried that now, here are the images one post at a time, since new users can only embed one image in each post.

This is the message that appears for when it wants me to download/etc.

And then it freezes on this:

I tried using Fedora Media Writer (since I’m on Fedora XFCE right now) and using the ISO file with it made the USB Drive not bootable. So please tell me what I have to do.

And xfburn won’t allow me to use the USB Drive:

Fedora media writer locks the USB… run media media writer restore USB and then use other flasher

Which one should I use? Balena can’t read the ISO. (After restoring the drive via fedora media writer, xfburn still can’t find the USB Drive.)

Why not just use dd to write an installation ISO to an USB mass-storage device?

1 Like

Then tell me the full command syntax I should use.

Also, OpenSUSE’s own imagewriter failed to build for everything but OpenSUSE’s own distro: Show SUSE:SUSEStudio / imagewriter - openSUSE Build Service

So it’s not like I can use that.

And unetbootin won’t detect the restored USB Drive. regardless if I mount, then unmount or safely remove and then take it out of the USB Port then plug it back in.
image

Well, read

man dd
dd if=<the path to the ISO file> of=/dev/sd<whatever the letter is that defines your USB device>

And of course you have to fill in the bits that I have put between < and >. Be specially carefull choosing the correct sd? device, or you could write over other disk.

You could add bs=1024 to speed up maybe.

You could also add progress if you are a nervous human being that stares at the screen waiting for something to happen.

This worked. I needed to add nomodeset again though, since it stalled at a black screen after downloading the image/etc. like before.

Afterward, I turned off yast firewall, because I’ve heard it causes issues (Ktorrent wouldn’t download anything, and still doesn’t even after turning it off) and my network printers cannot automatically be detected unlike in arch and fedora unless I completely turn off yast firewall (I added mdns and whatnot to internal like other places said, and it didn’t work.)

I might as well just return to arch at this point. Thanks anyway though.

https://en.opensuse.org/Create_installation_USB_stick

This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.