| Welcome, Guest |
You have to register before you can post on our site.
|
| Forum Statistics |
» Members: 14,012
» Latest member: NPViz
» Forum threads: 1,681
» Forum posts: 6,747
Full Statistics
|
| Online Users |
There are currently 370 online users. » 0 Member(s) | 366 Guest(s) Applebot, Baidu, Bing, Google
|
| Latest Threads |
Best way to manage multip...
Forum: Ventoy Discussion Forum
Last Post: Epictetus77
03-04-2026, 09:44 PM
» Replies: 1
» Views: 308
|
Ventoy enroll key manager...
Forum: Ventoy Discussion Forum
Last Post: Epictetus77
02-12-2026, 06:09 AM
» Replies: 30
» Views: 92,922
|
Is it possible to view ot...
Forum: Ventoy Discussion Forum
Last Post: EtaBeta
02-07-2026, 01:57 AM
» Replies: 3
» Views: 1,215
|
Problems with running on ...
Forum: Ventoy Discussion Forum
Last Post: Morpho
02-05-2026, 11:54 AM
» Replies: 8
» Views: 27,189
|
ventoy运行windows系统镜像问题
Forum: Ventoy Discussion Forum
Last Post: hxpro
02-04-2026, 04:54 PM
» Replies: 1
» Views: 2,794
|
the potentail risk when u...
Forum: Ventoy Discussion Forum
Last Post: longpanda
02-03-2026, 01:58 AM
» Replies: 5
» Views: 4,106
|
[SOLVED] HDD Regenerator ...
Forum: Ventoy Discussion Forum
Last Post: Morpho
02-02-2026, 12:25 PM
» Replies: 9
» Views: 57,572
|
Some ISOs won't boot with...
Forum: Ventoy Discussion Forum
Last Post: Haubi
01-29-2026, 09:21 AM
» Replies: 1
» Views: 5,353
|
Need a working configurat...
Forum: iVentoy Discussion Forum
Last Post: anku7
01-23-2026, 12:41 PM
» Replies: 0
» Views: 842
|
QEMU + Ventoy USB: UEFI b...
Forum: Ventoy Discussion Forum
Last Post: EtaBeta
01-22-2026, 08:29 PM
» Replies: 0
» Views: 794
|
|
|
| I want to edit ventoy_x64.efi file |
|
Posted by: awengers44 - 03-08-2021, 10:17 AM - Forum: Ventoy Discussion Forum
- Replies (1)
|
 |
hi, @longpanda
Can you help, I want to edit ventoy_x64.efi file
Sorry, I opened the subject to the plugin section
/bin/sh: nasm: no commands
make: *** [/home/koylu/Ventoy-master/EDK2/edk2-edk2-stable201911/Build/MdeModule/RELEASE_GCC48/IA32/MdePkg/Library/BaseLib/BaseLib/OUTPUT/Ia32/ARShiftU64.obj] Hata 127
build.py...
: error 7000: Failed to execute command
make tbuild [/home/koylu/Ventoy-master/EDK2/edk2-edk2-stable201911/Build/MdeModule/RELEASE_GCC48/IA32/MdePkg/Library/BaseLib/BaseLib]
build.py...
: error F002: Failed to build module
/home/koylu/Ventoy-master/EDK2/edk2-edk2-stable201911/MdePkg/Library/BaseLib/BaseLib.inf [IA32, GCC48, RELEASE]
- Failed -
Build end time: 10:37:43, Mar.08 2021
Build total time: 00:00:12
|
|
|
| vtoybooy: Fedora 33 VDI won't boot |
|
Posted by: sebelk - 03-07-2021, 01:42 AM - Forum: Ventoy Plugin Forum
- Replies (2)
|
 |
