Welcome, Guest |
You have to register before you can post on our site.
|
Online Users |
There are currently 296 online users. » 0 Member(s) | 292 Guest(s) Applebot, Bing, Google, Yandex
|
Latest Threads |
plz update hardware info ...
Forum: Ventoy Discussion Forum
Last Post: kcs
Yesterday, 02:57 PM
» Replies: 0
» Views: 84
|
gParted Live-ISO 1.7.0-1 ...
Forum: Ventoy Discussion Forum
Last Post: odie
06-06-2025, 11:55 AM
» Replies: 0
» Views: 190
|
请问是否支持Loongarch64架构的启动引导
Forum: Ventoy Discussion Forum
Last Post: zp1688
06-01-2025, 11:57 AM
» Replies: 5
» Views: 7,518
|
还是希望能有支持国芯架构的安排吧。
Forum: Ventoy Discussion Forum
Last Post: zp1688
06-01-2025, 11:56 AM
» Replies: 1
» Views: 1,191
|
能否让ventoy直接安装到硬盘和本机的系统形成双...
Forum: Ventoy Discussion Forum
Last Post: zp1688
06-01-2025, 11:55 AM
» Replies: 2
» Views: 1,763
|
Ventoy is genius!
Forum: Ventoy Discussion Forum
Last Post: Epictetus
05-28-2025, 12:56 AM
» Replies: 0
» Views: 415
|
安装vtoyboot后,grub启动项丢失
Forum: Ventoy Plugin Forum
Last Post: 1902550300
05-17-2025, 04:07 AM
» Replies: 0
» Views: 769
|
[Feature Request] WIM / V...
Forum: iVentoy Discussion Forum
Last Post: METALHEAD
05-14-2025, 05:19 PM
» Replies: 1
» Views: 1,124
|
iventoy 在LXC debian中启动失败
Forum: iVentoy Discussion Forum
Last Post: week921
05-09-2025, 02:22 PM
» Replies: 5
» Views: 9,585
|
exception processing mess...
Forum: Ventoy Discussion Forum
Last Post: Omid Khan
05-02-2025, 06:08 PM
» Replies: 0
» Views: 685
|
|
|
Reserved问题中安装linux |
Posted by: xk-devops - 05-10-2023, 03:05 AM - Forum: Ventoy Discussion Forum
- Replies (1)
|
 |
我把一个硬盘做成了Ventoy,然后保留了一个分区Reserved,然后将Centos得iso镜像放在Ventoy分区下,通过ventoy在Reserved分区上安装了Centos,但是安装完成后,重新开机,grub得开机引导只有Centos得,有没有办法安装Centos后在grub开机引导时,Centos引导和Ventoy能够同时存在,方便Centos系统故障能再次直接重装系统。
|
|
|
F4:Localboot alternative method |
Posted by: MultibootNewb - 04-25-2023, 05:21 PM - Forum: Ventoy Discussion Forum
- Replies (1)
|
 |
Hi
Is there another method to activate the 'Local boot' option associated with the F4 key?
I've built a Ventoy based boot selector that runs on an ESP32 with serial interface, it allows you to select the menu item that you want to boot, then turns on the PC, waits for Ventoy to load, selects your boot choice, and presses return. This is all working as expected.
However, due to limitations of the serial protocol I cannot send Function Keys to Ventoy and I would like to impliment the 'Local boot' option.
I was wondering if maybe I could press a key to drop to a shell then activate the local boot functionality?
Many thanks
Dan
Just in case anyone else needs the answer to this question:
The F keys are mirrored to the regular number keys at the top of the keyboard, pressing 4 will open Local Boot.
Is this an undocumented feature?
|
|
|
The problem when writing to the drive |
Posted by: FirstLast111 - 04-21-2023, 06:08 PM - Forum: Ventoy Discussion Forum
- Replies (1)
|
 |
