Welcome, Guest |
You have to register before you can post on our site.
|
Forum Statistics |
» Members: 12,269
» Latest member: minefy
» Forum threads: 1,600
» Forum posts: 6,557
Full Statistics
|
Online Users |
There are currently 129 online users. » 1 Member(s) | 125 Guest(s) Bing, Google, Yandex, Krinal
|
Latest Threads |
Ventoy service autostart ...
Forum: Ventoy Discussion Forum
Last Post: reyesryder
Yesterday, 09:26 AM
» Replies: 0
» Views: 94
|
About the low activity
Forum: Ventoy Discussion Forum
Last Post: Epictetus
11-20-2024, 11:32 PM
» Replies: 2
» Views: 765
|
Installation looks streak...
Forum: iVentoy Discussion Forum
Last Post: lvinuezav
11-20-2024, 10:11 PM
» Replies: 1
» Views: 600
|
Windows 11 24H2 installer...
Forum: Ventoy Discussion Forum
Last Post: DawnTreader
11-14-2024, 07:43 PM
» Replies: 5
» Views: 4,046
|
ventoy什么时候,能支持原生4K的U盘
Forum: Ventoy Discussion Forum
Last Post: pj1981618
11-12-2024, 09:11 AM
» Replies: 2
» Views: 2,378
|
Boot ISO from sata
Forum: Ventoy Discussion Forum
Last Post: jesudia
11-10-2024, 08:17 PM
» Replies: 0
» Views: 300
|
boot iso with ventoy: "n...
Forum: Ventoy Discussion Forum
Last Post: Dutchglory
11-08-2024, 01:55 PM
» Replies: 0
» Views: 361
|
vhdimg, does it work with...
Forum: Ventoy Discussion Forum
Last Post: asdffdsa1122
11-05-2024, 10:48 PM
» Replies: 0
» Views: 378
|
Ventoy enroll key manager...
Forum: Ventoy Discussion Forum
Last Post: Epictetus
10-25-2024, 11:09 PM
» Replies: 26
» Views: 13,575
|
Get rid of the ExFAT warn...
Forum: Ventoy Discussion Forum
Last Post: Reiner
10-25-2024, 08:45 AM
» Replies: 0
» Views: 452
|
|
|
Acronis Rescue Media CD does not boot with Standard setting |
Posted by: Mosed - 02-03-2022, 04:48 PM - Forum: Ventoy Discussion Forum
- Replies (11)
|
|
Hello,
I created an Acronis Rescue Media CD with the Rescue Media Builder with Standard settings (Win PE - Windows recovery environment). When I boot the ISO there is only the promt "press any key to boot from CD/DVD" and then it jumps back to the boot loader.
Afterwards I created the Acronis Rescue Media CD with setting "Win PE - Windows 8, Windows 8.1 Windows 10" which is created with Windows ADK and this can be bootet via Ventoy.
Tested with Windows 10 as OS.
Had someone else also this problem? Can this be perhaps solved? I guess other people will only recognize that the ISO does not boot and try another USB Boot media creation tool.
|
|
|
Design ventoy (support for setting different backgrounds for different folders). |
Posted by: AlexBryansk - 02-02-2022, 08:40 PM - Forum: Ventoy Discussion Forum
- Replies (21)
|
|
google translate:
In the video,https://disk.yandex.ru/i/4y6jChViAZXNvA , ventoy is installed on an external SSD disk with a capacity of 256GB. 8 themes are used:
- main menu,
- external menu(launching ventoy_grub.cfg),
- file manager (the idea and the main part of the code is nguyen ha thai trong, the author of the topics on the forum "grubfm_ventoyfm iso" and "ventoyfm1062")
- directory antivirus "/ISO/Antivirus"
- directory Windows Installation disks "/ISO/Install windows"
- directory linux Live-cd "/ISO/linux"
- directory the loaders "/ISO/multiboot"
- directory working with HDD,ssd,flash disks "/ISO/sistem utilit"
The difference from the original ventoy is only in adding code to the grub.conf file.
Native auto-search for files in { "VTOY_DEFAULT_SEARCH_ROOT": "/ventoymenu" }, but this folder is empty and therefore will not be displayed in the main menu.
The second Auto-search is carried out by the built-in file manager. Launching iso, img files... carried out by ventoy. Launching text files
with the cat command. In the file manager mode, not all iso, img files are launched from partitions other than hd0,1.
But these files are not launched from these places by other programs - a1ive/grub2-filemanager and nguyentumine/AIO-Boot.
Disadvantage and a big request to help:
Icons, aliases, themes... added manually:
for example, I have
Code: if regexp '^\b.*[kK][rR][dD].*$' "${name_icon}"; then
set icon="Kaspersky";
elif regexp '^\b.*[dD][rR][wW][eE][bB].*$' "${name_icon}"; then
set icon="drweb";
elif regexp '^\b.*[eE][sS][eE][tT].*$' "${name_icon}"; then
set icon="eset";
elif regexp '^\b.*[aA][vV][iI][rR][aA].*$' "${name_icon}"; then
set icon="avira";
....
in the ventoy.json file
Code: "menu_class": [
{
"key": "krd",
"class": "Kaspersky"
},
{
"key": "drweb",
"class": "drweb"
},
{
"key": "eset",
"class": "eset"
},
{
"key": "avira",
"class": "avira"
},
....
1. Therefore, the request is how to extract data from the ventoy.json file from the terminal (in the grub.conf file).
Maybe longpanda has some kind of function.
2. Or how to run a binary file. The analog in the linux terminal is ./path/file_name
3. How to transfer data from the grub.conf file to the label component file theme.txt .
An analogue of "menu_tip" in the file ventoy.json or +label {text = "@VTOY_HOTKEY_TIP@"... in the file theme.txt .
For example, launching Kaspersky Rescue Disk antivirus
(press "Ctrl+r" - "GRUB2 Mode" will be displayed at the bottom, in the center of the screen and ... that's it :) then start.)
|
|
|
WindowsPE - load necessary driver during boot |
Posted by: Nierewa - 01-27-2022, 12:23 PM - Forum: Ventoy Discussion Forum
- Replies (6)
|
|
If I start Win7PE.iso from ventoy, all seems ok.
But the USB Stick isn't mount because USB driver issues during boot.
I tried injection plugin but it fails. So the injection isn't the right thing here because the USB stick isn't mounted.
How can I solve the problem?
Maybe with DUD (Driver Update Disk) Plugin? Or maybe with unattend.xml?
Does anyone have a solution or an idea?
|
|
|
提交一个bug,不知道算不算是。同时提交一个测试通过的ISO |
Posted by: lakerkobe - 01-26-2022, 07:11 AM - Forum: Ventoy Discussion Forum
- Replies (2)
|
|
Ventoy的版本是1.0.63和1.0.64,之前的版本没注意是否有此现象。
我会把windows和linux的ISO存放在同一磁盘分区,同时也会在此分区存放一些linux下使用的脚本文件,所以我把存放ISO的分区格式化为udf文件系统,这样无论在windows还是linux下都可以无需加载安装其他软件模块即可访问这个分区,方便不同系统间相互间读写文件。
当我把此分区格式化为ntfs或者exfat时,ventoy引导及安装系统时都很正常;如果当我把这个分区格式化为UDF时,ventoy本身引导没有问题,安装了几个不同版本的linux时也没问题,可是在安装windows时,ISO开始引导后第一个页面就直接报告错误,测试了win7,win10,win11,win2012,win2016,这些都会报错误,测试的硬件有服务器,PC机,都是一样报错。测试用的U盘有sandisk,aigo,kingstone,都是会报错。
另外,可以支持的ISO镜像我测试通过了Kylin-Server-10-SP1-Release-Build20-20210518-x86_64.iso,同时此版本的arm平台镜像也测试通过,但是这两个ISO均无法加载KS文件进行自动化部署。
测试无法使用Kylin-Server-10-SP2-x86-Release-Build09-20210524.iso。
|
|
|
Win7 PE - driver incection |
Posted by: Nierewa - 01-24-2022, 12:42 PM - Forum: Ventoy Plugin Forum
- Replies (18)
|
|
Hi,
I have a Win7PE boot.wim file wich be loades with ventoy.
But I can't use either mouse nor keyboard.
How can I add USB3 driver? With injection plugin it doesn't work?
Code: "injection": [
{
"image": "/iso/Win7PE/boot1.wim",
"archive": "/driver/Intel_USB3_Win7.zip"
}
]
Folderstructur within Intel_USB3_Win7.zip:
sources
|-$OEM$
|-Win7
|-x64
|-usb.inf
|-x86
- usb.inf
Or using VentoyAutoRun.bat?
Need some help/tutorial. Thanks
|
|
|
New Ventoy user questions |
Posted by: 2020 - 01-24-2022, 03:20 AM - Forum: Ventoy Discussion Forum
- Replies (3)
|
|
Hi im new to Ventoy
I've been using Rufus which is very solid but wanted to try a good multi boot option ive used YUFI in the past, I had some questions.
Since I've been using Rufus ii was wondering if ventoy had - image options, standard, Extended installation support (Disables TPM/Secure Boot Windows To Go.
Can you create Windows To Go with ventoy like you can with rufus and Disables TPM/Secure Boot, if not how could i do this or can I still just use rufus ?
can ventoy do everything rufus and Easy2Boot can if not what are the missing features ?
I can see you dont have Legacy support so cant run things like windows xp would this fix the issue
Link
Can I still run portable apps ?
|
|
|
|