Welcome, Guest |
You have to register before you can post on our site.
|
Forum Statistics |
» Members: 13,354
» Latest member: George
» Forum threads: 1,660
» Forum posts: 6,687
Full Statistics
|
Online Users |
There are currently 405 online users. » 0 Member(s) | 401 Guest(s) Applebot, Bing, Google, Yandex
|
Latest Threads |
Is it possible to display...
Forum: Ventoy Plugin Forum
Last Post: vtFred
1 hour ago
» Replies: 0
» Views: 11
|
Marking up an NTFS or exF...
Forum: Ventoy Discussion Forum
Last Post: Steve2926
08-03-2025, 07:55 AM
» Replies: 1
» Views: 346
|
Subdirectories in Part 1 ...
Forum: Ventoy Discussion Forum
Last Post: VentoyMic
08-02-2025, 04:18 PM
» Replies: 1
» Views: 269
|
还是希望能有支持国芯架构的安排吧。
Forum: Ventoy Discussion Forum
Last Post: lizhuojian
08-02-2025, 01:55 PM
» Replies: 2
» Views: 1,948
|
Ventoy enroll key manager...
Forum: Ventoy Discussion Forum
Last Post: GlenTech83
08-01-2025, 01:11 PM
» Replies: 27
» Views: 39,829
|
Failure to boot into USB ...
Forum: Ventoy Discussion Forum
Last Post: BKPB
07-31-2025, 03:45 PM
» Replies: 4
» Views: 64,934
|
Updating Windows on vhd i...
Forum: Ventoy Plugin Forum
Last Post: pioj
07-28-2025, 03:27 PM
» Replies: 1
» Views: 815
|
Acronis iso will not load...
Forum: Ventoy Discussion Forum
Last Post: Epictetus
07-24-2025, 12:14 AM
» Replies: 6
» Views: 1,474
|
Ventoy is genius!
Forum: Ventoy Discussion Forum
Last Post: tenshikohaku
07-17-2025, 03:45 AM
» Replies: 1
» Views: 1,444
|
Ventoy的QQ群 945752978 什么时候...
Forum: Ventoy Discussion Forum
Last Post: alcy
07-11-2025, 06:18 PM
» Replies: 0
» Views: 414
|
|
|
Did Ventoy just brick my SSD? |
Posted by: IanW - 04-06-2023, 05:45 AM - Forum: Ventoy Discussion Forum
- Replies (2)
|
 |
I have a 1TB nvme SSD in an external USB enclosure on which I installed Ventoy using the Windows installer, also creating a 850GB partition for general use. This I formatted to NTFS and assigned a drive letter. I noted the Ventoy partition had been assigned a drive letter and I created just a folder on there for now.
I then ejected the drive and reconnected it. The access light flashed about twice a second for maybe a minute then went off. During this time Drive Manager showed nothing mounted then, after the access light went dark, an uninitialized disk was shown. Attempted to initialise this gave the message "Virtual Disk Manager: Incorrect Function".
Any thoughts what's going on here and what my options are for 1. Getting my SSD back and 2. Getting Ventoy working.
|
|
|
ventoy固态硬盘,可以划分区直装Linux吗? |
Posted by: cheanty - 04-05-2023, 05:11 AM - Forum: Ventoy Discussion Forum
- Replies (2)
|
 |
实际情况:
初装的固态硬盘分区为(ventoy文件区,vtoyefi引导区)多系统启动正常,我想划出100G拿来玩Linux(VDI已经会了,想体验直接装与VDI的区别)
调整后分区为(ventoy文件区,闲置100G无区,votyefi引导区),启动失败,提示this is not a standard ventoy device,让我选择重启关机啥的
再调整分区为(ventoy文件区,ext4区,votyefi引导区),启动失败,提示我minimal bash-like line editing is supported,进的grub命令行
我的问题是,ventoy盘,可以划出一片直接安装别的系统吗?怎么操作
|
|
|
ISOs in Ventoy partition not visible |
Posted by: garta34 - 03-31-2023, 07:36 PM - Forum: Ventoy Discussion Forum
- Replies (33)
|
 |
I am a newcomer to Ventoy and like the idea of being able to select among multiple ISOs to boot. However, after preparing a 32GB USB stick with Ventoy 1.0.90 under Linux and putting multiple ISOs on the stick, Ventoy is not able to see the ISOs on either of the two computers I tried.
Ventoy boots fine but there are no ISOs visible, nor can I find them when I use F2 to move around on the stick. Mounting the stick on another computer I see the ISOs in the Ventoy partition as expected.
What could I be doing wrong? Is there a step I have missed to make them visible in the Ventoy menu?
|
|
|
Prevent VTOYEFI from auto-mounting |
Posted by: Keith Weisshar - 03-31-2023, 06:15 PM - Forum: Ventoy Discussion Forum
- No Replies
|
 |
Is there a way to prevent VTOYEFI from auto-mounting from the MBR formatted Ventoy USB drive on another PC or after using mountvol /r? When I unplug the USB drive and then run mountvol /r then plug the drive back in it auto-mounts both the Ventoy and the VTOYEFI partitions? MBR uses type EF for the VTOYEFI partition which means EFI System Partition but is not hidden. GPT uses GPT attributes 0xC0000001 for the VTOYEFI partition which is both hidden and no auto-mount.
|
|
|
Boot and persistence on (HD1,1) [SOLVED] |
Posted by: marco.benatti - 03-31-2023, 06:38 AM - Forum: Ventoy Plugin Forum
- Replies (3)
|
 |
Hi all,
for practical and performance reasons I am trying to copy from my USB driver .ISO and casper-rw files on the target (temporary) computer first partition (ext3)
I manage to boot successfully by F2 browsing the disk, but not giving persistency.
I tried to manually add "persistence" to the boot command line, but it does not work (it is not a FAT partition)
then I tried to configure ventoy.conf file adding (hd1,1) to the path, but as you see it is parsed as 'invalid'
Any further ideas ?
cheers
"persistence":[
{
"image": "/YUMI/Linux-ISOs/linuxmint-21.1-mate-64bit.iso",
"backend":[
"/YUMI/Linux-ISOs/persistence.dat"
]
},
{
"image": "(hd1,1)/boot/boot-isos/linuxmint-21.1-mate-64bitHDD.iso",
"backend":[
"(hd1,1)/casper-rw"
]
},
{
"image": "/YUMI/Linux-ISOs/linuxmint-21.1-xfce-64bit.iso",
"backend":[
"/YUMI/Linux-ISOs/casper-rw"
]
}
]
|
|
|
|