| Welcome, Guest |
You have to register before you can post on our site.
|
| Forum Statistics |
» Members: 14,482
» Latest member: CoolShark
» Forum threads: 1,715
» Forum posts: 6,865
Full Statistics
|
| Online Users |
There are currently 243 online users. » 0 Member(s) | 239 Guest(s) Baidu, Bing, Facebook, Google
|
| Latest Threads |
Ventoy USB pendrive is no...
Forum: Ventoy Discussion Forum
Last Post: jiri
09-11-2026, 11:20 AM
» Replies: 2
» Views: 4,005
|
Can a perfectly partition...
Forum: Ventoy Discussion Forum
Last Post: FireswordDEA08
08-27-2026, 02:28 AM
» Replies: 0
» Views: 842
|
Erro iPXE 2.0.0 na versão...
Forum: iVentoy Discussion Forum
Last Post: matmus06
08-24-2026, 08:59 AM
» Replies: 1
» Views: 997
|
error "unknown filesystem...
Forum: Ventoy Discussion Forum
Last Post: kreuter
08-24-2026, 08:05 AM
» Replies: 0
» Views: 850
|
CachyOS vDisk (vtoyboot) ...
Forum: Ventoy Discussion Forum
Last Post: alain81
08-20-2026, 04:51 PM
» Replies: 2
» Views: 3,001
|
[iPXE 2.0.0 regression] P...
Forum: iVentoy Discussion Forum
Last Post: jackson
07-30-2026, 12:01 AM
» Replies: 3
» Views: 1,713
|
Proxmox 8.4.x rdinit=vtoy...
Forum: Ventoy Discussion Forum
Last Post: Couch_Potato
07-22-2026, 11:15 PM
» Replies: 0
» Views: 1,961
|
VENTOY Resize Partition
Forum: Ventoy Discussion Forum
Last Post: HyeonSeok
07-22-2026, 05:23 PM
» Replies: 1
» Views: 1,932
|
Plugson installation - no...
Forum: Ventoy Plugin Forum
Last Post: Themotte
07-20-2026, 06:27 PM
» Replies: 3
» Views: 1,832
|
安装Ventoy后U盘的Windows下面识别及其...
Forum: Ventoy Discussion Forum
Last Post: lain
07-10-2026, 08:04 AM
» Replies: 3
» Views: 5,653
|
|
|
| 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?
|
|
|
|