Welcome, Guest |
You have to register before you can post on our site.
|
Forum Statistics |
» Members: 13,229
» Latest member: JeremyLam
» Forum threads: 1,656
» Forum posts: 6,669
Full Statistics
|
Online Users |
There are currently 160 online users. » 0 Member(s) | 158 Guest(s) Bing, Google
|
Latest Threads |
Acronis iso will not load...
Forum: Ventoy Discussion Forum
Last Post: earthgrinder
2 hours ago
» Replies: 0
» Views: 8
|
iso not working HP SSA Of...
Forum: Ventoy Discussion Forum
Last Post: Steve2926
6 hours ago
» Replies: 1
» Views: 180
|
Ventoy and TrueNAS 25.04....
Forum: Ventoy Discussion Forum
Last Post: dragonlord76
06-25-2025, 07:27 PM
» Replies: 0
» Views: 181
|
Updating Windows on vhd i...
Forum: Ventoy Plugin Forum
Last Post: vcespon
06-15-2025, 01:11 PM
» Replies: 0
» Views: 280
|
VHD don't work
Forum: Ventoy Plugin Forum
Last Post: vcespon
06-15-2025, 12:54 PM
» Replies: 1
» Views: 1,087
|
plz update hardware info ...
Forum: Ventoy Discussion Forum
Last Post: kcs
06-09-2025, 02:57 PM
» Replies: 0
» Views: 473
|
gParted Live-ISO 1.7.0-1 ...
Forum: Ventoy Discussion Forum
Last Post: odie
06-06-2025, 11:55 AM
» Replies: 0
» Views: 529
|
请问是否支持Loongarch64架构的启动引导
Forum: Ventoy Discussion Forum
Last Post: zp1688
06-01-2025, 11:57 AM
» Replies: 5
» Views: 8,089
|
还是希望能有支持国芯架构的安排吧。
Forum: Ventoy Discussion Forum
Last Post: zp1688
06-01-2025, 11:56 AM
» Replies: 1
» Views: 1,469
|
能否让ventoy直接安装到硬盘和本机的系统形成双...
Forum: Ventoy Discussion Forum
Last Post: zp1688
06-01-2025, 11:55 AM
» Replies: 2
» Views: 2,277
|
|
|
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?
|
|
|
|