Welcome, Guest |
You have to register before you can post on our site.
|
Forum Statistics |
» Members: 13,242
» Latest member: TommesSB
» Forum threads: 1,656
» Forum posts: 6,670
Full Statistics
|
Online Users |
There are currently 215 online users. » 0 Member(s) | 212 Guest(s) Applebot, Bing, Google
|
Latest Threads |
Acronis iso will not load...
Forum: Ventoy Discussion Forum
Last Post: Epictetus
07-02-2025, 01:35 AM
» Replies: 1
» Views: 175
|
iso not working HP SSA Of...
Forum: Ventoy Discussion Forum
Last Post: Steve2926
07-01-2025, 03:12 PM
» Replies: 1
» Views: 251
|
Ventoy and TrueNAS 25.04....
Forum: Ventoy Discussion Forum
Last Post: dragonlord76
06-25-2025, 07:27 PM
» Replies: 0
» Views: 217
|
Updating Windows on vhd i...
Forum: Ventoy Plugin Forum
Last Post: vcespon
06-15-2025, 01:11 PM
» Replies: 0
» Views: 318
|
VHD don't work
Forum: Ventoy Plugin Forum
Last Post: vcespon
06-15-2025, 12:54 PM
» Replies: 1
» Views: 1,111
|
plz update hardware info ...
Forum: Ventoy Discussion Forum
Last Post: kcs
06-09-2025, 02:57 PM
» Replies: 0
» Views: 498
|
gParted Live-ISO 1.7.0-1 ...
Forum: Ventoy Discussion Forum
Last Post: odie
06-06-2025, 11:55 AM
» Replies: 0
» Views: 562
|
请问是否支持Loongarch64架构的启动引导
Forum: Ventoy Discussion Forum
Last Post: zp1688
06-01-2025, 11:57 AM
» Replies: 5
» Views: 8,142
|
还是希望能有支持国芯架构的安排吧。
Forum: Ventoy Discussion Forum
Last Post: zp1688
06-01-2025, 11:56 AM
» Replies: 1
» Views: 1,510
|
能否让ventoy直接安装到硬盘和本机的系统形成双...
Forum: Ventoy Discussion Forum
Last Post: zp1688
06-01-2025, 11:55 AM
» Replies: 2
» Views: 2,359
|
|
|
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.
|
|
|
|