175
submitted 2 years ago by jorge@feddit.cl to c/linux@lemmy.ml
top 50 comments
sorted by: hot top new old
[-] Gormadt@lemmy.blahaj.zone 99 points 2 years ago

Personally I use Ventoy

Basically I can just throw a whole bunch of ISOs on a USB drive and when I boot it it brings me to a menu to pick which one I want to boot

It's freaking great

I've got various windows ISOs and Linux distros just living on a 64GB flash drive

[-] billwashere@lemmy.world 15 points 2 years ago* (last edited 2 years ago)

Yeah totally go with Ventoy. I had an external device that basically did the same thing but it was a pain in the ass. Little screen and you pick an iso on the drive and it simulated a CD rom. Ventoy is so much simpler. My only complaint is there isn’t an installer that works on a Mac so I have to use Windows. But other than that it’s awesome.

[-] CosmicTurtle0@lemmy.dbzer0.com 8 points 2 years ago

It must have gotten better than the last time I tried to use Ventoy. Maybe 5 years ago? It kept complaining that the USB drive I was using was bad when it worked completely fine with other tools.

[-] Gormadt@lemmy.blahaj.zone 5 points 2 years ago

It has gotten a lot better over the years

That was basically my first experience with it as well also about 5 years ago

Nowadays it works like a dream come true for every OS I've thrown on the drive

load more comments (2 replies)
load more comments (2 replies)
[-] SnotFlickerman@lemmy.blahaj.zone 42 points 2 years ago* (last edited 2 years ago)

Any "How To" that doesn't just use Rufus isn't worth the page its text is rendered on. Rufus can do Linux boot disks, but is indispensable for Windows boot disk utilities. It's one of the only ways I know of to make a Windows ToGo installation (equivalent of a Linux Live USB), which I used to install Windows on a friends SD card for their Steam Deck so they can dual-boot.

https://rufus.ie/en/

If you're looking to make a Linux boot USB from Linux itself, BalenaEtcher is probably a better bet since Rufus is Windows-only.

https://github.com/balena-io/etcher

I've noticed there's tons of how-to's for making a bootable disk on Windows, hardly any for Linux. Perhaps we ought to remedy that?

[-] yo_scottie_oh@lemmy.ml 40 points 2 years ago
[-] 30p87@feddit.de 4 points 2 years ago

Arch currently doesn't work with it :c

[-] traches@sh.itjust.works 8 points 2 years ago

It doesn’t? Been a month or two since I updated the ISO but I’ve never had a problem

load more comments (1 replies)
load more comments (2 replies)
[-] Successful_Try543@feddit.de 32 points 2 years ago* (last edited 2 years ago)

For Linux you don't need a GUI tool, most how tos just dd the ISO onto the USB medium, e.g.

sudo dd if=<file> of=<device> bs=16M status=progress oflag=sync

like described in the Debian FAQs

[-] SnotFlickerman@lemmy.blahaj.zone 26 points 2 years ago

Man, Google really does suck now. It feels nearly impossible to get something like a how-to deep in the Debian FAQs to come up, as it mostly surfaces this auto-generated SEO crap for How To's.

Very cool, I'd assumed there was a simple command line set of commands, just was failing to find it. Thanks.

[-] s38b35M5@lemmy.world 15 points 2 years ago

Man, Google really does suck now. It feels nearly impossible to get something like a how-to deep in the Debian FAQs to come up, as it mostly surfaces this auto-generated SEO crap

By design. The longer you're Googling, the more ads they can sell.

...Ben Gomes – a long-tenured googler who helped define the company during its best years – lost a fight with Prabhakar Raghavan, a computer scientist turned manager whose tactic for increasing the number of search queries (and thus the number of ads the company could show to searchers) was to decrease the quality of search. That way, searchers would have to spend more time on Google before they found what they were looking for.

[-] SnotFlickerman@lemmy.blahaj.zone 6 points 2 years ago

Oh I know, I posted Zitron's article here on Lemmy myself just the other day lmao. Part of why it's on my mind.

[-] s38b35M5@lemmy.world 4 points 2 years ago

Worst timeline? Could be...

[-] orsetto@lemmy.dbzer0.com 9 points 2 years ago

I don't remember where, but i read that this method only works because linux distributors "abuse" the ISO format to allow this. If I remember right, it's not possible to use this ISOs on regular disks

Of course the command you provided is right and it's what I use, it's just a fun fact

[-] Successful_Try543@feddit.de 7 points 2 years ago* (last edited 2 years ago)

Yes and no, it's the other way round. The ISOs often are hybrid images which you can burn onto a CD/DVD or dd onto a USB pen drive. Until approximately 10-15 years ago, if I remember correctly, the distributed Linux ISOs where standard not hybrid images, thus you always needed some other program to create bootable USB media.

