| Welcome, Guest |
You have to register before you can post on our site.
|
| Online Users |
There are currently 243 online users. » 0 Member(s) | 237 Guest(s) Applebot, Baidu, Bing, Facebook, Google, Twitter
|
| Latest Threads |
Running Out of Disk Space...
Forum: Ventoy Discussion Forum
Last Post: longpanda
Today, 01:01 AM
» Replies: 13
» Views: 872
|
CachyOS vDisk (vtoyboot) ...
Forum: Ventoy Discussion Forum
Last Post: alain81
05-08-2026, 01:25 PM
» Replies: 0
» Views: 154
|
Persistence not working w...
Forum: Ventoy Discussion Forum
Last Post: petergb
05-08-2026, 10:47 AM
» Replies: 2
» Views: 298
|
Resolution issue on Windo...
Forum: Ventoy Discussion Forum
Last Post: pete
04-28-2026, 01:38 AM
» Replies: 10
» Views: 17,569
|
- Add a "Quality of Life"...
Forum: Ventoy Discussion Forum
Last Post: crasadure
04-24-2026, 03:57 PM
» Replies: 0
» Views: 479
|
Problem with Vantoy and a...
Forum: Ventoy Discussion Forum
Last Post: capitainealbator
04-24-2026, 07:51 AM
» Replies: 3
» Views: 677
|
problems installing windo...
Forum: iVentoy Discussion Forum
Last Post: roy
04-23-2026, 12:36 PM
» Replies: 1
» Views: 1,419
|
Ventoy enroll key manager...
Forum: Ventoy Discussion Forum
Last Post: MBSTech
04-22-2026, 03:23 PM
» Replies: 33
» Views: 103,078
|
iVentoy 1.0.27 release
Forum: iVentoy Discussion Forum
Last Post: longpanda
04-21-2026, 12:33 AM
» Replies: 0
» Views: 389
|
iVentoy stuck on new firm...
Forum: iVentoy Discussion Forum
Last Post: roy
04-20-2026, 02:46 PM
» Replies: 3
» Views: 763
|
|
|
| debian-live-12.0.0-amd64-kde.iso persistance fails |
|
Posted by: saru4 - 07-20-2023, 10:26 AM - Forum: Ventoy Plugin Forum
- Replies (4)
|
 |
Hi all,
I have debian-live-12.0.0-amd64-kde.iso on a ventoy cd.
The linuxmint-21.1-cinnamon-64bit.iso works fine with persistance
BUT when I choose debian-live-12.0.0-amd64-kde.iso ventoy does go through the boot up correctly and allows me to choose debian-live-12.0.0-amd64-kde.iso with persistance. I can log into the desktop and install apps, but when I reboot, theres no persistance. ie it DOES NOT SAVE BETWEEN SESSIONS.
Here is my directory structure:
.
├── debian-live-11.7.0-amd64-kde.iso
├── debian-live-12.0.0-amd64-kde.iso
├── linuxmint-21.1-cinnamon-64bit.iso
└── ventoy
├── persistence_debian-live-11.7.0-amd64-kde.dat
├── persistence_debian-live-12.0.0-amd64-kde.dat
├── persist_LM-21.2-cinnamon.dat
└── ventoy.json
1 directory, 7 files
*The persistence_debian-live-12.0.0-amd64-kde.dat is simply the persistence_ext4_4GB_casper-rw.dat file renamed.
* Here is my ventoy.json file:
{
"persistence":
[
{
"image": "/linuxmint-21.1-cinnamon-64bit.iso",
"backend":"/ventoy/persist_LM-21.2-cinnamon.dat"
},
{
"image": "/debian-live-12.0.0-amd64-kde.iso",
"backend":"/ventoy/persistence_debian-live-12.0.0-amd64-kde.dat"
},
{
"image": "/debian-live-11.7.0-amd64-kde.iso",
"backend":"/ventoy/persistence_debian-live-11.7.0-amd64-kde.dat"
}
]
}
Is there something I'm missing for debian 12 to make it persistant?
Why does Linuxmint 21.1 work perfectly with persistance and not debian 12?
Any help would be appreciated.
thanks
saru
|
|
|
|