Welcome, Guest |
You have to register before you can post on our site.
|
Forum Statistics |
» Members: 12,273
» Latest member: 龙套二号
» Forum threads: 1,601
» Forum posts: 6,559
Full Statistics
|
Online Users |
There are currently 105 online users. » 0 Member(s) | 103 Guest(s) Bing, Google
|
Latest Threads |
i have ventoy usb with wi...
Forum: Ventoy Discussion Forum
Last Post: xzaswq
4 hours ago
» Replies: 1
» Views: 62
|
Ventoy service autostart ...
Forum: Ventoy Discussion Forum
Last Post: reyesryder
11-22-2024, 09:26 AM
» Replies: 0
» Views: 115
|
About the low activity
Forum: Ventoy Discussion Forum
Last Post: Epictetus
11-20-2024, 11:32 PM
» Replies: 2
» Views: 791
|
Installation looks streak...
Forum: iVentoy Discussion Forum
Last Post: lvinuezav
11-20-2024, 10:11 PM
» Replies: 1
» Views: 609
|
Windows 11 24H2 installer...
Forum: Ventoy Discussion Forum
Last Post: DawnTreader
11-14-2024, 07:43 PM
» Replies: 5
» Views: 4,105
|
ventoy什么时候,能支持原生4K的U盘
Forum: Ventoy Discussion Forum
Last Post: pj1981618
11-12-2024, 09:11 AM
» Replies: 2
» Views: 2,389
|
Boot ISO from sata
Forum: Ventoy Discussion Forum
Last Post: jesudia
11-10-2024, 08:17 PM
» Replies: 0
» Views: 301
|
boot iso with ventoy: "n...
Forum: Ventoy Discussion Forum
Last Post: Dutchglory
11-08-2024, 01:55 PM
» Replies: 0
» Views: 365
|
vhdimg, does it work with...
Forum: Ventoy Discussion Forum
Last Post: asdffdsa1122
11-05-2024, 10:48 PM
» Replies: 0
» Views: 382
|
Ventoy enroll key manager...
Forum: Ventoy Discussion Forum
Last Post: Epictetus
10-25-2024, 11:09 PM
» Replies: 26
» Views: 13,672
|
|
|
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: 3)
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
|
|
|
This is not a valid ventoy device |
Posted by: Keith Weisshar - 04-09-2023, 07:12 PM - Forum: Ventoy Discussion Forum
- Replies (2)
|
|
Why do I get a This is not a valid ventoy device with error code 12 if I try to boot Ventoy from my Samsung T7 Shield after installing a Windows time machine software such as Eazy Fix from Eaz Solution or Rollback Rx from Horizon DataSys. The software should only modify the MBR on the primary drive but it also modified the MBR on the USB drive and when I turn protection off it only restores the MBR on the primary drive but does not restore the MBR on the USB drive. The MBR gets rewritten on both drives every time I turn protection on. If I try to reinstall Ventoy to my USB drive while protection is turned on the install or update fails unless I turn protection off. I use GPT on both drives.
|
|
|
|