| Welcome, Guest |
You have to register before you can post on our site.
|
| Forum Statistics |
» Members: 13,712
» Latest member: checholin
» Forum threads: 1,677
» Forum posts: 6,730
Full Statistics
|
| Online Users |
There are currently 360 online users. » 0 Member(s) | 355 Guest(s) Applebot, Baidu, Bing, Google, Yandex
|
| Latest Threads |
ventoy运行windows系统镜像问题
Forum: Ventoy Discussion Forum
Last Post: leo
11-21-2025, 12:29 PM
» Replies: 0
» Views: 134
|
Boot 32 bit Windows
Forum: Ventoy Plugin Forum
Last Post: Steve2926
11-07-2025, 11:03 AM
» Replies: 3
» Views: 7,816
|
Live ISO Building ?
Forum: Ventoy Discussion Forum
Last Post: Eliott
10-31-2025, 02:02 AM
» Replies: 1
» Views: 959
|
Menu Spacing
Forum: Ventoy Discussion Forum
Last Post: fan_boy
10-30-2025, 03:49 AM
» Replies: 0
» Views: 404
|
EXT, NTFS in 1st partitio...
Forum: Ventoy Discussion Forum
Last Post: 4hotdogs
10-29-2025, 03:58 AM
» Replies: 0
» Views: 457
|
Ventoy Linux still does n...
Forum: Ventoy Discussion Forum
Last Post: 4hotdogs
10-29-2025, 03:25 AM
» Replies: 2
» Views: 1,091
|
Ventoy InjectioN
Forum: Ventoy Plugin Forum
Last Post: 4hotdogs
10-29-2025, 03:12 AM
» Replies: 0
» Views: 370
|
Aomei + Win To Go + Vento...
Forum: Ventoy Discussion Forum
Last Post: 4hotdogs
10-29-2025, 03:02 AM
» Replies: 4
» Views: 11,581
|
Ventoy installation for o...
Forum: Ventoy Discussion Forum
Last Post: FroggieTheGremlin
10-23-2025, 01:09 PM
» Replies: 5
» Views: 1,793
|
Screen Resolution 800x600
Forum: Ventoy Discussion Forum
Last Post: fan_boy
10-20-2025, 08:32 PM
» Replies: 0
» Views: 643
|
|
|
| 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 ?
|
|
|
Sharing a code for creating "windows_injection.zip" |
|
Posted by: Matthew Wai - 01-15-2022, 12:44 PM - Forum: Ventoy Plugin Forum
- No Replies
|
 |
https://github.com/ventoy/WinInjection/b...ection.zip
The above ZIP file contains the script "pack.bat", which uses 7-Zip to create "windows_injection.7z".
I have written the following code, which uses PowerShell to create "windows_injection.zip", which also works with Ventoy Injection Plugin. As PowerShell is a Windows built-in app, the third-party apps "7za32.exe" and "7za64.exe" are not needed. Just copy the following code into a CMD/batch script, which can then be used in place of "pack.bat". The "internal" folder, which contains the said third-party apps, can simply be deleted.
Code: @echo off & CD /d "%~dp0" & Set "[ZIP]=windows_injection"
If exist "%[ZIP]%.zip" Del "%[ZIP]%.zip"
PowerShell Compress-Archive """X\*""" """%[ZIP]%"""
Mode con cols=72 lines=10 & color 17 & Echo.
Echo ======================================================================
If exist "%~dp0%[ZIP]%.zip" (Echo.
Echo The following file has been created in the current working directory.
Echo. & Echo "%[ZIP]%.zip") else (Echo.
Echo The operation has failed for some reason.)
Echo.
Echo ======================================================================
Pause>nul
|
|
|
|