> (sorry Tovis: updated and resent, forget to cc: the list)
>
> ----- "tovis" <mailer.to...@freemail.hu> 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
>
>
I have checked that drivers on //ntinstall/install /Z is semm well, from
Linux and windows also - no permission problems.
File /netinst/unattended.txt under section [_meta] include row:

scan_windrivers_dest_map = "/z/drivers/G/N1:drvscan\ ->
 1@/z/drivers/G/N:drvscan\2@/z/drivers/C/I:drvscan\ ->
 3@/z/drivers/S/R1:drvscan\4@/z/drivers/L/I:drvscan\ ->
 5@/z/drivers/M/I5:drvscan\6@/z/drivers/G/N3:drvsacn\7"

some what strange expression.
I have one suspect - /usr/bin/nt5x-install - may be my boot image is out
of date? Could you figure out or give me link to the latest working
version?
Thanks
tovis







------------------------------------------------------------------------------
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
unattended-info@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/unattended-info

Reply via email to