Welcome, Guest |
You have to register before you can post on our site.
|
Forum Statistics |
» Members: 13,454
» Latest member: 1198398
» Forum threads: 1,666
» Forum posts: 6,700
Full Statistics
|
Online Users |
There are currently 453 online users. » 1 Member(s) | 448 Guest(s) Baidu, Bing, Google, Yandex, pnyyc
|
Latest Threads |
vtoyboot u盘引导了linux vdi,在...
Forum: Ventoy Plugin Forum
Last Post: wangweiggsn
1 hour ago
» Replies: 2
» Views: 4,011
|
MAC Filter not working
Forum: iVentoy Discussion Forum
Last Post: iventoy_user_
7 hours ago
» Replies: 0
» Views: 61
|
Ventoy enroll key manager...
Forum: Ventoy Discussion Forum
Last Post: Almighty1
09-01-2025, 05:02 AM
» Replies: 28
» Views: 44,980
|
Issues with windows vista...
Forum: Ventoy Discussion Forum
Last Post: johnson
08-26-2025, 06:48 AM
» Replies: 0
» Views: 708
|
What is Ventoy's boot fil...
Forum: Ventoy Discussion Forum
Last Post: Epictetus
08-24-2025, 12:47 PM
» Replies: 1
» Views: 1,104
|
Resolution issue on Windo...
Forum: Ventoy Discussion Forum
Last Post: pete
08-18-2025, 12:41 PM
» Replies: 2
» Views: 1,148
|
Ventoy-1.1.06 release
Forum: Ventoy Discussion Forum
Last Post: longpanda
08-18-2025, 03:49 AM
» Replies: 0
» Views: 959
|
请问在ventoy界面时能输入中文吗?
Forum: Ventoy Discussion Forum
Last Post: longpanda
08-16-2025, 01:06 PM
» Replies: 1
» Views: 1,033
|
The New Windows 11 Bypass...
Forum: Ventoy Discussion Forum
Last Post: peoriait
08-14-2025, 03:40 PM
» Replies: 1
» Views: 4,173
|
Is it possible to display...
Forum: Ventoy Plugin Forum
Last Post: vtFred
08-08-2025, 09:11 PM
» Replies: 0
» Views: 867
|
|
|
No luck booting Tails 4.6, neither on Legacy nor on UEFI |
Posted by: Isetter - 07-20-2020, 01:15 AM - Forum: Ventoy Discussion Forum
- Replies (1)
|
 |
I have installed Ventoy version 1.0.15 and have enabled the Secure Boot and can boot ISOs from both Legacy and UEFI correctly. I use an HP Spectre x360.
When I try to boot either Tails 4.6 on UEFI, I get nowhere (as announced in the ISO list).
But when I try to boot from Legacy, I get to the second Syslinux boot menu, and can select "Tails". Only to find an error message that mentions "no supported file system on /Live/medium" (see picture 1).
Is there something I'm doing wrong? Should the boot work as is?
Thanks for your help!
|
|
|
Ventoy Persistence has become discouraging. What have I done wrong.? |
Posted by: Resistor - 07-16-2020, 10:25 PM - Forum: Ventoy Discussion Forum
- Replies (11)
|
 |
If I fail to properly format this post, it can also be seen on Linux Mint forums:
https://forums.linuxmint.com/viewtopic.p...6&t=325131
I think I went astray following someone's mistakes on another website. I deleted that link.
Now, I am at a loss after playing with this off and on, for about 2 weeks.
Ventoy Installs and Boots fine, whether the Partition Table is msdos or GPT.
I finally found the -g option and it is now on a GPT Partition Table, Formatted as ext4.
I am at a loss after trying different things, including reinstalling a couple of times.
No Persistence option in the menu.
No Persistence in settings on re-boot.
Ventoy_File_Structure_2020-07-12
![[Image: h5jvHic.png]](https://i.imgur.com/h5jvHic.png)
Ventoy_Partition_Format_2020-07-12: Previous
![[Image: Y4TelRl.png?1]](https://i.imgur.com/Y4TelRl.png?1)
Mount Difference: Current
Code: Select all
Code: VTOYEFI mounted as fat16 on /dev/sdb2 /media/gt/VTOYEFI
ventoy mounted as ext4 on /dev/sdb1 /mnt/gt/ventoy
Current Content in: ventoy.json
Code: Select all
Code: # ventoy.json
{
"persistence": [
{
"image": "/linuxmint-20-cinnamon-64bit.iso",
"backend": "/persistence.img"
},
{
"image": "/lmde-4-cinnamon-64bit.iso",
"backend": "/persistence.img",
"autosel": 1
}
]
}
Previous Content ventoy.json
Code: Select all
Code: # ventoy.json
{
"persistence": [
{
"image": "/ISO/linuxmint-20-cinnamon-64bit.iso",
"backend": "/persistence/linuxmint-20-cinnamon-64bit.img"
},
{
"image": "/linuxmint-20-cinnamon-64bit.iso",
"backend": "/persistence/linuxmint_20.img",
"autosel": 1
}
]
}
|
|
|
Persistence |
Posted by: VentoyMic - 07-16-2020, 04:37 PM - Forum: Ventoy Discussion Forum
- Replies (2)
|
 |
Thank you for this great tool! Everything works fine - except peristence.
I've got persistence for these distribution
UBUNTU 20.04
KDE neon 20200702
Using the same setup-principles persistence fails (F5-test reports SUCCESS / OK for all) for
kUBUNTU 20.04
MANJARO 2003
My question: Is there any chance to find out in advance, if a distribution should work with persistence using ventoy?
Would it be possible, to add a column "Persistence" to the ISO-list, with label (e.g. "casper-rw" OR "MX-Persist") if working or "NO" if persistence not possible?
|
|
|
|