Thanks for the advice everyone. We managed to get the motherboard to fake a USB flash drive as a removable disk so XP would read it with the F6 menu. The problem now is that we can't find the right drivers. I believe that the two drivers which would be needed are these:
Code:
iteatapi.inf (INF file of IT8211 ATA/ATAPI controller for Windows)
[Manufacturer]
%ITE% = ITE.Mfg
"ITE IT8211 ATA/ATAPI Controller"
Code:
iaahci.inf (Windows* INF File for Intel(R) Matrix Storage Manager Driver)
[Manufacturer]
%INTEL%=INTEL_HDC,ntamd64
"Intel(R) 82801FBM SATA AHCI Controller"
"Intel(R) 82801GR/GH SATA AHCI Controller"
"Intel(R) 82801GBM SATA AHCI Controller"
"Intel(R) 631xESB/632xESB SATA AHCI Controller"
"Intel(R) 82801HR/HH/HO SATA AHCI Controller"
"Intel(R) 82801HEM/HBM SATA AHCI Controller"
"Intel(R) ICH9 SATA AHCI Controller"
Code:
iastor.inf (Windows* INF File for Intel(R) Matrix Storage Manager Driver)
[Manufacturer]
%INTEL%=INTEL_HDC,ntamd64
"Intel(R) 82801GR/GH SATA RAID Controller"
"Intel(R) 631xESB/632xESB SATA RAID Controller"
"Intel(R) 82801GHM SATA RAID Controller"
"Intel(R) ICH8R/ICH9R SATA RAID Controller"
"Intel(R) 82801HEM SATA RAID Controller"
Windows XP x64 edition will not accept anything from iteatapi.inf, it says that the drivers are not compatible with Windows XP x64 edition, yet this is the driver which is downloaded in the 64-bit file on the intel website.
We tried loading these two drivers:
"Intel(R) ICH9 SATA AHCI Controller"
"Intel(R) ICH8R/ICH9R SATA RAID Controller"
still the same problem. I would have thought that the AHCI driver would be the only one required, but it seems that the either the RAID driver is not correct or it is the ATAPI driver which is required.
Any ideas?
Thanks