this post was submitted on 16 Aug 2025
20 points (88.5% liked)

Linux

57549 readers
930 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 6 years ago
MODERATORS
 

to install a fresh debian 13.0 I know ventoy. Do you use something else? why?

can I use gparted on ventoy to resize partitions on a notbook?

top 11 comments
sorted by: hot top controversial new old
[–] MonkderVierte@lemmy.zip 3 points 5 days ago

??

# cp /path/distro.iso /dev/stick you mean that?

[–] ikidd@lemmy.world 2 points 4 days ago

OK, does Ventoy now include tools of some sort and not just a way to boot ISOs? Because as far as I know, it just boots LiveUSB images you place on it. If one of those happens to have partitioning tools, you're using the tools included in that distro.

[–] monovergent@lemmy.ml 4 points 5 days ago

glim is like Ventoy, but built on GRUB with much cleaner code and no blobs. Doesn't work with as many ISOs though.

Any way you boot it, gparted should work just fine from a live ISO.

If you're just testing things out, Ventoy should be fine. If you want full assurance nothing fishy is going on when installing, do it the old way and dd the image to the USB.

[–] darkan15@lemmy.world 7 points 6 days ago

can I use gparted on ventoy to resize partitions on a notbook?

Yes, you can use the gparted ISO on ventoy or any other live ISO that has gparted to resize partitions.

[–] OhVenus_Baby@lemmy.ml 1 points 5 days ago

Multi writer, KDE writer, Rufus, Mint stick. Take your pick depending on distro.

[–] Sina@beehaw.org 1 points 5 days ago

You use ventoy to boot into a live linux iso and then run gparted to resize, though there is a chance you have to do a non persisting install of gparted first.

[–] frongt@lemmy.zip 3 points 6 days ago

You would be better served by asking questions in the existing post, instead of starting multiple new ones. Besides, these questions were already answered.

[–] haerrii@feddit.org 2 points 6 days ago (1 children)

I've used a solution in the past looking like this:

/dev /sdb1 EFI

/dev/sdb2 FAT

put grub on the efi partition, and let it chainload any iso I choose from sdb2

[–] A_norny_mousse@feddit.org 2 points 5 days ago* (last edited 5 days ago)

Please don't "hardcode" the drive specifier (sdb in this case) when you give advice. It is not necessarily the one OP wants to wrtite to. I usually write /dev/sdX.

[–] A_norny_mousse@feddit.org 2 points 6 days ago* (last edited 6 days ago) (1 children)

You do not need ventoy (or any other toy) to install Linux on your computer.

Why not just write to USB directly?

cp debian.iso /dev/sdX

I'm sure this is one of the alternatives recommended by Debian itself, where you get the .iso.

[–] Quibblekrust@thelemmy.club 0 points 5 days ago

Why not just write to USB directly?

cp debian.iso /dev/sdX

Because one single character typo and you just wiped out your system drive or some secondary HDD. It's much safer to use a tool like Etcher.