Jump to content

How to add uniata to textsetup.sif


vhrc99

Recommended Posts

According to this

http://www.msfn.org/board/index.php?s=&amp...st&p=774259

uniata should work to recognize SATA drives during install without press F6..

And according to this

http://www.vorck.com/windows/2ksp5.html#drvinteg

correct me if i'm wrong, but you need the original drivers from your chipset, and integrate by hand to textsetup.sif, anyway i try this instructions.

Then i open uniata inf file called uata_xph.inf and put all the strings in the correct format, and modify the section to copy the sys file, but results in BSOD.

Then I use this lines and delete all the others that put before

PCI\CC_0101.DeviceDesc  = "uniata";"Dual Channel PCI BusMaster IDE Controller (UniATA)"
PCI\CC_0104.DeviceDesc = "uniata";"Generic RAID IDE Controller (UniATA)"
PCI\CC_0105.DeviceDesc = "uniata";"Generic ATA Controller (UniATA)"
PCI\CC_0106.DeviceDesc = "uniata";"Generic Serial ATA Controller (UniATA)"

the fist line is already in SIF file, and is assigned to PciIde, then i change for uniata, and it works for IDE not for SATA, this time only don't recognize the drives.

Another solution in the wild, is to change the line in the [sCSI.Load] section from the first entry to 2nd or the bottom, and no lucky again, the drives don't show.

Anyone can tell me how to integrate uniata without BSOD?, or the only solution is to integrate the original drivers from each chipset.

Link to comment
Share on other sites


Doesn't the TXTSETUP.OEM method work?

http://www.911cd.net/forums//index.php?showtopic=19486

You may also cross check your txtsetup.sif entries with the ones in cdob's plugin.

jaclaz

P.S.: For the record, starting thread is here (cross-linking for reference):

http://www.msfn.org/board/index.php?showtopic=119415

Edited by jaclaz
Link to comment
Share on other sites

Be aware, there is no full ATA AHCI support currently.

Plans

Full functional Serial ATA AHCI support

RAID support (mirror, stripping, mirror+stripping)

Read you may get BSOD at AHCI or RAID mode currently.

Copy uniata.sys and uata_xp.inf to \I386

For testing purposes replace all IDE drivers.

Edit txtsetup.sif: edit lines, comment lines and add lines:

[SourceDisksFiles]
uniata.sys = 1,,,,,,3_,4,0,0,,1,4
;;;uata_xp.inf = 1,,,,,,,20,0,0

;mshdc.inf = 100,,,,,,,20,0,0

[HardwareIdsDatabase]
;PCI\VEN_8086&DEV_1230 = "intelide"
;PCI\VEN_8086&DEV_7010 = "intelide"
;PCI\VEN_8086&DEV_7111 = "intelide"
;PCI\VEN_8086&DEV_2411 = "intelide"
;PCI\VEN_8086&DEV_2421 = "intelide"
;PCI\VEN_8086&DEV_7199 = "intelide"
;PCI\VEN_8086&DEV_244A = "intelide"
;PCI\VEN_8086&DEV_244B = "intelide"
;PCI\VEN_8086&DEV_248A = "intelide"
;PCI\VEN_8086&DEV_7601 = "intelide"
;PCI\VEN_1106&DEV_0571 = "viaide"
;PCI\VEN_1179&DEV_0105 = "toside"
;PCI\VEN_1095&DEV_0648 = "cmdide"
;PCI\VEN_1095&DEV_0649 = "cmdide"
;PCI\VEN_10B9&DEV_5229 = "aliide"
;PCI\VEN_105A&DEV_4D33 = "pciide"
;PCI\VEN_105A&DEV_4D33 = "pciide"

PCI\CC_0101 = "uniata"
PCI\CC_0104 = "uniata"
PCI\CC_0105 = "uniata"
PCI\CC_0106 = "uniata"
*PNP0600 = "uniata"

;PCMCIA\KME-KXLC005-A99E = "atapi"
;PCMCIA\_-NinjaATA--3768 = "atapi"

;USB high capacity floppy drive
USB\Class_08&SubClass_04&Prot_00 = "usbstor"

[SCSI.Load]
;atapi = atapi.sys,4
uniata = uniata.sys,4

[BusExtenders.Load]
;pciide = pciide.sys
;intelide = intelide.sys
;viaide = viaide.sys
;cmdide = cmdide.sys
;aliide = aliide.sys

[SCSI]
uniata = "Universal ATA Driver (Win XP)"

VMWare Player at IDE hard disk. XP installation does work.

XP does boot.

Driver updated with uata_xp.inf.

XP dosn't boot anymore.

Link to comment
Share on other sites

Doesn't the TXTSETUP.OEM method work?

http://www.911cd.net/forums//index.php?showtopic=19486

You may also cross check your txtsetup.sif entries with the ones in cdob's plugin.

jaclaz

P.S.: For the record, starting thread is here (cross-linking for reference):

http://www.msfn.org/board/index.php?showtopic=119415

I tried TXTSETUP.OEM method, no lucky, i put all the entries and only

id = "PCI\CC_0101","uniata"

with no lucky.

Be aware, there is no full ATA AHCI support currently.
Plans

Full functional Serial ATA AHCI support

RAID support (mirror, stripping, mirror+stripping)

Read you may get BSOD at AHCI or RAID mode currently.

Thanks a lot, that's why uniata doesn't work.

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...