Hi,
I've installed Fedora 33 on VirtualBox with UEFI enabled, then download vtoyboot, and run on F33.
When I boot from usb sitck and choose the "vdi.vtoy" option it appears a message such as:
Code: System BootOrder not found. Initializing defaults.
Creating boot entry "BootXXXX" with label "f33" for the ....."
Reset System
And then it reboots
+I have secure boot disable so why does vtoyboot fails?
Could you help me?
Thanks in advance
|
|
|
| Ubuntu 20.04 server autoinstallation HowTo |
|
Posted by: gbl - 03-02-2021, 01:46 PM - Forum: Ventoy Discussion Forum
- Replies (5)
|
 |
Ventoy has a plugin to work with the debian autoinstaller. Unfortunately, Ubuntu 20 comes with a new auto install method (cloud-init), which works differently. At first, I wasn't able to get it to work with Ventoy, so I made an account to ask for help; in the time it took the account to get activated, I solved the problem however. So here's how to do it in case anyone else has the same problem.
A working auto installer needs two files, one `meta-data` and one `user-data`. These need to be on a partition that has `cidata` as the partition label.
These files can not be put into the same partition that has the iso files, because that partition is locked while the booted software is running.
So, to get it to work:
- When running Ventoy for the first time to install it on the USB drive, leave some space for a 3rd partition. On linux, that's `-r 16` to leave 16 MB at the end of the medium.
Code: ventoy-1.0.36/Ventoy2Disk.sh -I /dev/sdX -r 16
- Create a new partition on the medium
Code: fdisk /dev/sdX
n (new)
p (partition)
3 (partition number)
press return twice to confirm the sector numbers
t (type)
3 (partition number)
7 (vfat partition type)
w
- format it to vfat, and name it `cidata`.
Code: mkfs.vfat -n cidata /dev/sdX3
- copy the ubuntu installer iso to the first partition, and your user-data and meta-data to the third partition
More information about user-data is at https://ubuntu.com/server/docs/install/autoinstall. meta-data can be left empty unless you know what you're doing and want to have some version control for different configs.
|
|
|
| Ventoy integration |
|
Posted by: Electroguard - 03-02-2021, 01:07 PM - Forum: Ventoy Discussion Forum
- No Replies
|
 |
Hi,
Ventoy is already amazing as it is, and still keeps innovating to get even better.
So I would like to offer some suggestions for innovation in case they may be feasible and welcome… all aimed at helping Ventoy to fit in and integrate more with existing hdd usage, thereby making it even more useful and indispensable.
And at least it can offer some food for thought.
1. Currently Ventoy can be installed on hdd and preserve some unused space after it, but it could be helpful to have option for allocating a specified amount for Ventoy use, and preserving whatever is remaining.
At the moment Ventoy overwrites the partition table for itself, oblivious to any existing contents, thereby losing bootable access to any remaining existing partitions which may have been deliberately preserved.
So to avoid losing existing partitions and their contents:
2. Could Ventoy offer an option to detect existing partitions? and if so...
3. Could Ventoy have an option to install itself into the first partition to leave the remainder untouched?
4. Or even better, could Ventoy have an option to select any chosen existing partition to install itself into?
Lastly, with the aim of integrating Ventoy into existing drives:
5. Could Ventoy 'spoof' a version of windows (or linux) so that it could be recognised by subsequent installers (such as MX) and added to their grub menu? (the resulting menu entry could be changed later, eg: by grub customizer)
(this would allow other OS's to be installed after Ventoy without making Ventoy unbootable)
6. Instead of always creating a new grub menu, perhaps Ventoy could have an option to add itself as an entry into an existing grub menu file if present?
(this would allow Ventoy to be safely installed AFTER other OS's)
7. Ideally, could Ventoy offer 'discovery' of existing bootable partitions and add them into its Ventoy menu?
(this last feature would enable Ventoy to be added as a simple boot repair tool allowing non-booting OS's to be made bootable again from the Ventoy menu)
The ability to integrate with existing bootable drives, giving bootable access to all of Ventoy's ISO's as well as any previously installed bootable OS (or multiple OS's), would make Ventoy even more unique and powerful.
Thank you for your amazing creativity,
Robin.
|
|
|
|