| Welcome, Guest |
You have to register before you can post on our site.
|
| Online Users |
There are currently 231 online users. » 0 Member(s) | 226 Guest(s) Applebot, Baidu, Bing, Google, Yandex
|
| Latest Threads |
External DHCP
Forum: Ventoy Discussion Forum
Last Post: splayer
Yesterday, 07:47 AM
» Replies: 1
» Views: 89
|
Regarding UAPI.1 usage fo...
Forum: Ventoy Discussion Forum
Last Post: splayer
Yesterday, 05:20 AM
» Replies: 0
» Views: 76
|
Comparison of Iventoy and...
Forum: iVentoy Discussion Forum
Last Post: crasadure
05-30-2026, 11:49 PM
» Replies: 0
» Views: 212
|
Sterlec on iventoy
Forum: iVentoy Discussion Forum
Last Post: crasadure
05-30-2026, 11:48 PM
» Replies: 1
» Views: 378
|
Bypass Windows 11 25H2 MS...
Forum: Ventoy Discussion Forum
Last Post: vyros4u
05-27-2026, 07:56 PM
» Replies: 0
» Views: 369
|
Ventoy not booting on som...
Forum: Ventoy Discussion Forum
Last Post: jiri
05-27-2026, 03:03 PM
» Replies: 2
» Views: 773
|
Problema iventoy nao carr...
Forum: iVentoy Discussion Forum
Last Post: longpanda
05-23-2026, 02:56 PM
» Replies: 1
» Views: 343
|
[SOLVED] iVentoy stuck on...
Forum: iVentoy Discussion Forum
Last Post: roy
05-19-2026, 01:14 PM
» Replies: 4
» Views: 1,293
|
CachyOS vDisk (vtoyboot) ...
Forum: Ventoy Discussion Forum
Last Post: alain81
05-13-2026, 01:29 PM
» Replies: 1
» Views: 756
|
Running Out of Disk Space...
Forum: Ventoy Discussion Forum
Last Post: longpanda
05-13-2026, 04:20 AM
» Replies: 15
» Views: 2,562
|
|
|
| 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.
|
|
|
|