| Welcome, Guest |
You have to register before you can post on our site.
|
| Online Users |
There are currently 261 online users. » 0 Member(s) | 258 Guest(s) Baidu, Bing, Google
|
| Latest Threads |
Persistence not working w...
Forum: Ventoy Discussion Forum
Last Post: petergb
44 minutes ago
» Replies: 0
» Views: 8
|
Running Out of Disk Space...
Forum: Ventoy Discussion Forum
Last Post: longpanda
6 hours ago
» Replies: 1
» Views: 36
|
Resolution issue on Windo...
Forum: Ventoy Discussion Forum
Last Post: pete
04-28-2026, 01:38 AM
» Replies: 10
» Views: 17,309
|
- Add a "Quality of Life"...
Forum: Ventoy Discussion Forum
Last Post: crasadure
04-24-2026, 03:57 PM
» Replies: 0
» Views: 357
|
Problem with Vantoy and a...
Forum: Ventoy Discussion Forum
Last Post: capitainealbator
04-24-2026, 07:51 AM
» Replies: 3
» Views: 563
|
problems installing windo...
Forum: iVentoy Discussion Forum
Last Post: roy
04-23-2026, 12:36 PM
» Replies: 1
» Views: 1,254
|
Ventoy enroll key manager...
Forum: Ventoy Discussion Forum
Last Post: MBSTech
04-22-2026, 03:23 PM
» Replies: 33
» Views: 102,246
|
iVentoy 1.0.27 release
Forum: iVentoy Discussion Forum
Last Post: longpanda
04-21-2026, 12:33 AM
» Replies: 0
» Views: 319
|
iVentoy stuck on new firm...
Forum: iVentoy Discussion Forum
Last Post: roy
04-20-2026, 02:46 PM
» Replies: 3
» Views: 684
|
Ventoy Tuxedo OS with per...
Forum: Ventoy Discussion Forum
Last Post: Bear
04-20-2026, 07:55 AM
» Replies: 0
» Views: 274
|
|
|
| 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
|
|
|
|