Welcome, Guest |
You have to register before you can post on our site.
|
Forum Statistics |
» Members: 13,568
» Latest member: xbqrky
» Forum threads: 1,669
» Forum posts: 6,710
Full Statistics
|
Online Users |
There are currently 399 online users. » 0 Member(s) | 396 Guest(s) Baidu, Bing, Google
|
Latest Threads |
Help $OEM$
Forum: Ventoy Discussion Forum
Last Post: venster
10-04-2025, 03:18 PM
» Replies: 2
» Views: 5,814
|
iso not working HP SSA Of...
Forum: Ventoy Discussion Forum
Last Post: rjc862003
09-30-2025, 02:02 AM
» Replies: 2
» Views: 8,091
|
Lost ISO partition
Forum: Ventoy Discussion Forum
Last Post: abba
09-29-2025, 12:05 PM
» Replies: 0
» Views: 672
|
Remove Version Number
Forum: Ventoy Discussion Forum
Last Post: XxJourdanYxX
09-26-2025, 06:42 AM
» Replies: 2
» Views: 8,794
|
Install Ventoy with a dat...
Forum: Ventoy Discussion Forum
Last Post: odie
09-25-2025, 03:14 PM
» Replies: 0
» Views: 1,045
|
Issues with windows vista...
Forum: Ventoy Discussion Forum
Last Post: johnson
09-22-2025, 04:47 PM
» Replies: 3
» Views: 10,025
|
big discussion on OpenSUS...
Forum: Ventoy Discussion Forum
Last Post: Dutchglory
09-21-2025, 12:44 AM
» Replies: 0
» Views: 2,522
|
Ventoy enroll key manager...
Forum: Ventoy Discussion Forum
Last Post: Almighty1
09-18-2025, 10:13 PM
» Replies: 29
» Views: 69,100
|
Current status of the ARM...
Forum: iVentoy Discussion Forum
Last Post: pioj
09-15-2025, 11:25 AM
» Replies: 0
» Views: 4,737
|
Is it possible to display...
Forum: Ventoy Plugin Forum
Last Post: AlexBryansk
09-11-2025, 09:40 AM
» Replies: 1
» Views: 8,788
|
|
|
[SOLVED] How to boot an EFI directory? |
Posted by: Mecy - 10-20-2021, 10:27 AM - Forum: Ventoy Discussion Forum
- Replies (3)
|
 |
I've set up ventoy with some iso and it run fine, a very great tool! Now i want to add an EFI directory which contains boot/*.efi file. I got the directory in a .zip fille. When I extract this .zip to a clean USB as device as its in the readme of the .zip i could boot it.
But how could i add this to ventory? I tried to just add a subdir with the EFI dir the device. I was also trying to create an .iso and .ima but they showed various errors
|
|
|
How to boot an ISO from ventoy_grub.cfg menu |
Posted by: Steve2926 - 10-19-2021, 07:21 PM - Forum: Ventoy Discussion Forum
- Replies (5)
|
 |
The F6 menu extension allows us to have our own menu.
But how can we use the Ventoy functions to boot to an ISO?
For instance, if I use 'e' grub2 menu edit key when selecting an ISO - I can see the function call
iso_common_menuentry
So I would like to make a menu entry in ventoy_grub.cfg that calls this function with any ISO.
Code: menuentry 'Boot Ubuntu' --class=custom {
iso_common_menuentry "${vtoy_iso_part}/ISO/LINUX/010 Ubuntu v20.04.3 (64-bit).iso"
}
This does not quite work. Perhaps some other variable needs to be set?
Some more documentation on how to load ISOs, VHDs, IMG, WIM etc. using Ventoy would be useful.
|
|
|
|