| Welcome, Guest |
You have to register before you can post on our site.
|
| Forum Statistics |
» Members: 14,242
» Latest member: frajaq
» Forum threads: 1,702
» Forum posts: 6,814
Full Statistics
|
| Online Users |
There are currently 361 online users. » 0 Member(s) | 357 Guest(s) Baidu, Bing, Google, Yandex
|
| Latest Threads |
Comparison of Iventoy and...
Forum: iVentoy Discussion Forum
Last Post: mephistooo2
8 hours ago
» Replies: 1
» Views: 261
|
External DHCP
Forum: Ventoy Discussion Forum
Last Post: splayer
06-05-2026, 07:47 AM
» Replies: 1
» Views: 145
|
Regarding UAPI.1 usage fo...
Forum: Ventoy Discussion Forum
Last Post: splayer
06-05-2026, 05:20 AM
» Replies: 0
» Views: 119
|
Sterlec on iventoy
Forum: iVentoy Discussion Forum
Last Post: crasadure
05-30-2026, 11:48 PM
» Replies: 1
» Views: 409
|
Bypass Windows 11 25H2 MS...
Forum: Ventoy Discussion Forum
Last Post: vyros4u
05-27-2026, 07:56 PM
» Replies: 0
» Views: 413
|
Ventoy not booting on som...
Forum: Ventoy Discussion Forum
Last Post: jiri
05-27-2026, 03:03 PM
» Replies: 2
» Views: 809
|
Problema iventoy nao carr...
Forum: iVentoy Discussion Forum
Last Post: longpanda
05-23-2026, 02:56 PM
» Replies: 1
» Views: 352
|
[SOLVED] iVentoy stuck on...
Forum: iVentoy Discussion Forum
Last Post: roy
05-19-2026, 01:14 PM
» Replies: 4
» Views: 1,316
|
CachyOS vDisk (vtoyboot) ...
Forum: Ventoy Discussion Forum
Last Post: alain81
05-13-2026, 01:29 PM
» Replies: 1
» Views: 783
|
Running Out of Disk Space...
Forum: Ventoy Discussion Forum
Last Post: longpanda
05-13-2026, 04:20 AM
» Replies: 15
» Views: 2,609
|
|
|
| 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
|
|
|
|