| Welcome, Guest |
You have to register before you can post on our site.
|
| Online Users |
There are currently 374 online users. » 0 Member(s) | 369 Guest(s) Baidu, Bing, DuckDuckGo, Google, Yandex
|
| Latest Threads |
Proxmox 8.4.x rdinit=vtoy...
Forum: Ventoy Discussion Forum
Last Post: Couch_Potato
07-22-2026, 11:15 PM
» Replies: 0
» Views: 137
|
VENTOY Resize Partition
Forum: Ventoy Discussion Forum
Last Post: HyeonSeok
07-22-2026, 05:23 PM
» Replies: 1
» Views: 171
|
Plugson installation - no...
Forum: Ventoy Plugin Forum
Last Post: Themotte
07-20-2026, 06:27 PM
» Replies: 3
» Views: 485
|
安装Ventoy后U盘的Windows下面识别及其...
Forum: Ventoy Discussion Forum
Last Post: lain
07-10-2026, 08:04 AM
» Replies: 3
» Views: 3,582
|
[iPXE 2.0.0 regression] P...
Forum: iVentoy Discussion Forum
Last Post: matmus06
07-06-2026, 12:18 PM
» Replies: 2
» Views: 455
|
Auto Memdisk Plugin
Forum: Ventoy Discussion Forum
Last Post: jlsupremo
07-01-2026, 01:16 PM
» Replies: 2
» Views: 720
|
[SOLVED] iVentoy 1.0.36 -...
Forum: iVentoy Discussion Forum
Last Post: longpanda
07-01-2026, 10:05 AM
» Replies: 4
» Views: 1,054
|
Using ks script issues
Forum: iVentoy Discussion Forum
Last Post: longpanda
06-29-2026, 02:40 PM
» Replies: 2
» Views: 450
|
Comparison of Iventoy and...
Forum: iVentoy Discussion Forum
Last Post: crasadure
06-28-2026, 02:08 PM
» Replies: 7
» Views: 2,537
|
Ventoy Plugson bug
Forum: Ventoy Plugin Forum
Last Post: VadimChoi
06-25-2026, 03:38 PM
» Replies: 5
» Views: 1,071
|
|
|
| need help with persistence |
|
Posted by: PrimeDew - 02-06-2022, 05:10 AM - Forum: Ventoy Plugin Forum
- Replies (5)
|
 |
need help with setting up persistence for kali linux....i have been trying for few days.... can someone share their json file or tell me how to set it up after copying and setting up the ext4 persistence file...thanx in advance
|
|
|
| Acronis Rescue Media CD does not boot with Standard setting |
|
Posted by: Mosed - 02-03-2022, 04:48 PM - Forum: Ventoy Discussion Forum
- Replies (11)
|
 |
Hello,
I created an Acronis Rescue Media CD with the Rescue Media Builder with Standard settings (Win PE - Windows recovery environment). When I boot the ISO there is only the promt "press any key to boot from CD/DVD" and then it jumps back to the boot loader.
Afterwards I created the Acronis Rescue Media CD with setting "Win PE - Windows 8, Windows 8.1 Windows 10" which is created with Windows ADK and this can be bootet via Ventoy.
Tested with Windows 10 as OS.
Had someone else also this problem? Can this be perhaps solved? I guess other people will only recognize that the ISO does not boot and try another USB Boot media creation tool.
|
|
|
| Design ventoy (support for setting different backgrounds for different folders). |
|
Posted by: AlexBryansk - 02-02-2022, 08:40 PM - Forum: Ventoy Discussion Forum
- Replies (21)
|
 |
google translate:
In the video,https://disk.yandex.ru/i/4y6jChViAZXNvA , ventoy is installed on an external SSD disk with a capacity of 256GB. 8 themes are used:
- main menu,
- external menu(launching ventoy_grub.cfg),
- file manager (the idea and the main part of the code is nguyen ha thai trong, the author of the topics on the forum "grubfm_ventoyfm iso" and "ventoyfm1062")
- directory antivirus "/ISO/Antivirus"
- directory Windows Installation disks "/ISO/Install windows"
- directory linux Live-cd "/ISO/linux"
- directory the loaders "/ISO/multiboot"
- directory working with HDD,ssd,flash disks "/ISO/sistem utilit"
The difference from the original ventoy is only in adding code to the grub.conf file.
Native auto-search for files in { "VTOY_DEFAULT_SEARCH_ROOT": "/ventoymenu" }, but this folder is empty and therefore will not be displayed in the main menu.
The second Auto-search is carried out by the built-in file manager. Launching iso, img files... carried out by ventoy. Launching text files
with the cat command. In the file manager mode, not all iso, img files are launched from partitions other than hd0,1.
But these files are not launched from these places by other programs - a1ive/grub2-filemanager and nguyentumine/AIO-Boot.
Disadvantage and a big request to help:
Icons, aliases, themes... added manually:
for example, I have
Code: if regexp '^\b.*[kK][rR][dD].*$' "${name_icon}"; then
set icon="Kaspersky";
elif regexp '^\b.*[dD][rR][wW][eE][bB].*$' "${name_icon}"; then
set icon="drweb";
elif regexp '^\b.*[eE][sS][eE][tT].*$' "${name_icon}"; then
set icon="eset";
elif regexp '^\b.*[aA][vV][iI][rR][aA].*$' "${name_icon}"; then
set icon="avira";
....
in the ventoy.json file
Code: "menu_class": [
{
"key": "krd",
"class": "Kaspersky"
},
{
"key": "drweb",
"class": "drweb"
},
{
"key": "eset",
"class": "eset"
},
{
"key": "avira",
"class": "avira"
},
....
1. Therefore, the request is how to extract data from the ventoy.json file from the terminal (in the grub.conf file).
Maybe longpanda has some kind of function.
2. Or how to run a binary file. The analog in the linux terminal is ./path/file_name
3. How to transfer data from the grub.conf file to the label component file theme.txt .
An analogue of "menu_tip" in the file ventoy.json or +label {text = "@VTOY_HOTKEY_TIP@"... in the file theme.txt .
For example, launching Kaspersky Rescue Disk antivirus
(press "Ctrl+r" - "GRUB2 Mode" will be displayed at the bottom, in the center of the screen and ... that's it :) then start.)
|
|
|
| WindowsPE - load necessary driver during boot |
|
Posted by: Nierewa - 01-27-2022, 12:23 PM - Forum: Ventoy Discussion Forum
- Replies (6)
|
 |
If I start Win7PE.iso from ventoy, all seems ok.
But the USB Stick isn't mount because USB driver issues during boot.
I tried injection plugin but it fails. So the injection isn't the right thing here because the USB stick isn't mounted.
How can I solve the problem?
Maybe with DUD (Driver Update Disk) Plugin? Or maybe with unattend.xml?
Does anyone have a solution or an idea?
|
|
|
|