Discussion:
[Unattended] TEXTMODE driver SIL3114
tovis
2012-01-27 16:23:01 UTC
Permalink
Again I have stuck with this topic :(
I need to use SATA drive in several boxes what are completely missed SATA
interface, with XP. I found that SIL3114 could do the job, for reasonably
chip price. Upgrade card to latest BIOS, download appropriate driver and
put into usual place os/xpsp3/$OEM$/TEXTMODE - nt5x install script
reported that is it copied TEXTMODE drivers.
After start at some point blue death 0x0000007B - storage problem :(
OK revisit pages about unattended textmode driver setup I have tried
several things to get txtsetup.oem work (disk0, instead of disk3, driver
path "", \, .) nothing was changed.
Insert some more rows to unattended.txt ( [MassStorageDrivers]
[OEMBootFiles])
also does not help.
I have checked the drivers, using original XP SP3 installer disk and
floppy for driver - it is work fine.
May be nLite slipstream?
Could some one help me, how to do it with unattended?
I'm using unattended 4.9 version and BTS driver packs.
Sincerely
tovis
Juanjo Pablos
2012-01-29 14:01:47 UTC
Permalink
Post by tovis
I have checked the drivers, using original XP SP3 installer disk and
floppy for driver - it is work fine.
May be nLite slipstream?
Could some one help me, how to do it with unattended?
strange problem. Just make sure that your SATA driver has not got any
subfoder (everything in the same folder)


Maybe you can upload that driver somewhere so we can have a look
--
A dineros pagados brazos cruzados.
tovis
2012-01-29 19:24:40 UTC
Permalink
Post by Juanjo Pablos
Post by tovis
I have checked the drivers, using original XP SP3 installer disk and
floppy for driver - it is work fine.
May be nLite slipstream?
Could some one help me, how to do it with unattended?
strange problem. Just make sure that your SATA driver has not got any
subfoder (everything in the same folder)
Maybe you can upload that driver somewhere so we can have a look
--
A dineros pagados brazos cruzados.
Thanks Juanjo for reply!
I have downloaded from here
http://www.siliconimage.com/support/searchresults.aspx?pid=28&cat=3&os=4
this
SiI3114 non-RAID 32-bit Windows Driver 4/10/2008 1.3.11.0

At first time, as I have realized later, I have some silly syntax error,
now I have really problem how to define the path correctly, I have tested:
1.
[Disks]
disk1 = "Silicon Image SiI 3114 SATALink Driver Installation
Disk",\si3114.sys,""
Error message was, something like this (I need to translate from Hungarian)
"Inappropriate or missing file types in section:"
Files.SCSI.Si3114_XP

2.
[Disks]
disk1 = "Silicon Image SiI 3114 SATALink Driver Installation
Disk",\si3114.sys,.
"Can not get file:" \$WIN_NT$.~BT\$OEM$\.\si3114.sys

3.
[Disks]
disk1 = "Silicon Image SiI 3114 SATALink Driver Installation
Disk",si3114.sys,"" - here is a space
Error message was, something like this (I need to translate from Hungarian)
"Inappropriate or missing file types in section:"
Files.SCSI.Si3114_XP

4.
[Disks]
disk1 = "Silicon Image SiI 3114 SATALink Driver Installation
Disk",\si3114.sys," "
"Can not get file:" \$WIN_NT$.~BT\$OEM$\ \si3114.sys

5.
[Disks]
disk1 = "Silicon Image SiI 3114 SATALink Driver Installation
Disk",si3114.sys,
Syntactical error at 11 row ...

I have no more ideas :(
Any help?

tovis
Pierre Bourgin
2012-01-30 06:04:41 UTC
Permalink
Post by tovis
Post by Juanjo Pablos
Post by tovis
I have checked the drivers, using original XP SP3 installer disk and
floppy for driver - it is work fine.
May be nLite slipstream?
Could some one help me, how to do it with unattended?
strange problem. Just make sure that your SATA driver has not got any
subfoder (everything in the same folder)
Maybe you can upload that driver somewhere so we can have a look
--
A dineros pagados brazos cruzados.
Thanks Juanjo for reply!
I have downloaded from here
http://www.siliconimage.com/support/searchresults.aspx?pid=28&cat=3&os=4
this
SiI3114 non-RAID 32-bit Windows Driver 4/10/2008 1.3.11.0
At first time, as I have realized later, I have some silly syntax error,
1.
[Disks]
disk1 = "Silicon Image SiI 3114 SATALink Driver Installation
Disk",\si3114.sys,""
Error message was, something like this (I need to translate from Hungarian)
"Inappropriate or missing file types in section:"
Files.SCSI.Si3114_XP
2.
[Disks]
disk1 = "Silicon Image SiI 3114 SATALink Driver Installation
Disk",\si3114.sys,.
"Can not get file:" \$WIN_NT$.~BT\$OEM$\.\si3114.sys
3.
[Disks]
disk1 = "Silicon Image SiI 3114 SATALink Driver Installation
Disk",si3114.sys,"" - here is a space
Error message was, something like this (I need to translate from Hungarian)
"Inappropriate or missing file types in section:"
Files.SCSI.Si3114_XP
4.
[Disks]
disk1 = "Silicon Image SiI 3114 SATALink Driver Installation
Disk",\si3114.sys," "
"Can not get file:" \$WIN_NT$.~BT\$OEM$\ \si3114.sys
5.
[Disks]
disk1 = "Silicon Image SiI 3114 SATALink Driver Installation
Disk",si3114.sys,
Syntactical error at 11 row ...
I have no more ideas :(
Any help?
6. According to TXTSETUP.OEM for Intel ICH10, the "right" syntxax must be:
[Disks]
; disk1 = "Silicon Image SiI 3114 SATALink Driver Installation
Disk",\si3114.sys,\
disk1 = "Silicon Image SiI 3114 SATALink Driver Installation Disk",
si3114.sys, \

Cheers,
Pierre.
tovis
2012-01-30 12:49:54 UTC
Permalink
Post by tovis
Post by tovis
Post by Juanjo Pablos
Post by tovis
I have checked the drivers, using original XP SP3 installer disk and
floppy for driver - it is work fine.
May be nLite slipstream?
Could some one help me, how to do it with unattended?
strange problem. Just make sure that your SATA driver has not got any
subfoder (everything in the same folder)
Maybe you can upload that driver somewhere so we can have a look
--
A dineros pagados brazos cruzados.
Thanks Juanjo for reply!
I have downloaded from here
http://www.siliconimage.com/support/searchresults.aspx?pid=28&cat=3&os=4
this
SiI3114 non-RAID 32-bit Windows Driver 4/10/2008 1.3.11.0
At first time, as I have realized later, I have some silly syntax error,
1.
[Disks]
disk1 = "Silicon Image SiI 3114 SATALink Driver Installation
Disk",\si3114.sys,""
Error message was, something like this (I need to translate from Hungarian)
"Inappropriate or missing file types in section:"
Files.SCSI.Si3114_XP
2.
[Disks]
disk1 = "Silicon Image SiI 3114 SATALink Driver Installation
Disk",\si3114.sys,.
"Can not get file:" \$WIN_NT$.~BT\$OEM$\.\si3114.sys
3.
[Disks]
disk1 = "Silicon Image SiI 3114 SATALink Driver Installation
Disk",si3114.sys,"" - here is a space
Error message was, something like this (I need to translate from Hungarian)
"Inappropriate or missing file types in section:"
Files.SCSI.Si3114_XP
4.
[Disks]
disk1 = "Silicon Image SiI 3114 SATALink Driver Installation
Disk",\si3114.sys," "
"Can not get file:" \$WIN_NT$.~BT\$OEM$\ \si3114.sys
5.
[Disks]
disk1 = "Silicon Image SiI 3114 SATALink Driver Installation
Disk",si3114.sys,
Syntactical error at 11 row ...
I have no more ideas :(
Any help?
[Disks]
; disk1 = "Silicon Image SiI 3114 SATALink Driver Installation
Disk",\si3114.sys,\
disk1 = "Silicon Image SiI 3114 SATALink Driver Installation Disk",
si3114.sys, \
Cheers,
Pierre.
Hi Pierre!
I'm not sure about your suggestion, there are spaces? Such like this:
...Installation Disk", si3114.sys, \

"File coming from manufacturer is damaged or not valid.
Inappropriate or missing file types are given in section:
Files.SCSI.Si3114_XP."

I simply out of ideas - I have tried driver, using CD and floppy and itr
works fine.
What I can suspect ...
I'm using Debian Squeeze with UTF8 locale for American English for
"deployment" server, but samba using "dos charset = cp852" for my
Hungarian XP boxes.
Driver file names are contain upper- and lowercase letters mixup - for
example "TxtSetup.oem".

Remark: I was excluded pnp drivers, from drivers cache file, do I need to
do it?

Any help?

Sincerely
tovis
Pierre Bourgin
2012-01-31 06:06:57 UTC
Permalink
Post by tovis
Post by tovis
Post by tovis
Post by Juanjo Pablos
Post by tovis
I have checked the drivers, using original XP SP3 installer disk and
floppy for driver - it is work fine.
May be nLite slipstream?
Could some one help me, how to do it with unattended?
strange problem. Just make sure that your SATA driver has not got any
subfoder (everything in the same folder)
Maybe you can upload that driver somewhere so we can have a look
--
A dineros pagados brazos cruzados.
Thanks Juanjo for reply!
I have downloaded from here
http://www.siliconimage.com/support/searchresults.aspx?pid=28&cat=3&os=4
this
SiI3114 non-RAID 32-bit Windows Driver 4/10/2008 1.3.11.0
At first time, as I have realized later, I have some silly syntax error,
1.
[Disks]
disk1 = "Silicon Image SiI 3114 SATALink Driver Installation
Disk",\si3114.sys,""
Error message was, something like this (I need to translate from Hungarian)
"Inappropriate or missing file types in section:"
Files.SCSI.Si3114_XP
2.
[Disks]
disk1 = "Silicon Image SiI 3114 SATALink Driver Installation
Disk",\si3114.sys,.
"Can not get file:" \$WIN_NT$.~BT\$OEM$\.\si3114.sys
3.
[Disks]
disk1 = "Silicon Image SiI 3114 SATALink Driver Installation
Disk",si3114.sys,"" - here is a space
Error message was, something like this (I need to translate from Hungarian)
"Inappropriate or missing file types in section:"
Files.SCSI.Si3114_XP
4.
[Disks]
disk1 = "Silicon Image SiI 3114 SATALink Driver Installation
Disk",\si3114.sys," "
"Can not get file:" \$WIN_NT$.~BT\$OEM$\ \si3114.sys
5.
[Disks]
disk1 = "Silicon Image SiI 3114 SATALink Driver Installation
Disk",si3114.sys,
Syntactical error at 11 row ...
I have no more ideas :(
Any help?
[Disks]
; disk1 = "Silicon Image SiI 3114 SATALink Driver Installation
Disk",\si3114.sys,\
disk1 = "Silicon Image SiI 3114 SATALink Driver Installation Disk",
si3114.sys, \
Cheers,
Pierre.
Hi Pierre!
...Installation Disk", si3114.sys, \
I don't think that space(s) can be a problem.
Intel ICH10 driver is working with a TXTSETUP.OEM file containing:

[Disks]
disk1 = "Intel(R) Rapid Storage Technology Driver", iaStor.sys, \
Post by tovis
"File coming from manufacturer is damaged or not valid.
Files.SCSI.Si3114_XP."
I think the TXTSETUP.OEM provided by SIS is weird:

...
[Files.SCSI.Si3114_XP]
driver = disk1,si3114.sys, Si3114
driver = disk1,SiWinAcc.sys, SiFilter

=> 2 "driver" entry ? rather strange

According to "TxtSetup.oem File Format " from Microsoft:
http://msdn.microsoft.com/en-us/library/windows/hardware/ff553509%28v=vs.85%29.aspx
an especially about [Files.<HwComponent>.<ID>]
(http://msdn.microsoft.com/en-us/library/windows/hardware/ff544919%28v=vs.85%29.aspx)

both sections "[Config.Si3114]" and "[Config.SiFilter]" should exist ...
but the second does not exist.
Post by tovis
I simply out of ideas - I have tried driver, using CD and floppy and itr
works fine.
Can you try the following in TXTSETUP.OEM ?
(I'll send you the modified TXTSETUP.OEM offlist)

[Disks]
; on 1 line
disk1 = "Silicon Image SiI 3114 SATALink Driver Installation Disk",
si3114.sys, \

....
[Files.SCSI.Si3114_XP]
driver = disk1,si3114.sys, Si3114
;driver = disk1,SiWinAcc.sys, SiFilter
...
Post by tovis
What I can suspect ...
I'm using Debian Squeeze with UTF8 locale for American English for
"deployment" server, but samba using "dos charset = cp852" for my
Hungarian XP boxes.
TXTSETUP.OEM file using ASCII (al)most of time.
Post by tovis
Driver file names are contain upper- and lowercase letters mixup - for
example "TxtSetup.oem".
not relevant.
Post by tovis
Remark: I was excluded pnp drivers, from drivers cache file, do I need to
do it?
I don't think so.

regards - Pierre
tovis
2012-01-30 12:49:54 UTC
Permalink
Post by tovis
Post by tovis
Post by Juanjo Pablos
Post by tovis
I have checked the drivers, using original XP SP3 installer disk and
floppy for driver - it is work fine.
May be nLite slipstream?
Could some one help me, how to do it with unattended?
strange problem. Just make sure that your SATA driver has not got any
subfoder (everything in the same folder)
Maybe you can upload that driver somewhere so we can have a look
--
A dineros pagados brazos cruzados.
Thanks Juanjo for reply!
I have downloaded from here
http://www.siliconimage.com/support/searchresults.aspx?pid=28&cat=3&os=4
this
SiI3114 non-RAID 32-bit Windows Driver 4/10/2008 1.3.11.0
At first time, as I have realized later, I have some silly syntax error,
1.
[Disks]
disk1 = "Silicon Image SiI 3114 SATALink Driver Installation
Disk",\si3114.sys,""
Error message was, something like this (I need to translate from Hungarian)
"Inappropriate or missing file types in section:"
Files.SCSI.Si3114_XP
2.
[Disks]
disk1 = "Silicon Image SiI 3114 SATALink Driver Installation
Disk",\si3114.sys,.
"Can not get file:" \$WIN_NT$.~BT\$OEM$\.\si3114.sys
3.
[Disks]
disk1 = "Silicon Image SiI 3114 SATALink Driver Installation
Disk",si3114.sys,"" - here is a space
Error message was, something like this (I need to translate from Hungarian)
"Inappropriate or missing file types in section:"
Files.SCSI.Si3114_XP
4.
[Disks]
disk1 = "Silicon Image SiI 3114 SATALink Driver Installation
Disk",\si3114.sys," "
"Can not get file:" \$WIN_NT$.~BT\$OEM$\ \si3114.sys
5.
[Disks]
disk1 = "Silicon Image SiI 3114 SATALink Driver Installation
Disk",si3114.sys,
Syntactical error at 11 row ...
I have no more ideas :(
Any help?
[Disks]
; disk1 = "Silicon Image SiI 3114 SATALink Driver Installation
Disk",\si3114.sys,\
disk1 = "Silicon Image SiI 3114 SATALink Driver Installation Disk",
si3114.sys, \
Cheers,
Pierre.
Hi Pierre!
I'm not sure about your suggestion, there are spaces? Such like this:
...Installation Disk", si3114.sys, \

"File coming from manufacturer is damaged or not valid.
Inappropriate or missing file types are given in section:
Files.SCSI.Si3114_XP."

I simply out of ideas - I have tried driver, using CD and floppy and itr
works fine.
What I can suspect ...
I'm using Debian Squeeze with UTF8 locale for American English for
"deployment" server, but samba using "dos charset = cp852" for my
Hungarian XP boxes.
Driver file names are contain upper- and lowercase letters mixup - for
example "TxtSetup.oem".

Remark: I was excluded pnp drivers, from drivers cache file, do I need to
do it?

Any help?

Sincerely
tovis
tovis
2012-01-31 15:06:32 UTC
Permalink
Post by tovis
Post by tovis
Post by Juanjo Pablos
Post by tovis
I have checked the drivers, using original XP SP3 installer disk and
floppy for driver - it is work fine.
May be nLite slipstream?
Could some one help me, how to do it with unattended?
strange problem. Just make sure that your SATA driver has not got any
subfoder (everything in the same folder)
Maybe you can upload that driver somewhere so we can have a look
--
A dineros pagados brazos cruzados.
Thanks Juanjo for reply!
I have downloaded from here
http://www.siliconimage.com/support/searchresults.aspx?pid=28&cat=3&os=4
this
SiI3114 non-RAID 32-bit Windows Driver 4/10/2008 1.3.11.0
At first time, as I have realized later, I have some silly syntax error,
1.
[Disks]
disk1 = "Silicon Image SiI 3114 SATALink Driver Installation
Disk",\si3114.sys,""
Error message was, something like this (I need to translate from Hungarian)
"Inappropriate or missing file types in section:"
Files.SCSI.Si3114_XP
2.
[Disks]
disk1 = "Silicon Image SiI 3114 SATALink Driver Installation
Disk",\si3114.sys,.
"Can not get file:" \$WIN_NT$.~BT\$OEM$\.\si3114.sys
3.
[Disks]
disk1 = "Silicon Image SiI 3114 SATALink Driver Installation
Disk",si3114.sys,"" - here is a space
Error message was, something like this (I need to translate from Hungarian)
"Inappropriate or missing file types in section:"
Files.SCSI.Si3114_XP
4.
[Disks]
disk1 = "Silicon Image SiI 3114 SATALink Driver Installation
Disk",\si3114.sys," "
"Can not get file:" \$WIN_NT$.~BT\$OEM$\ \si3114.sys
5.
[Disks]
disk1 = "Silicon Image SiI 3114 SATALink Driver Installation
Disk",si3114.sys,
Syntactical error at 11 row ...
I have no more ideas :(
Any help?
[Disks]
; disk1 = "Silicon Image SiI 3114 SATALink Driver Installation
Disk",\si3114.sys,\
disk1 = "Silicon Image SiI 3114 SATALink Driver Installation Disk",
si3114.sys, \
Cheers,
Pierre.
Hi!
Some more information - may be relevant may be not.
With ",\si3114.sys,\" installation stuck BEFORE call winnt, and in the
root of disk appear a directory "$" :
/$
/$1
/TEXTMODE
and /$win_nt$.~ls/I386/$OEM$ is EMPTY!
In case when ",si3114.sys,\" the "$" directory disappear, instead we have:
/$win_nt$.~bt/$oem$ - with text mode driver (this is not changed)
but
/$win_nt.~ls/$OEM$/$1/drvscan
/$win_nt.~ls/$OEM$/TEXTMODE

I have boot RIP Linux and correct txtsetup.oem corrected to ",si3114,\" at
~bt directory and restart the installation. I was surprised (for me it's a
new) the "$" directory in the root was disappear, and the contains I found
it under ~ls/$OEM$/ - the installer copies this!? Also it should not be
under "I386" ?

Sincerely
tovis
tovis
2012-01-31 13:18:50 UTC
Permalink
Post by tovis
Post by tovis
Post by Juanjo Pablos
Post by tovis
I have checked the drivers, using original XP SP3 installer disk and
floppy for driver - it is work fine.
May be nLite slipstream?
Could some one help me, how to do it with unattended?
strange problem. Just make sure that your SATA driver has not got any
subfoder (everything in the same folder)
Maybe you can upload that driver somewhere so we can have a look
--
A dineros pagados brazos cruzados.
Thanks Juanjo for reply!
I have downloaded from here
http://www.siliconimage.com/support/searchresults.aspx?pid=28&cat=3&os=4
this
SiI3114 non-RAID 32-bit Windows Driver 4/10/2008 1.3.11.0
At first time, as I have realized later, I have some silly syntax error,
1.
[Disks]
disk1 = "Silicon Image SiI 3114 SATALink Driver Installation
Disk",\si3114.sys,""
Error message was, something like this (I need to translate from Hungarian)
"Inappropriate or missing file types in section:"
Files.SCSI.Si3114_XP
2.
[Disks]
disk1 = "Silicon Image SiI 3114 SATALink Driver Installation
Disk",\si3114.sys,.
"Can not get file:" \$WIN_NT$.~BT\$OEM$\.\si3114.sys
3.
[Disks]
disk1 = "Silicon Image SiI 3114 SATALink Driver Installation
Disk",si3114.sys,"" - here is a space
Error message was, something like this (I need to translate from Hungarian)
"Inappropriate or missing file types in section:"
Files.SCSI.Si3114_XP
4.
[Disks]
disk1 = "Silicon Image SiI 3114 SATALink Driver Installation
Disk",\si3114.sys," "
"Can not get file:" \$WIN_NT$.~BT\$OEM$\ \si3114.sys
5.
[Disks]
disk1 = "Silicon Image SiI 3114 SATALink Driver Installation
Disk",si3114.sys,
Syntactical error at 11 row ...
I have no more ideas :(
Any help?
[Disks]
; disk1 = "Silicon Image SiI 3114 SATALink Driver Installation
Disk",\si3114.sys,\
disk1 = "Silicon Image SiI 3114 SATALink Driver Installation Disk",
si3114.sys, \
Cheers,
Pierre.
Hi Pierre!
Thanks for your help. But it also failed, with error:
"Inappropriate or missing file types in section:"
Files.SCSI.Si3114_XP

Other question, I want to speed up this work a little.
I have using PXE boot system - I can boot several versions of Linux (my
personal favourite is RIP nonX). This way I can edit "result" preparation
of unattended installation directly.
cfdisk shows me, that there are two partitions on my disk an about 4G vfat
and 230G is HPFS/NTFS/exFAT something. Installation suite reside on 4G
vfat partition (I gues).
On vfat partition there are two copies of TxtSetup.eom:
/$win_nt$.~bt/$oem$/TxtSetup.eom and
/$win_nt$.~ls/$OEM$/TEXTMODE/TxtSetup.eom

It is enough to change them or I should have edit something more (for
example txtsetup.sif in the root)? After I can check the result without
start process from unattended setup, boot modified system.

Sincerely
tovis

Loading...