(sorry Tovis: updated and resent, forget to cc: the list)

----- "tovis" <[email protected]> wrote:

<snip>

> I'm trying a far older modell of motherboard (Gigabyte 8IPE1000).
> I'm watching at result installation structure, before the microsoft
> installer boot/start.
> There is no such a directory c:\scandrv
> The c:\netinst\logs\drivers.log I see that scripts find every drivers
> to
> this motherboard and VGA card, every one of them "match" - "Unamtched
> devices: 0 devices", but nnothing about copy or errors.
> Some one knows which script does the copy of drivers? Why it does not
> work?

Hello,

the scanner is the script dosbin/search-win-drivers.pl.
dosbin/install.pl calls it and write its output into file
c:\netinst\logs\drivers.log

dosbin/install.pl also fills the c:\netinst\unattend.txt file
with the key "scan_windrivers_dest_map" below the [_meta] section,
and its value is the mapping between the "real" name of the found drivers 
folders
and their copy below c:\scandrv\.
It also add these paths into the PnPsearchPath of Windows (in unattend.txt 
file).

/usr/bin/nt5x-install is the script that reads the content of the key
scan_windrivers_dest_map from unattend.txt and perform the copy of the drivers
(according to this map).

So what is the content of your generated c:\netinst\unattend.txt file ?
especially the value of the key "scan_windrivers_dest_map" ?

Pierre

------------------------------------------------------------------------------
Beautiful is writing same markup. Internet Explorer 9 supports
standards for HTML5, CSS3, SVG 1.1,  ECMAScript5, and DOM L2 & L3.
Spend less time writing and  rewriting code and more time creating great
experiences on the web. Be a part of the beta today.
http://p.sf.net/sfu/beautyoftheweb
_______________________________________________
unattended-info mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/unattended-info

Reply via email to