| Welcome, Guest |
You have to register before you can post on our site.
|
| Forum Statistics |
» Members: 14,012
» Latest member: NPViz
» Forum threads: 1,681
» Forum posts: 6,747
Full Statistics
|
| Online Users |
There are currently 628 online users. » 0 Member(s) | 622 Guest(s) Applebot, Baidu, Bing, Google, Internet Archive, Yandex
|
| Latest Threads |
Best way to manage multip...
Forum: Ventoy Discussion Forum
Last Post: Epictetus77
03-04-2026, 09:44 PM
» Replies: 1
» Views: 308
|
Ventoy enroll key manager...
Forum: Ventoy Discussion Forum
Last Post: Epictetus77
02-12-2026, 06:09 AM
» Replies: 30
» Views: 92,915
|
Is it possible to view ot...
Forum: Ventoy Discussion Forum
Last Post: EtaBeta
02-07-2026, 01:57 AM
» Replies: 3
» Views: 1,214
|
Problems with running on ...
Forum: Ventoy Discussion Forum
Last Post: Morpho
02-05-2026, 11:54 AM
» Replies: 8
» Views: 27,189
|
ventoy运行windows系统镜像问题
Forum: Ventoy Discussion Forum
Last Post: hxpro
02-04-2026, 04:54 PM
» Replies: 1
» Views: 2,793
|
the potentail risk when u...
Forum: Ventoy Discussion Forum
Last Post: longpanda
02-03-2026, 01:58 AM
» Replies: 5
» Views: 4,106
|
[SOLVED] HDD Regenerator ...
Forum: Ventoy Discussion Forum
Last Post: Morpho
02-02-2026, 12:25 PM
» Replies: 9
» Views: 57,566
|
Some ISOs won't boot with...
Forum: Ventoy Discussion Forum
Last Post: Haubi
01-29-2026, 09:21 AM
» Replies: 1
» Views: 5,353
|
Need a working configurat...
Forum: iVentoy Discussion Forum
Last Post: anku7
01-23-2026, 12:41 PM
» Replies: 0
» Views: 842
|
QEMU + Ventoy USB: UEFI b...
Forum: Ventoy Discussion Forum
Last Post: EtaBeta
01-22-2026, 08:29 PM
» Replies: 0
» Views: 794
|
|
|
| ubuntu persistence version 20.04 in legacy mode |
|
Posted by: geole - 12-14-2020, 02:19 PM - Forum: Ventoy Plugin Forum
- Replies (3)
|
 |
Hello
I want to use the persistence for ubuntu in version 20.04 installed in legacy mode.
I have tried a few times to make it work without success.
Today I updated to version v30. It still doesn't work in my context.
Here is the content of my persistence file.
Code: {
"persistence" : [
{"image": "/ISO/ubuntu-18.04.1-desktop-amd64.iso", "backend": ["/persistence/18.04-OrdiA.PER", "/persistence/P19.PER" ] },
{"image": "/ISO/ubuntu-20.04.1-desktop-amd64.iso", "backend": [ "/persistence/20.04.dat" ] } ],
"conf_replace_legacy": [
{ "iso": "/ISO/ubuntu-20.04.1-desktop-amd64.iso", "org": "/isolinux/txt.cfg", "new": "/Menus/txt-20.1.cfg"},
{ "iso": "/ISO/ubuntu-18.04.5-desktop-amd64.iso", "org": "/isolinux/txt.cfg", "new": "/Menus/txt-18.5.cfg"},
{ "iso": "/ISO/ubuntu-18.04.1-desktop-amd64.iso", "org": "/isolinux/txt.cfg", "new": "/Menus/txt-18.1.cfg"} ]
}
It is verified. https://1drv.ms/u/s!AobnjnjPuoUqmQHJIRR1..._?e=74iOus
Here is the content of my personalized order line
For the first try
Code: label montest
menu label ^Essayer Ubuntu sans installation avec mes modifications
kernel /casper/vmlinuz
append file=/cdrom/preseed/ubuntu.seed initrd=/casper/initrd nomodeset vga=0x31B---
then for the second try
Code: label montest
menu label ^Essayer Ubuntu sans installation avec mes modifications
kernel /casper/vmlinuz
append file=/cdrom/preseed/ubuntu.seed initrd=/casper/initrd nomodeset persistent vga=0x31B---
Regardless of the context, initramfs does not find persistence and refuses to work.
===> CRASH! "can not mount /dev/disk/by-label/casoer-rw on /cow"
https://1drv.ms/u/s!AobnjnjPuoUqmQLUICoi...J?e=gsLmLw
The persistence file has also been recreated today but no change.
I still have to choose non-persistence mode and install the boot-repair software to boot with the installation media
Can you guide me?
Thank you.
|
|
|
| Convert Ventoy Stick to ISO? |
|
Posted by: Schlumpfpirat - 12-13-2020, 08:52 AM - Forum: Ventoy Discussion Forum
- Replies (6)
|
 |
Hey – first off, absolutely LOVE Ventoy and been using it for a year now.
I recently got an IODD Mini, and was curious if it was possible to convert an existing Ventoy USB stick to an ISO. The main reason is, I have a lot of small *.wim files and *.isos on my Ventoy and don't want to scroll through 150 images on the little IODD screen.
I tried using dd, creating a 1:1 image of the stick but no success. Unfortunately I don't know much about how Ventoy works on a technical level and couldn't find any documentation about it, so I cannot really figure out on how I could modify the EFI and BOOT folder contents either. Any pointers on how that can be achieved? Would be much appreciated.
PS: Any way to get BitCoin Donations going?
|
|
|
| Variables in ventoy_grub.cfg |
|
Posted by: Steve2926 - 12-03-2020, 08:18 PM - Forum: Ventoy Plugin Forum
- Replies (2)
|
 |
How do I set the root to the correct partition in ventoy_grub.cfg ?
Currently vtoy_iso_part = (hd0,msdos1) so set root=$vtoy_iso_part does not work
It would be better to leave off the parentheses so we can set the root - or is there a better way?
|
|
|
|