Welcome, Guest |
You have to register before you can post on our site.
|
Forum Statistics |
» Members: 13,356
» Latest member: MSK61
» Forum threads: 1,660
» Forum posts: 6,687
Full Statistics
|
Online Users |
There are currently 368 online users. » 0 Member(s) | 366 Guest(s) Bing, Google
|
Latest Threads |
Is it possible to display...
Forum: Ventoy Plugin Forum
Last Post: vtFred
7 hours ago
» Replies: 0
» Views: 27
|
Marking up an NTFS or exF...
Forum: Ventoy Discussion Forum
Last Post: Steve2926
08-03-2025, 07:55 AM
» Replies: 1
» Views: 348
|
Subdirectories in Part 1 ...
Forum: Ventoy Discussion Forum
Last Post: VentoyMic
08-02-2025, 04:18 PM
» Replies: 1
» Views: 272
|
还是希望能有支持国芯架构的安排吧。
Forum: Ventoy Discussion Forum
Last Post: lizhuojian
08-02-2025, 01:55 PM
» Replies: 2
» Views: 1,955
|
Ventoy enroll key manager...
Forum: Ventoy Discussion Forum
Last Post: GlenTech83
08-01-2025, 01:11 PM
» Replies: 27
» Views: 39,839
|
Failure to boot into USB ...
Forum: Ventoy Discussion Forum
Last Post: BKPB
07-31-2025, 03:45 PM
» Replies: 4
» Views: 64,975
|
Updating Windows on vhd i...
Forum: Ventoy Plugin Forum
Last Post: pioj
07-28-2025, 03:27 PM
» Replies: 1
» Views: 817
|
Acronis iso will not load...
Forum: Ventoy Discussion Forum
Last Post: Epictetus
07-24-2025, 12:14 AM
» Replies: 6
» Views: 1,476
|
Ventoy is genius!
Forum: Ventoy Discussion Forum
Last Post: tenshikohaku
07-17-2025, 03:45 AM
» Replies: 1
» Views: 1,445
|
Ventoy的QQ群 945752978 什么时候...
Forum: Ventoy Discussion Forum
Last Post: alcy
07-11-2025, 06:18 PM
» Replies: 0
» Views: 418
|
|
|
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
|
|
|
|