Package Details: ventoy-bin 1.0.95-1

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: GPL3
Conflicts: ventoy
Provides: ventoy
Submitter: DuckSoft
Maintainer: DuckSoft (KokaKiwi, yochananmarqos, Kr1ss)
Last Packager: yochananmarqos
Votes: 288
Popularity: 12.40
First Submitted: 2020-05-19 06:14 (UTC)
Last Updated: 2023-08-23 14:35 (UTC)

Pinned Comments

Latest Comments

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

Antiz commented on 2023-06-23 15:13 (UTC) (edited on 2023-06-23 15:15 (UTC) by Antiz)

v1.0.92 was retired by upstream because of a critical bug, which makes this package broken for now.
Hopefully upstream will release a new fixed version soon, otherwise I'm afraid it might be epoch time?

EDIT: Upstream just released a fixed v1.0.93 :)

ron2138 commented on 2023-04-17 21:40 (UTC) (edited on 2023-04-18 15:28 (UTC) by ron2138)

Replying to zerophrase comment from 2023-03-18 04:56 (UTC)

Quoting 1st item of Ventoy FAQ:

It should be specially noted that, no matter USB drive or local disk, all the data will be lost after install Ventoy, please be very careful.

zerophase commented on 2023-03-18 04:56 (UTC)

If I use this on a thumb drive does it format the entire disk? I have one with data partition, and a boot partition. I don't want to lose the latter.

yochananmarqos commented on 2023-02-26 18:39 (UTC)

@friday13: Only ventoy-bin existed when the Ventoy wiki article was last updated. The ventoy package builds from source and is technically still a WIP.

friday13 commented on 2023-02-26 16:22 (UTC)

Hi @yochananmarqos, The documentation recommends the bin package, is there any difference between the two? apart from using git?

https://wiki.archlinux.org/title/Ventoy

Toolybird commented on 2023-02-17 20:13 (UTC) (edited on 2023-02-17 20:22 (UTC) by Toolybird)

Hi folks, I've managed to get a (mostly) built-from-source version working https://aur.archlinux.org/packages/ventoy. Please check it out and feel free to provide some feedback.

yochananmarqos commented on 2022-10-25 20:41 (UTC)

@papa33: It's a warning, not an error. It has nothing to do with this package.

papa33 commented on 2022-10-25 20:16 (UTC)

Error message with last version (1.0.81-1):

sudo ventoy -u /dev/sdc
egrep: warning: egrep is obsolescent; using grep -E
egrep: warning: egrep is obsolescent; using grep -E

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

grep: warning: stray \ before -
Upgrade operation is safe, all the data in the 1st partition (iso files and other) will be unchanged!

LRitzdorf commented on 2022-08-29 23:22 (UTC) (edited on 2022-09-02 21:23 (UTC) by LRitzdorf)

The issue described in https://aur.archlinux.org/packages/ventoy-bin#comment-853351 seems to have returned in commit 5a73d68. Due to the use of exec, polkit throws a "Refusing to render service to dead parents" error when ventoygui is run from the CLI with a launcher like dex, and when opened using dmenu/rofi, this error isn't even shown to the user. I've tested @q234rty's solution (removing the exec calls), and the desktop shortcut works as expected again. EDIT: Thanks for the quick fix!