this post was submitted on 10 May 2024
2 points (62.5% liked)

Linux

47948 readers
2398 users here now

From Wikipedia, the free encyclopedia

Linux is a family of open source Unix-like operating systems based on the Linux kernel, an operating system kernel first released on September 17, 1991 by Linus Torvalds. Linux is typically packaged in a Linux distribution (or distro for short).

Distributions include the Linux kernel and supporting system software and libraries, many of which are provided by the GNU Project. Many Linux distributions use the word "Linux" in their name, but the Free Software Foundation uses the name GNU/Linux to emphasize the importance of GNU software, causing some controversy.

Rules

Related Communities

Community icon by Alpár-Etele Méder, licensed under CC BY 3.0

founded 5 years ago
MODERATORS
 

So i downloaded opensuse iso on my pendrive with ventoy, but during installation I'm getting errors due to not matching 5SMD code or smh like that, is there a any way to install system to get a fixed iso?

top 16 comments
sorted by: hot top controversial new old
[–] MyNameIsRichard@lemmy.ml 8 points 5 months ago (1 children)

The openSUSE Wiki says not to use ventoy as it can cause boot issues.

[–] Lambda606@lemmy.world 1 points 5 months ago (2 children)

Im receiving "load kernel first" during installation debian 12 so that's not opensuse only error

[–] Para_lyzed@lemmy.world 2 points 5 months ago

Then it may be a Ventoy thing, or even just a bad flash drive

[–] bigmclargehuge@lemmy.world 1 points 5 months ago

Ventoy is hit and miss in my experience. Verify the MD5Sum and flash the iso directly to the drive.

[–] lemmyreader@lemmy.ml 4 points 5 months ago

Did you do a sha256sum or md5sum checksum after downloading the iso file and after copying it to the Ventoy pendrive ? (Linux uses caching for copying. Taking the pendrive out before your system has done a "safe remove" can cause problems)

[–] KISSmyOSFeddit@lemmy.world 4 points 5 months ago (1 children)

you disconnected the pen drive too early and you didn't unmount it first. Common issue with ventoy. Just delete the ISO from the ventoy folder, copy it inside again and wait 5 minutes, then unmount the pen drive, and don't disconnect it before it's successfully unmounted.

[–] Lambda606@lemmy.world 1 points 5 months ago (1 children)
[–] KISSmyOSFeddit@lemmy.world 2 points 5 months ago

Then re-download it and check the MD5 code before you copy it to the pen drive.
What site are you downloading from?
Or maybe your pendrive is faulty.

[–] bloodfart@lemmy.ml 4 points 5 months ago

Ventoy is great! Except that it doesn’t fucking work!

Just write your iso to a normal little usb with sd or whatever the distro recommends.

My ventoy keyring has a few extra usbs on it for this exact problem. I just boot something that will work with ventoy and use dd to make one of the extras into whatever it needs to be.

[–] Para_lyzed@lemmy.world 3 points 5 months ago

Did you check the MD5sum? If you did (and it actually matches), try using a different media creator. You can use something like Rufus or Fedora Media Writer (yes, you can install non-Fedora ISOs with it, the only extra feature it has is that it will automatically download Fedora ISOs you want). If other media creation tools don't work, try a different flash drive, as that's the next most likely issue.

[–] kuneho@lemmy.world 2 points 5 months ago* (last edited 5 months ago) (1 children)

Download the image again and/or try a different pendrive, different hole on computer.

Check MD5 sums of downloaded ISO if they provide you a sum on the webpage

[–] Lambda606@lemmy.world 1 points 5 months ago (1 children)
[–] kuneho@lemmy.world 1 points 5 months ago

is your hdd/ssd healthy?

[–] NeoNachtwaechter@lemmy.world 1 points 5 months ago (1 children)

There are different ways to make an ISO bootable on a pendrive.

With each ISO they tell you with which tool you should do it, usually.

So, if it's not "ventoy", then it is another tool.

[–] Bitrot@lemmy.sdf.org 2 points 5 months ago (1 children)

Pretty much no iso will tell you to use Ventoy, Ventoy directly boots isos. It is not writing a usb like most tools do.

[–] NeoNachtwaechter@lemmy.world 1 points 5 months ago

Ok, I didn't know that.

Pretty easy to imagine that most system installers would not work that way.