vhrc99 Posted December 24, 2008 Posted December 24, 2008 According to thishttp://www.msfn.org/board/index.php?s=&...st&p=774259uniata should work to recognize SATA drives during install without press F6.. And according to thishttp://www.vorck.com/windows/2ksp5.html#drvintegcorrect 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 beforePCI\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.
jaclaz Posted December 24, 2008 Posted December 24, 2008 (edited) Doesn't the TXTSETUP.OEM method work?http://www.911cd.net/forums//index.php?showtopic=19486You may also cross check your txtsetup.sif entries with the ones in cdob's plugin.jaclazP.S.: For the record, starting thread is here (cross-linking for reference):http://www.msfn.org/board/index.php?showtopic=119415 Edited December 24, 2008 by jaclaz
cdob Posted December 24, 2008 Posted December 24, 2008 Be aware, there is no full ATA AHCI support currently.PlansFull 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 \I386For 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 driveUSB\Class_08&SubClass_04&Prot_00 = "usbstor"[SCSI.Load];atapi = atapi.sys,4uniata = 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.
vhrc99 Posted December 24, 2008 Author Posted December 24, 2008 Doesn't the TXTSETUP.OEM method work?http://www.911cd.net/forums//index.php?showtopic=19486You may also cross check your txtsetup.sif entries with the ones in cdob's plugin.jaclazP.S.: For the record, starting thread is here (cross-linking for reference):http://www.msfn.org/board/index.php?showtopic=119415I 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.PlansFull 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.
Recommended Posts
Please sign in to comment
You will be able to leave a comment after signing in
Sign In Now