Package Details: ventoy-bin 1.1.11-4

Git Clone URL: https://aur.archlinux.org/ventoy-bin.git (read-only, click to copy)
Package Base: ventoy-bin
Description: A new bootable USB solution
Upstream URL: http://www.ventoy.net
Keywords: boot image iso multiboot usb
Licenses: GPL-3.0-or-later
Conflicts: ventoy
Provides: ventoy
Submitter: DuckSoft
Maintainer: DuckSoft (KokaKiwi, yochananmarqos, Kr1ss)
Last Packager: yochananmarqos
Votes: 443
Popularity: 15.49
First Submitted: 2020-05-19 06:14 (UTC)
Last Updated: 2026-04-07 14:37 (UTC)

Dependencies (12)

Required by (0)

Sources (9)

Pinned Comments

Latest Comments

1 2 3 4 5 6 .. 19 Next › Last »

LRitzdorf commented on 2026-04-07 02:31 (UTC)

FWIW, this required installing qt5-wayland for the Qt GUI to launch (i.e. ventoygui --qt5). Should this be added as an optional dependency?

Also, the default GTK GUI was only able to connect (to Xwayland) after granting root the ability to do so, via xhost +si:localuser:root. As I understand it, that's an X11 thing, and not one that can be easily addressed by a package like this.

dekart811 commented on 2026-04-06 18:30 (UTC) (edited on 2026-04-06 18:32 (UTC) by dekart811)

I can run it now, but I think there's some messed up path:

sudo ventoy -u /dev/sdf

**********************************************
      Ventoy: 1.1.11  x86_64
      longpanda admin@ventoy.net
      https://www.ventoy.net
**********************************************

./tool/ventoy_lib.sh: line 32: .//var/log/ventoy.log: No such file or directory
./tool/ventoy_lib.sh: line 32: .//var/log/ventoy.log: No such file or directory
./tool/ventoy_lib.sh: line 32: .//var/log/ventoy.log: No such file or directory
./tool/ventoy_lib.sh: line 32: .//var/log/ventoy.log: No such file or directory
./tool/ventoy_lib.sh: line 32: .//var/log/ventoy.log: No such file or directory
./tool/ventoy_lib.sh: line 32: .//var/log/ventoy.log: No such file or directory
Upgrade operation is safe, all the data in the 1st partition (iso files and other) will be unchanged!

./tool/ventoy_lib.sh: line 32:

vtdebug() {
    echo "$*" >> .//var/log/ventoy.log
}

dekart811 commented on 2026-04-06 12:55 (UTC)

When I upgrade from 1.1.10-3 to 1.1.11-1 I get this error when I try to run the ventoy command:

**********************************************
      Ventoy: 1.1.11  x86_64
      longpanda admin@ventoy.net
      https://www.ventoy.net
**********************************************

chmod: cannot access './tool/x86_64': No such file or directory
/bin/bash: ./tool/VentoyWorker.sh: No such file or directory

I noticed those messages during the package building process:

patching file tool/ventoy_lib.sh
Hunk #1 succeeded at 51.
Hmm...  The next patch looks like a unified diff to me...
The text leading up to this was:
--------------------------
|diff -Npur a/Ventoy2Disk.sh b/Ventoy2Disk.sh
|--- a/Ventoy2Disk.sh   2026-04-05 09:27:04.000000000 -0600
|+++ b/Ventoy2Disk.sh   2026-04-05 15:07:54.984878762 -0600
--------------------------
patching file Ventoy2Disk.sh
Hunk #1 succeeded at 33.
Hmm...  The next patch looks like a unified diff to me...
The text leading up to this was:
--------------------------
|diff -Npur a/VentoyPlugson.sh b/VentoyPlugson.sh
|--- a/VentoyPlugson.sh 2026-04-05 09:27:04.000000000 -0600
|+++ b/VentoyPlugson.sh 2026-04-05 15:19:54.589215270 -0600
--------------------------
patching file VentoyPlugson.sh
Hunk #1 succeeded at 34.
Hmm...  The next patch looks like a unified diff to me...
The text leading up to this was:
--------------------------
|diff -Npur a/VentoyWeb.sh b/VentoyWeb.sh
|--- a/VentoyWeb.sh     2026-04-05 09:27:04.000000000 -0600
|+++ b/VentoyWeb.sh     2026-04-05 15:19:54.589425110 -0600
--------------------------
patching file VentoyWeb.sh
Hunk #1 succeeded at 15.
Hunk #2 succeeded at 79.
done

So it seems to me like some patch files might me outdated. When I downgrade the package back to 1.1.10-3 everything runs fine, I'm using regular Arch Linux.

Piroro-hs commented on 2026-02-22 10:18 (UTC) (edited on 2026-02-22 10:19 (UTC) by Piroro-hs)

parted is required as a runtime dependency to create new partitions.

aragon123 commented on 2025-12-27 15:04 (UTC)

I needed to install the exfat-utils for the mkexfatfs binary. This should probably be added as a runtime dependency.

yochananmarqos commented on 2025-12-21 18:58 (UTC)

@nursoda: Fixed.

nursoda commented on 2025-12-21 18:55 (UTC) (edited on 2025-12-22 12:16 (UTC) by nursoda)

yay yields:

1  aur/ventoy-bin  1.1.09-1 -> 1.1.10-1
…
~/.cache/yay/ventoy-bin/src/ventoy-1.1.10
Hmm...  Looks like a unified diff to me...
can't find file to patch at input line 11
…

Edit: Fine in 1.1.10-2, thanks!

<deleted-account> commented on 2025-12-05 07:50 (UTC)

edit: it is fixed now with the version 1.1.10-1. no need to apply the following workaround.

if it crashes while starting on gnome, you need to edit ventoy.desktop with a text editor which is inside usr/share/applications. Your "Exec" line should look like this: Exec=env GDK_BACKEND=x11 ventoygui

ryanbarillos commented on 2025-10-22 10:10 (UTC)

@yochananmarqos

Thanks for those 2 points! And I've also updated my last comment to reflect the desired text formatting.

yochananmarqos commented on 2025-10-20 16:22 (UTC) (edited on 2025-10-20 16:22 (UTC) by yochananmarqos)

@ryanbarillos: See https://github.com/ventoy/Ventoy/issues/3375

In the future, please use proper formatting to make it easier to read:

```

text here

```