Welcome, Guest |
You have to register before you can post on our site.
|
Online Users |
There are currently 526 online users. » 0 Member(s) | 520 Guest(s) Baidu, Bing, DuckDuckGo, Facebook, Google, Twitter
|
Latest Threads |
Ventoy installation for o...
Forum: Ventoy Discussion Forum
Last Post: pcpartpicker
2 hours ago
» Replies: 0
» Views: 21
|
Ventoy Linux still does n...
Forum: Ventoy Discussion Forum
Last Post: 4hotdogs
Yesterday, 03:08 AM
» Replies: 0
» Views: 98
|
Screen Resolution 800x600
Forum: Ventoy Discussion Forum
Last Post: fan_boy
10-20-2025, 08:32 PM
» Replies: 0
» Views: 92
|
Issues with windows vista...
Forum: Ventoy Discussion Forum
Last Post: johnson
10-19-2025, 04:10 PM
» Replies: 4
» Views: 10,635
|
Help $OEM$
Forum: Ventoy Discussion Forum
Last Post: venster
10-04-2025, 03:18 PM
» Replies: 2
» Views: 6,211
|
iso not working HP SSA Of...
Forum: Ventoy Discussion Forum
Last Post: rjc862003
09-30-2025, 02:02 AM
» Replies: 2
» Views: 8,465
|
Lost ISO partition
Forum: Ventoy Discussion Forum
Last Post: abba
09-29-2025, 12:05 PM
» Replies: 0
» Views: 924
|
Remove Version Number
Forum: Ventoy Discussion Forum
Last Post: XxJourdanYxX
09-26-2025, 06:42 AM
» Replies: 2
» Views: 9,141
|
Install Ventoy with a dat...
Forum: Ventoy Discussion Forum
Last Post: odie
09-25-2025, 03:14 PM
» Replies: 0
» Views: 1,293
|
big discussion on OpenSUS...
Forum: Ventoy Discussion Forum
Last Post: Dutchglory
09-21-2025, 12:44 AM
» Replies: 0
» Views: 2,793
|
|
|
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
|
|
|
|