Copy Files To $win_NT$.~bt directory for unattended installation

G

Guest

What dictates which files are copied into the $WIN_NT$.~BT folder
during an unattended setup?

Basically, I need to force it to copy iaStor.Sys into $WIN_NT$.~BT so
that the textmode part of the install can complete, but can't find
anywhere that lists the files to be copied.


=================================
BACKGROUND:


I'm being driven nuts trying to do a Unattend install using
the SATA drivers (iaStor.sys).
Having spent days on this, and following all of the info I can find.

If I manually copy it to the $WIN_NT$.~BT folder and reboot all is
good. I have tried every suggestion I can to get iaStor to work (it is
in the $WIN_NT$.~BT\$OEM$ folder) but the manual step seems to be the
only one that works.
 
M

Mario Schmidt

Rene said:
What dictates which files are copied into the $WIN_NT$.~BT folder
during an unattended setup?

Basically, I need to force it to copy iaStor.Sys into $WIN_NT$.~BT so
that the textmode part of the install can complete, but can't find
anywhere that lists the files to be copied.

http://www.pcstats.com/articleview.cfm?articleid=1703&page=5

You need to modify txtsetup.sif, which is described on the next two pages.

What the guide does not mention: You also should add your driver file to
the list in i386\dosnet.inf under sections [FloppyFiles.2] and [Files]!
 
M

Mario Schmidt

Ah, and also copy your .sys file to i386 on the installation medium. You
may compress it using makecab: "makecab mydriverfile.sys".
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top