Tak jsem zkousel instalovat na 8KRAI (BIOS z 28. 8., jinej kabel, ovladace 2.20) a vysledek stejnej.

Jeste zkusim nahrat v BIOSu Fail Safe defaults jak radi gorge.

Kdyz jsem hledal, jak resit muj problem, tak jsem nasel na Via arene navod na udelani instalacniho CD Windows s integrovanym ovladacem na SATA.

Treba se to nekomu bude hodit (me teda jo, protoze prodavam disketovku), funguje to, akorat to ma u me stejnej vysledek jako kdyz pouziju disketu.

-------------------------------------------------------------------------------------
How to make an slipstreamed winxp sp1 cd with Via's Serial-Ata drivers:

Copy all the files from your XP cd to a temporary folder (let's call it C:\XPSource)
Make this structure of folders C:\XPSource\&OEM&\&1\DRIVERS\SATA
Copy the contents of the SATA folder of DriverDisk

Place file WINNT.SIF into C:\XPSource\i386
-------------------------
[Data]
AutoPartition=0
MsDosInitiated="0"
UnattendedInstall="Yes"

[Unattended]
UnattendMode=ProvideDefault
OemPreinstall=Yes
OemSkipEula=Yes
NoWaitAfterTextMode=1
NoWaitAfterGUIMode=1
TargetPath=\WINDOWS
DriverSigningPolicy=Ignore
OemPnPDriversPath=Drivers\SATA

[GuiUnattended]
OEMSkipWelcome = 1

[UserData]
FullName=""
OrgName=""
----------------------------------------

Open in Notepad file TXTSETUP.SIF into C:\XPSource\i386
-------------------------------
add the following line under [SourceDisksFiles]
viasraid.sys = 1,,,,,,_x,4,1

add the following line under [HardwareIdsDatabase]
PCI\VEN_1106&DEV_3149 = "viasraid"

add the following line under [SCSI.Load]
viasraid = viasraid.sys,4

add the following line under [SCSI]
viasraid = "VIA Serial ATA RAID Controller(Windows XP)"
----------------------------

And at last, burn it to a bootable CD.


Structure of the Cd:
|-&OEM&
|xxxxx|-&1
|xxxxx|-Drivers
|xxxxxxxx|-SATA
|xxxxxxxxxx|-TXTSETUP.OEM
|xxxxxxxxxx|-VT8237
|xxxxxxxxxx|-...
|xxxxxxxxxx|-Winxp
|xxxxxxxxxxxxxxx|-viasraid.sys
|xxxxxxxxxxxxxxx|-viasraid.inf
|
|-DOCS
|-I386
|xxx|-WINNT.SIF
|xxx|-TXTSETUP.SIF
|xxx|-viasraid.sys
|-SUPPORT
|-UPDATE
|-VALUEADD


(in my Cd for security I also have copied viasraid.sys and viasraid.inf in SATA and Drivers folder but I think this is not important)
Edited:
IMPORTANT: I forget to mention that you need to copy file viasraid.sys also in I386 folder. Sorry!