[-] wildbus8979@sh.itjust.works 5 points 2 years ago* (last edited 2 years ago)

If you want to create fully custom boot images the command debootstick is pretty cool too!

It's essentially a wrapper for debootstrap that creates bootable images. It can create both live and installer images.

qemu-debootstrap is also super useful if you want to customize and image for a different architecture (for example building custom RPi images).

[-] SnotFlickerman@lemmy.blahaj.zone 3 points 2 years ago* (last edited 2 years ago)

qrmu-debootstrap is also super useful if you want to customize and image for a different architecture (for example building custom RPi images).

Super useful information, thanks!

EDIT: Is this anything like the isorespinner.sh? I've previously used that to get Linux on an RCA Cambio W101 because it needed a fancy ISO since it has a 32-bit bootloader and a 64-bit CPU.

[-] wildbus8979@sh.itjust.works 3 points 2 years ago* (last edited 2 years ago)

I believe the script you are talking about repackages an existing iso. Debootstick builds one from scratch by pulling all the necessary packages from the repository.

For the underlying process of creating this image it uses debootstrap which is the standard Debian way of creating a full system installation (minus the whole bootloader and iso shenanigans). Debootstick allows most options from debootstrap (aka selecting a distro, release, mirror, extra packages, etc).

[-] traches@sh.itjust.works 9 points 2 years ago

‘dd if=image.iso of=/dev/do_not_fuck_this_up bs=4M’ is a complete tutorial

[-] Pattyice@lemmy.ml 9 points 2 years ago

some distros have it built into it like Mint I was able to create a bookable drive of also mint

[-] SnotFlickerman@lemmy.blahaj.zone 4 points 2 years ago

Neat, I wasn't aware of that for Mint.

load more comments (1 replies)
load more comments (6 replies)
[-] cygnus@lemmy.ca 31 points 2 years ago

Uh yeah OK, I doubt anyone in c/linux didn't know how to do this already

[-] Fidel_Cashflow@lemmy.ml 21 points 2 years ago

I will say, as someone who has been looking for a simple way to install Linux on my Windows desktop at home, this is incredibly useful. Doubly so as I'm not very experienced with installing OS's and Linux can look very intimidating to an outsider looking in!

[-] cygnus@lemmy.ca 11 points 2 years ago* (last edited 2 years ago)

I stand corrected then - welcome aboard! Linux is much easier to get into now than even just 5 years ago.

load more comments (3 replies)
[-] floofloof@lemmy.ca 10 points 2 years ago

ZDNet content is 100% worthless these days.

[-] jjlinux@lemmy.ml 7 points 2 years ago

Has been for a few years now.

[-] Red_sun_in_the_sky@lemmy.ml 23 points 2 years ago* (last edited 2 years ago)

I use Rufus. It just works.

[-] the_crotch@sh.itjust.works 8 points 2 years ago

And, more importantly, works on windows. I'd imagine windows users are the target audience for a "how to make a Linux USB" walkthrough.

load more comments (2 replies)
[-] someonesmall@lemmy.ml 20 points 2 years ago* (last edited 2 years ago)

If you're already on linux there is no need to install special tools. Simply copy the iso directly to the USB device.

dd if=distribution.iso of=/dev/sdX bs=1M && sync

[-] gr3q@lemmy.ml 9 points 2 years ago* (last edited 2 years ago)

You can do the same with cp too. Also safer.

But I use Ventoy nowadays.

[-] Krtek@feddit.de 6 points 2 years ago

oflag=sync also works instead of && sync. Might as well drop a status=progress in there too

load more comments (1 replies)
[-] rotopenguin@infosec.pub 9 points 2 years ago

I would like to install a distro on a USB stick, without it doing something stupid to my internal drive's EFI.

load more comments (3 replies)
[-] the_crotch@sh.itjust.works 7 points 2 years ago

Unetbootin huh? Something tells me people capable of running a Linux-only application know how to make a Linux installer USB.

[-] Hule@lemmy.world 8 points 2 years ago

Unetbootin runs on Windows too..

also Mac

load more comments (1 replies)
[-] boredsquirrel@slrpnk.net 6 points 2 years ago

No shit I think flashing ISOs is now fine that we have Impression, Fedora Media writer und the KDE Usb flash tool.

But how the hell do you install Tails? May have to do that again, but last times it was never bootable.

[-] azvasKvklenko@sh.itjust.works 5 points 2 years ago

Unetbootin in 2024? Jeez, just use Belena Etcher for single ISO, or dd if you are already on Linux (it should work on Mac as well) or Ventoy for simply folder of your bootable isos

load more comments
view more: next ›
this post was submitted on 01 May 2024
175 points (92.3% liked)

Linux

67395 readers
906 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 7 years ago
MODERATORS