MrBill Posted January 8, 2006 Posted January 8, 2006 I have an SATA driver that is not currently supported, so I read various how to's and looked at what XPCreate did wrong.The driver is Intel IASTOR GR version - only ER is currently supportedAs far as I can tell, all I need to do to fix this is to modify one line in Txtsetup.ini[HardwareidsDatabase]from: PCI\VEN_8086&DEV_24DF&CC_0104 = "IASTOR" To: PCI\VEN_8086&DEV_27C1&CC_0106 = "IASTOR"I tried editing the created txtsetup.ini and putting the modified copy in FILESCD\I386 but it does not overwrite the created version during CD creation so I still get the original wrong version.Is there any way to force XPCreate to use my txtsetup.ini file during iso creation?ThanksBillof course I meant txtsetup.sifBill
YBova Posted January 12, 2006 Posted January 12, 2006 you need to unpack IASTOR.OEM from XPCREATE.CABmodify the IASTOR.OEMrepack it into XPCREATE.CABwarning.. if your driver is not certified, the setup will fail.
tarquel Posted February 17, 2006 Posted February 17, 2006 warning.. if your driver is not certified, the setup will fail.I'd have thought that the following negates it Winnt.sif:[Unattended]DriverSigningPolicy = Ignore
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now