| Welcome, Guest |
You have to register before you can post on our site.
|
| Online Users |
There are currently 781 online users. » 0 Member(s) | 777 Guest(s) Baidu, Bing, Google, Yandex
|
| Latest Threads |
Erro iPXE 2.0.0 na versão...
Forum: iVentoy Discussion Forum
Last Post: jackson
07-30-2026, 12:04 AM
» Replies: 0
» Views: 216
|
[iPXE 2.0.0 regression] P...
Forum: iVentoy Discussion Forum
Last Post: jackson
07-30-2026, 12:01 AM
» Replies: 3
» Views: 756
|
Proxmox 8.4.x rdinit=vtoy...
Forum: Ventoy Discussion Forum
Last Post: Couch_Potato
07-22-2026, 11:15 PM
» Replies: 0
» Views: 409
|
VENTOY Resize Partition
Forum: Ventoy Discussion Forum
Last Post: HyeonSeok
07-22-2026, 05:23 PM
» Replies: 1
» Views: 447
|
Plugson installation - no...
Forum: Ventoy Plugin Forum
Last Post: Themotte
07-20-2026, 06:27 PM
» Replies: 3
» Views: 773
|
安装Ventoy后U盘的Windows下面识别及其...
Forum: Ventoy Discussion Forum
Last Post: lain
07-10-2026, 08:04 AM
» Replies: 3
» Views: 3,987
|
Auto Memdisk Plugin
Forum: Ventoy Discussion Forum
Last Post: jlsupremo
07-01-2026, 01:16 PM
» Replies: 2
» Views: 937
|
[SOLVED] iVentoy 1.0.36 -...
Forum: iVentoy Discussion Forum
Last Post: longpanda
07-01-2026, 10:05 AM
» Replies: 4
» Views: 1,436
|
Using ks script issues
Forum: iVentoy Discussion Forum
Last Post: longpanda
06-29-2026, 02:40 PM
» Replies: 2
» Views: 647
|
Comparison of Iventoy and...
Forum: iVentoy Discussion Forum
Last Post: crasadure
06-28-2026, 02:08 PM
» Replies: 7
» Views: 2,976
|
|
|
| One of three machines - Ventoy menu unreadable and cursor movement irratic |
|
Posted by: bbertrand007 - 07-07-2020, 01:58 AM - Forum: Ventoy Discussion Forum
- Replies (1)
|
 |
On one of my systems the Ventoy menu appears all blurry and the cursor - you can't tell what is selected. Same UFD works great on my other two systems.
So after creating my Ventoy UFD using V10.014, I went into its VTOYEFI partition and added a text file to both its root and in its Ventoy folder, named ventoy.json, hoping to tell it to display the menu in TEXT mode (CLI). It had no effect. If at the Ventoy menu, I press c and type in terminal_output console (enter) then press ESC I do get the text menu. What am I doing wrong?
Thank you.
My ventoy.json file is a text file; it contains:
{
"theme": {
"file": "/ventoy/theme/blur/theme.txt",
"gfxmode": "640x480",
"display_mode": "CLI",
"ventoy_left": "5%",
"ventoy_top": "95%",
"ventoy_color": "#0000ff",
"fonts": [
"/ventoy/theme/blur/Hack-12.pf2",
"/ventoy/theme/blur/Hack-14.pf2",
"/ventoy/theme/blur/Hack-16.pf2"
]
}
}
|
|
|
| kUBUNTU: NO Persistence |
|
Posted by: VentoyMic - 07-05-2020, 04:42 PM - Forum: Ventoy Discussion Forum
- No Replies
|
 |
I have no success to get persistence for some actual UBUNTU-based distribution. The USB-Stick was created with ventoy 1.0.14 from an kUBUNTU (18.04)-PC.
The .json-Syntax (ref. below) was checked and after booting the stick, F5 Debug > Persistince reports OK. Booting kUBUNTU or KDEneon from the stick, I'm asked about using persistence and I agree. The systems start and I apply some modifications on the desktop (arrangement of icons, clock settings).
I shut the system down and restart it from the stick, again I'm asked about using persistence and I agree: But all modifications are gone, no persistence.
This is the structure of my USB-Stick (first partition):
./ventoy:
gParted-live-1.1.0-1-amd64.iso
KDEneon-user-20200625-1119.iso
kUBUNTU-20.04-desktop-amd64.iso
Manjaro-kde-20.0.3-200606-linux56.iso
ventoy
./ventoy/ventoy:
KDEneon20200625.img
kUBUNTU200400.img
Manjaro2003.img
ventoy.json
This is my .json:
{
"persistence":[
{
"image": "/KDEneon-user-20200625-1119.iso",
"backend": "/ventoy/KDEneon20200625.img"
},
{
"image": "/kUBUNTU-20.04-desktop-amd64.iso",
"backend": "/ventoy/kUBUNTU200400.img"
},
{
"image": "/Manjaro-kde-20.0.3-200606-linux56.iso",
"backend": "/ventoy/Manjaro2003.img"
}
]
}
How to solve this?
Thank you, Michael
|
|
|
| 【Solved】icons iso |
|
Posted by: senga34 - 07-02-2020, 08:28 AM - Forum: Ventoy Plugin Forum
- Replies (9)
|
 |
Hello !
Can you give me an example in order to display an icon in front of each "iso" file used.
I don't really understand the doc
https://www.ventoy.net/en/plugin_menuclass.html
The isos files are in a directory named isos
I created a sub directory named icons (+ icons) in the theme directory
the icon names correspond to the key line of the ventoy file
In the ventoy.json file, I have these lines...
{
"theme": {
"file": "/ventoy/theme/Vimix/theme.txt",
"gfxmode": "1920x1080."
"display_mode": "GUI",
"ventoy_left": "5%."
"ventoy_top": "95%",
"ventoy_color": "#0000ff"
}
}
{
"menu_class": [
{
"key": "Acronis."
"class": "Acronis_Bootable_PE_Media_06.2020"
},
{
"key." Acronis-Backup-advanced",
"class": "Acronis_Backup_Advanced_11.7_50230_en"
},
{
"key": "R-Drive-Image",
"class": "R-DriveImage."
}
]
}
exemple :
my iso name is Acronis_Bootable_PE_Media_06.2020.iso ( in the folder ISOS)
the respective icon is named 'Acronis.png (in the folder theme/icons )
Greetings
|
|
|
| Suggestion for menu_alias |
|
Posted by: swiley43 - 06-29-2020, 04:57 PM - Forum: Ventoy Plugin Forum
- Replies (3)
|
 |
Congratulation
Excellent piece of software and very good job
I'd like some enhancement for menu_class : the ability to add a field comment displayed during the selection of the item.
May be another thing : possibility to have an alias for directory
Thanks a lot
|
|
|
|