| Welcome, Guest |
You have to register before you can post on our site.
|
| Forum Statistics |
» Members: 14,483
» Latest member: hmazuji
» Forum threads: 1,715
» Forum posts: 6,865
Full Statistics
|
| Online Users |
There are currently 212 online users. » 1 Member(s) | 206 Guest(s) Baidu, Bing, DuckDuckGo, Facebook, Google, hmazuji
|
| Latest Threads |
Ventoy USB pendrive is no...
Forum: Ventoy Discussion Forum
Last Post: jiri
09-11-2026, 11:20 AM
» Replies: 2
» Views: 4,014
|
Can a perfectly partition...
Forum: Ventoy Discussion Forum
Last Post: FireswordDEA08
08-27-2026, 02:28 AM
» Replies: 0
» Views: 846
|
Erro iPXE 2.0.0 na versão...
Forum: iVentoy Discussion Forum
Last Post: matmus06
08-24-2026, 08:59 AM
» Replies: 1
» Views: 1,006
|
error "unknown filesystem...
Forum: Ventoy Discussion Forum
Last Post: kreuter
08-24-2026, 08:05 AM
» Replies: 0
» Views: 854
|
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,722
|
Proxmox 8.4.x rdinit=vtoy...
Forum: Ventoy Discussion Forum
Last Post: Couch_Potato
07-22-2026, 11:15 PM
» Replies: 0
» Views: 1,971
|
VENTOY Resize Partition
Forum: Ventoy Discussion Forum
Last Post: HyeonSeok
07-22-2026, 05:23 PM
» Replies: 1
» Views: 1,943
|
Plugson installation - no...
Forum: Ventoy Plugin Forum
Last Post: Themotte
07-20-2026, 06:27 PM
» Replies: 3
» Views: 1,837
|
安装Ventoy后U盘的Windows下面识别及其...
Forum: Ventoy Discussion Forum
Last Post: lain
07-10-2026, 08:04 AM
» Replies: 3
» Views: 5,657
|
|
|
| Upgrade request for Ventoy |
|
Posted by: GCMartin - 08-23-2020, 01:52 AM - Forum: Ventoy Discussion Forum
- No Replies
|
 |
Curious.
I do understand the very good benefit the script and EXE file do for us as it creates the Ventoy device.
But, the options when running these are NOT saved upon Ventoy device creation. And the user MUST REMEMBER those options whenever the user upgrades Ventoy from one release to the next.
Would the Ventoy developers consider saving a configuration/options file, either hidden or exposed, on Partition #2 of the Ventoy device?
If this is the case, on subsequent updates, there is no possibility that any user would get it wrong going from one release to another. Worst case in the Windows version, if Ventoy sees the 2nd partition, it could display the prior options that was used so a user would know what was done before...although I, personally, see little need for that. But, Ventoy could used the prior options as the default unless the user overrides some options from before.
If an implementation is forthcoming, all new upgrades would merely be:
Code: "Ventoy.sh - U /dev/ventoy-unit" and similar for a command-line .exe program
Thus the prior Ventoy bootable options would be read from the Ventoy unit. When the prior options are maintained, simply reading the configuration file from partition #2, the update to the new version will occur correctly, with nothing overlooked.
Hope this is helpful
|
|
|
| Injection Plugin Wildcard Support |
|
Posted by: dimitrirodis - 08-22-2020, 03:37 AM - Forum: Ventoy Plugin Forum
- Replies (4)
|
 |
Would it be possible to support something like the following? (Note the * wildcard in the image names)
{
"injection": [
{
"image": "/ISO/MX-19.1_x64.iso",
"archive": "/driver/mx-driver.tar.gz"
},
{
"image": "/ubuntu-*-desktop-amd64.iso",
"archive": "/driver/ubuntu-driver.tar.bz2"
},
{
"image": "/windows_10_*.iso",
"archive": "/driver/win10-driver.zip"
}
]
}
That way, as we update the ISO files on the USB drive, the injection still works without having to modify ventoy.json each time and for every single iso
|
|
|
| What is the best way to install on 5tb portable storage? |
|
Posted by: Algernon - 08-20-2020, 08:14 PM - Forum: Ventoy Discussion Forum
- Replies (1)
|
 |
I have a mypassport plug and play storage that appears as sdb. I could not install ventoy regularly to it with the exe even by running with the extra parameter letter, it still does not appear as an option, this only showed my internal drive extra. I first cloned a normal ventoy usb to it with easeus(I imagine copying would be the same but to be safe), then after tried to install on linux, this gave me an error mnt folder already existed but it says it installed successfully. I can boot in uefi on my true pc using either method but bios usb boot greets me with "GR.. then a no boot grub screen on both vb and real machine.
In virtualbox I am getting stuck at the uefi shell when booting with efi (have created usb.vmdk, ran as admin), it does not appear to find the fs0 or default efi mapping just blk device. Is there any trick for this, would secureboot or non-secure be recommended here? What is the maximum size drive for mbr support? The drive is empty now, is there anyway to make it appear as less space to allow dual legacy mbr bios & gpt boot, or just to ventoy boot the 5tb drive from uefi in virtualbox?All works ok with a 64gb usb. I would like to dedicate around 250gb to ventoy or maximum mbr allows if possible and collect iso and store them on it as time goes by. My apologies for so many questions, any help much appreciated.
|
|
|
| Graphics Out of Sync On ISO Startup |
|
Posted by: FroggieTheGremlin - 08-20-2020, 12:28 AM - Forum: Ventoy Discussion Forum
- Replies (30)
|
 |
Greetings! I have noticed that on many "tested" ISOs that when they start up, the graphics display is way out of sync and unreadable. On some ISOs it happens all the time, some are random and many never fail. These ISOs run fine from USB preparation tools (Rufus, etc) and from CD/DVD creations.
Any idea on where I should head with this issue? It only happens with VENTOY... thanx!
(Using i7 4th gen with internal graphics <Intel HD Graphics 4600> and VGA)
|
|
|
| Inject files into windows |
|
Posted by: Matlox - 08-19-2020, 10:01 AM - Forum: Ventoy Plugin Forum
- Replies (7)
|
 |
Hello,
I've tried to inject files into windows but they don't show up
I've made an archive like this with a single file in it : sources.zip\sources\$OEM$\$1\Users\Public\Desktop
My ventoy.json is like this
Code: "injection": [
{
"image": "/ISO/Windows/Win10_2004_French_x64.iso",
"archive": "/ventoy/sources.zip"
}
]
I have no errors while installing, but the file isn't dropped in Users\Public\Desktop
Any ideas ?
Thanks
|
|
|
| Boot legacy ISO on UEFI |
|
Posted by: Nierewa - 08-19-2020, 09:16 AM - Forum: Ventoy Discussion Forum
- Replies (1)
|
 |
Hi,
is there a way to boot legacy only iso on UEFI Bios using ventoy?
At this moment I get always the error:
Code: No bootfile found for UEFI!
Maybe the image does not support X64 UEFI!
Thanks
|
|
|
|