Hi when trying to write using GPT, exFAT, Secure boot i have error. With NTFS, MBR same. without secure boot same. I tried to remove and tick different boxes. cluster sizes, etc. tried also recording VTSI via Rufus. the recording is successful, but in Ventoy it does not show the version and the flash drive does not read. Also tried to burn via Rufus Live CD and try to install. error. flash drive with AliExpress, tried to make a low level format but got the same. log.txt
log.txt (Size: 34.13 KB / Downloads: 4)
ChatGPT said "This log seems to show the output of some kind of program or system operation. It appears to be a sequence of messages related to reading and writing data to a drive or disk, with some error codes and failure messages included.
The messages suggest that the program is attempting to write data to a disk or drive, but is encountering some errors along the way. For example, there are several messages that show a code of 183, which may indicate a "file already exists" error.
Eventually, the program encounters a more serious error message: "The data write and read does not match". This suggests that the program was unable to write the data correctly, or that there may be a problem with the disk itself.
Finally, the log shows that the program attempts to perform some kind of disk formatting operation, but encounters an error and fails. There are also messages that suggest the program is attempting to find which process is occupying the disk."
|
|
|
Subscription? |
Posted by: boudragon - 04-18-2023, 03:48 PM - Forum: Ventoy Discussion Forum
- Replies (2)
|
 |
So I sent the $19 and still don't have access to the paid forums. It's been like a week now and I've contacted them TWICE with no reply. Anyone even here?!
|
|
|
Migration from MBR to GPT fails |
Posted by: ralf - 04-12-2023, 05:06 PM - Forum: Ventoy Discussion Forum
- Replies (5)
|
 |
Hi,
on old hardware I made a Ventoy USB stick using MBR. This Vento USB stick worked.
The first partition was an ext4 partition holding
xubuntu-20.04.1-desktop-amd64.iso
xubuntu-20.04.1-desktop-pers1.dat
ventoy/ventoy.json
the content of ventoy/ventoy.json was
Code: {
"persistence": [
{
"image": "/xubuntu-20.04.1-desktop-amd64.iso",
"backend": "/xubuntu-20.04.1-desktop-pers1.dat"
}
]
}
There was a third partition formatted as fat32, holding data to share.
Now I try to make a Ventoy USB stick using GPT on new hardware. Actually it's the same USB stick.
I tried in 1001 way, never touched the second partition, but whatever I tried so far doesn't work. The closest to something working was done this way:
I used gparted to create the GPT and to create an 16380 MiB sized ext4 partition. Behind the ext4 partition were 13619 MiB left unallocated.
Then I run
Code: ventoy -i -r 13554 -g -n /dev/sdf
Now I have got a first 16 GiB sized ext4 partition and a second 32 MiB fat16 partition and left are unallocated 13.27 GiB.
I copied
xubuntu-20.04.1-desktop-amd64.iso
xubuntu-20.04.1-desktop-pers1.dat
ventoy/ventoy.json
to the ext4 partition, the files that were used by the MBR USB stick. I have done nothing to the second partition. When I boot I get the Ventoy menu with the Ventoy wallpaper claiming that no ISOs are available.
Other attempts without the "-n" option were even more worse. I got a black screen, the output was something similar to "invalid Ventoy".
Code: # pacman -Q ventoy-bin
ventoy-bin 1.0.91-1
# ventoy -l /dev/sdf
**********************************************
Ventoy: 1.0.91 x86_64
longpanda admin@ventoy.net
https://www.ventoy.net
**********************************************
Ventoy Version in Disk: 1.0.91
Disk Partition Style : GPT
Secure Boot Support : YES
Regards,
Ralf
|
|
|
Menu Folder |
Posted by: lolkill23 - 04-12-2023, 03:45 AM - Forum: Ventoy Plugin Forum
- Replies (2)
|
 |
how to set a menu folder in ventoy.
example
Windows
Windows 10
Windows 8
Windows 7
Linux
Ubuntu
Suse
MacOS
High Sierra
Utilities
Antivirus
and so on
|
|
|
|