| Welcome, Guest |
You have to register before you can post on our site.
|
| Online Users |
There are currently 213 online users. » 0 Member(s) | 209 Guest(s) Baidu, Bing, Google, Yandex
|
| Latest Threads |
Running Out of Disk Space...
Forum: Ventoy Discussion Forum
Last Post: jakolodziej
4 hours ago
» Replies: 14
» Views: 979
|
Confusing instruction
Forum: Ventoy Discussion Forum
Last Post: nimareq
4 hours ago
» Replies: 0
» Views: 28
|
CachyOS vDisk (vtoyboot) ...
Forum: Ventoy Discussion Forum
Last Post: alain81
05-08-2026, 01:25 PM
» Replies: 0
» Views: 169
|
Persistence not working w...
Forum: Ventoy Discussion Forum
Last Post: petergb
05-08-2026, 10:47 AM
» Replies: 2
» Views: 305
|
Resolution issue on Windo...
Forum: Ventoy Discussion Forum
Last Post: pete
04-28-2026, 01:38 AM
» Replies: 10
» Views: 17,580
|
- Add a "Quality of Life"...
Forum: Ventoy Discussion Forum
Last Post: crasadure
04-24-2026, 03:57 PM
» Replies: 0
» Views: 487
|
Problem with Vantoy and a...
Forum: Ventoy Discussion Forum
Last Post: capitainealbator
04-24-2026, 07:51 AM
» Replies: 3
» Views: 682
|
problems installing windo...
Forum: iVentoy Discussion Forum
Last Post: roy
04-23-2026, 12:36 PM
» Replies: 1
» Views: 1,448
|
Ventoy enroll key manager...
Forum: Ventoy Discussion Forum
Last Post: MBSTech
04-22-2026, 03:23 PM
» Replies: 33
» Views: 103,135
|
iVentoy 1.0.27 release
Forum: iVentoy Discussion Forum
Last Post: longpanda
04-21-2026, 12:33 AM
» Replies: 0
» Views: 391
|
|
|
| VentoyPlugson_X64.exe 无法启动 |
|
Posted by: le45tx1m - 03-01-2023, 02:53 AM - Forum: Ventoy Plugin Forum
- Replies (1)
|
 |
Window 11 系统下 VentoyPlugson.exe 可以正常打开,64位的 VentoyPlugson_X64.exe 双击没有反应
(03-01-2023, 02:53 AM)le45tx1m Wrote: Window 11 系统下 VentoyPlugson.exe 可以正常打开,64位的 VentoyPlugson_X64.exe 双击没有反应 准确的说,是双击 VentoyPlugson_X64.exe 后生成 VentoyPlugson.log 就退出了,没有报告任何异常,通过浏览器手动访问 log 日志里的 127.0.0.1:24681 也打不开配置页面
换回 VentoyPlugson.exe 正常,那么 VentoyPlugson_X64.exe 有啥用?
|
|
|
| mod Ventoy Menu Tip Plugin(Design ventoy 1.0.86) |
|
Posted by: AlexBryansk - 02-26-2023, 08:50 PM - Forum: Ventoy Plugin Forum
- Replies (11)
|
 |
1. I present the changes in the plugin "menu_tip". Now "tip" can display messages with a length of 4000 English characters. Which is equivalent for many languages to about 2000 national symbols.
Screenshot of the ventoy.json file.
a)Added new parameters to the theme file theme.txt
menu-tip-width: "33%" // label width - any number
menu-tip-align: "right" // right, left, center
b)The spelling was corrected in ventoy.json : The "tip" parameter is written in one line. If you need to forcibly transfer a string (analogous to "Enter") when it is displayed in ventoy, insert the tilde symbol "~" into the text.
2. It is also now possible to transfer text in the "label" component.
Set the TIP_WIDTH parameter.
Example:
Code: + hbox{
left = 2%
top = 60%
+ label {text = "@VTOY_HOTKEY_TIP@" color = "white" align = "left" TIP_WIDTH = "38%"}
}
Screenshot of the result of item 1 and item2
3. "tip" can be added for the menu item set manually in the file "grub.cfg".
a) It is necessary to set "vt_tip_dir_id" any name, in the example "/message_1"
b) Add the "id" string to the submenu: "--id="DIR_" _VTIP_${ventoy_brower_tip}"
c) Set the "dir" parameter in the "menu_tip" plugin: "/message_1", the same as in paragraph a)
Example:
Code: vt_tip_dir_id /message_1
submenu " ventoy browser" --class iconFM --id="DIR_" _VTIP_${ventoy_brower_tip}{
unset timeout
set VTOY_MENU_TIP_ENABLE=0
vt_browser_disk
}
Screenshot of the result of item 3
ventoy-mod_1.0.86-linux.tar.gz ventoy-mod_1.0.86-windows.zip ventoy-mod_1.0.86-livecd.iso
|
|
|
| Bricked USB drive after Windows install |
|
Posted by: TaktischerSpeck - 02-21-2023, 02:36 PM - Forum: Ventoy Discussion Forum
- Replies (1)
|
 |
Hey,
I installed multiple Linux Computers with my ventoy drive, but it seems like that a Windows 11 install bricked my drive.
So the Stick does get recognized, but as if it has no storage at all.
I tried diskpart and clean, it also does not show up with storage under Linux.
Any idea what happen or what i can do?
Thanks Vincent
|
|
|
| Unable to mount ventoy partition |
|
Posted by: Heffgé - 02-20-2023, 03:24 PM - Forum: Ventoy Plugin Forum
- Replies (11)
|
 |
Hi,
Ventoy partition on my USB stick can't be mounted by Linux (Mint Cinnamon) despite VENTOY_LINUX_REMOUNT added to my json file.
It has been reported here that VENTOY_LINUX_REMOUNT has to be added too in control_legacy and in control_uefi but that has no effect, regardless boot type, UEFI or legacy.
I noticed too that menu language stays english even when modifying it.
My json file includes a persistence section and that works fine but may be there's something wrong in the control section. Here is my file :
Code: {
"control": [
{
"VTOY_LINUX_REMOUNT": "1"
},
{
"VTOY_MENU_LANGUAGE": "fr_FR"
}
],
"control_legacy": [
{
"VTOY_LINUX_REMOUNT": "1"
},
{
"VTOY_MENU_LANGUAGE": "fr_FR"
}
],
"control_uefi": [
{
"VTOY_LINUX_REMOUNT": "1"
},
{
"VTOY_MENU_LANGUAGE": "fr_FR"
}
],
"persistence": [
{
"image": "/Fichiers ISO/Linux Mint Cinnamon/linuxmint-20.3-cinnamon-64bit.iso",
"backend": [
"/Persistence/Linux Mint Cinnamon/persistence_ext4_1GB_casper-rw.dat"
]
}
]
}
Thanking you in advance for any suggestion.
FG
|
|
|
| MBR/GPT same flash drive |
|
Posted by: karitas - 02-15-2023, 11:56 AM - Forum: Ventoy Discussion Forum
- Replies (2)
|
 |
Hi,
I have to install Windows 10 Pro N in multiple system but they have multiple partition scheme. It's possible to using one flash drive for MBR and GPT systems? and put every ISO files on that to boot on multiple partition scheme.
Thanks
|
|
|
|