02-19-2024, 03:04 AM
(02-12-2024, 10:05 PM)dimitrirodis Wrote: So this worked for me, kind of.
I am also using the "autoinstall" plugin, and when I also choose the autoinstall template (which ALSO injects unattend.xml), the setup runs before VentoyAutoRun.bat/DriverLoader.exe have a chance to finish, so the setup reports that the drive cannot be found. If I don't use the autoinstall plugin, by the time I manually get to the screen that shows the available disks, they are present.
Any known way to get around this issue? Isn't there a location where, simply, the drivers need to be placed and will be loaded in advance of the setup without the need for DriverLoader?
(10-13-2023, 09:03 AM)kimi Wrote: Download WinInjection.zip and DriverIndexer-x64.exe
decompress WinInjection.zip
Rename DriverIndexer-x64.exe to DriverIndexer.exe and put it into WinInjection\x\Windows\system32
Put driver into WinInjection\x\drivers folder
Edit WinInjection\VentoyAutoRun.bat
Code:@echo off
DriverIndexer.exe load-driver X:\drivers
directory structure is as follows
Quote:Xrun pack.bak to create windows_injection.7z
│ VentoyAutoRun.bat
├─drivers
│ └─netcard
│ xxxx.cat
│ xxxx.inf
│ xxxx.sys
└─Windows
└─System32
DriverIndexer.exe
Set the injection file to windows_injection.7z
press Shift+F10 to launch cmd.exe and run dir x:
if VentoyAutoRun.log exist, file inject works
run more x:\VentoyAutoRun.log to check log file