I am confronted with an error, using this last version of Ventoy, and I had replicated the error multiple times. Always the same result, installation fails.
The previous version of Ventoy that I had used, 1.0.37, works perfect for me, however with this current version installtion leads to an unusable USB Flash Drive.
I am not able to see the USB drive listed in the file manager any longer, after attempting to install Ventoy, unless of course I re-format.
Here are the screenshots in GParted before and after install attempt, as well as the terminal command window in MX Linux 19.4, when atempting to install.
See the error message, I do not get any error at all with the previous versions of Ventoy that I had used, only with this one.
Take note that despite the message at the end of installation stating that installation was succesfull, obviously it was not so.
Here are the screenshots, when going thru the installtion process.
Hope this helps and thank you for the usefull tool that Ventoy is.
Hello everyone!
There was a problem when loading some images, this is such a black window that appears and does not allow installing Windows only in legacy.
Empirically, I determined that if you replace the install.wim file from the working image and pack it back into the downloadable iso, then everything will work. But I need exactly my install.wim. When booting from USB flash, the image works in both legacy and uefi, but in Ventoy such a window appears only in legacy and uefi works well.
I need my multiboot iso, I have been suffering for 4 days already. Ventoy is the latest version.
file not more 4gb
Help to solve the problem please.
I m using ventoy to boot from 2 TB Toshiba exHDD
I have a secondary partition of 1.7 TB
the primary (ventoy) is 130 GB
the hidden partition is 34 MB
ventoy is installed on manjaro OS as application when updated I just plug my exHDD and run (ventoygui --qt5) and press update
in the last update (1.0.61) I did the same .. rebooted my PC to check and it won't boot both leagcy and uefi
the uefi booting is showing some warring and code 12 not suitable medium or something similar
I have about 1 TB on the secondary partition so reinstalling is a difficult option
please advise
It may be convenient to immediately go to the partition with images, of exist /Ventoy/ventoy_Grub.cfg
Code:
function ventoy_ext_menu {
if [ -e $vt_plugin_path/ventoy/ventoy_grub.cfg ]; then
search -s root -f /ventoy/ventoy_grub.cfg
set ventoy_new_context=1
configfile $vt_plugin_path/ventoy/ventoy_grub.cfg
unset ventoy_new_context
else
echo "ventoy_grub.cfg NOT exist."
echo -e "\npress ENTER to exit ..."
read vtInputKey
fi
}
First of all thank you so much for your awesome work.(Ventoy)
I have a question.
Can we inject ei.cfg file in Windows 10/11 setup using injection plugin.
I know how injection plugin works but I'm not sure if windows setup is loaded from X: ?
So, will ei.cfg work if injected using injection plugin?
One more question out of curiosity, can grub2 be updated to new version in Ventoy?
Current is v2.04 which Ventoy use and latest is 2.06. So, can Ventoy adopt new version of grub2 or it is heavily modified that new version can't be adopted?
Hi there, I'm struggling to create an edited Windows 10 ISO that can boot with Ventoy. The Windows 10 ISO does not show what edition you'd like to install (Home, Pro, etc.) by default so I extracted the ISO using WinRAR to add an ei.cfg in the sources folder that overrides this. I then use ImgBurn's "Create Image File from Files/Folder" functionality to make this folder into an ISO.
Steps to replicate:
- Download Windows 10 ISO officially from Microsoft's website.
- Extract with WinRAR to folder, add ei.cfg file under sources folder that allows me to select which edition to install.
- Open ImgBurn. Select "Create image file from files/folder" in ImgBurn, select the Windows 10 folder and the destination ISO directory. Under Advanced > Bootable Disc, I have tried making a bootable image where I point the boot image at the etfsboot.com file and changing the "Sectors to load" to 8. I have also tried making an ISO by leaving "Make Image Bootable" unchecked.
- Place ISOs on Ventoy flash drive.
- Upon trying to boot the bootable ISO ImgBurn created using Ventoy, I get a flashing underscore in the top left of my display for a few seconds before it returns to the Ventoy boot menu. Upon booting the ISO that was not made to be bootable, I get the error "No bootfile found for UEFI! Maybe the image does not support X64 UEFI!"
I have verified both ISOs are functioning using Virtualbox and both boot in EFI mode. When I copy the contents of both ISOs to another flash drive I can successfully boot both of them on a UEFI bootable only PC.
Has anyone been successful in doing what I'm trying to do with Ventoy? If so, how can I edit an ISO and then re-burn it into something that Ventoy will boot?
In ventoy.json, why when { "VTOY_MAX_SEARCH_LEVEL": "0" } does not display directories in TreeView mode, when { "VTOY_MAX_SEARCH_LEVEL": "1" } only displays 4 directories in TreeView mode, when { "VTOY_MAX_SEARCH_LEVEL": "2" } in TreeView mode only shows 6 folders,.......