Integration of AMD / ATI SB7XX textmode RAID / AHCI drivers on an XP
#261
Posted 03 February 2013 - 02:56 AM
Maybe your optical drive resp.its SATA connection is causing your troubles.
Have you ever tried to boot the XP image off an USB Flash Drive?
Just another idea:
Please open the "Storage Controllers" section of your Win7 Device Manger and let me know the content.
#262
Posted 04 February 2013 - 12:51 AM
Fernando 1, on 03 February 2013 - 02:56 AM, said:
Maybe your optical drive resp.its SATA connection is causing your troubles.
Have you ever tried to boot the XP image off an USB Flash Drive?
Just another idea:
Please open the "Storage Controllers" section of your Win7 Device Manger and let me know the content.
I have tried with a USB flash drive and get the same result.
The Storage Controllers in Win 7 list:
Storage Controllers
|
|-AAY7MI5L IDE
Hardware ID: pci\ven_1103&dev_1720&subsys_656cfa89&rev_01
I looked it up and it is apparently HighPoint Tech's RocketRAID 1720 controller, guessing for the DVD drive? Seems strange to have 2 SATA controller on the same laptop.
I got the drivers on their website and integrated them into a fresh copy of XP along with the 32 bit AMD controller driver, burned it and got the same thing.
Fernando 1, thanks a lot for trying to help me out with this. You've gone above what was expected. Thinking about giving up on this, but I just want XP on this laptop.
Thank you.
#263
Posted 04 February 2013 - 01:44 AM
manticmage, on 04 February 2013 - 12:51 AM, said:
Storage Controllers|
|-AAY7MI5L IDE
Hardware ID: pci\ven_1103&dev_1720&subsys_656cfa89&rev_01
I looked it up and it is apparently HighPoint Tech's RocketRAID 1720 controller, guessing for the DVD drive? Seems strange to have 2 SATA controller on the same laptop.
I got the drivers on their website and integrated them into a fresh copy of XP along with the 32 bit AMD controller driver, burned it and got the same thing.
That is why I have modified it just for being usable with Windows XP.
You can download this modified version from >here<.
This post has been edited by Fernando 1: 04 February 2013 - 01:44 AM
#264
Posted 04 February 2013 - 06:40 PM
Fernando 1, on 04 February 2013 - 01:44 AM, said:
That is why I have modified it just for being usable with Windows XP.
You can download this modified version from >here<.
Thanks so much for modifying this driver for me! Unfortunately whenever I integrate the driver into a CD I get to the Press any key to boot from CD... press enter and it says Setup is starting then reboots the computer. I put the image on a USB drive using WinSetupFromUSB 1.0 beta and at the start of setup I get the follow error message:
Line 15467 of the INF file \i386\txtsetup.sif is invalid
Setup cannot continue. Press any key to exit.
#265
Posted 05 February 2013 - 06:02 AM
manticmage, on 04 February 2013 - 06:40 PM, said:
Line 15467 of the INF file \i386\txtsetup.sif is invalid
Setup cannot continue. Press any key to exit.
#266
Posted 06 February 2013 - 12:29 AM
Here's a chunk of the surrounding code starting with line 15464:
[SCSI] ahcix86 = "AMD AHCI Compatible RAID Controller-x86 platform" = "RocketRAID 172x SATA Controller for Windows XP" sparrow = "Adaptec AHA-151X/AHA-152X/AIC-6X60 SCSI Adapter" aha154x = "Adaptec AHA-154X/AHA-164X SCSI Host Adapter" aic78xx = "Adaptec AHA-294X/AHA-394X/AIC-78XX SCSI Controller" aic78u2 = "Adaptec AHA-294XU2/AIC-7890 SCSI Controller" adpu160m = "Adaptec AIC-789X/AHA-3960 Ultra160 PCI SCSI Card" afcnt = "Agilent HHBA-510x PCI Fibre Channel Controller" dpti2o = "Adaptec 2000S/3000S Ultra160 SCSI RAID Controller" afc9xxx = "Adaptec AFC-9210G PCI 64-bit/66MHz Fibre Channel 2Gbit Controller" asc3550 = "Advansys 3550 Ultra Wide SCSI Host Adapter" asc3350p = "Advansys ABP460 PCMCIA SCSI Host Adapter" abp480n5 = "Advansys ABP480 CardBus SCSI Host Adapter" asc = "Advansys SCSI Host Adapter" amsint = "AMD PCI SCSI Controller/Ethernet Adapter" mraid35x = "AMI MegaRaid RAID Controller" cpqarray = "Compaq Drive Array" cpqfcalm = "Compaq Fibre Channel Host Controller" cpqarry2 = "Compaq Smart Array Controller" cpqcissm = "Compaq Smart Array 5300 Controller" lp6nds35 = "Emulex LP6000 Fibre Channel Host Adapters" cd20xrnt = "IBM Portable PCMCIA CD-ROM Drive" ipsraidn = "IBM ServeRAID Adapter" nfrd960 = "IBM ServeRAID Adapter"
#267
Posted 06 February 2013 - 04:32 AM
manticmage, on 06 February 2013 - 12:29 AM, said:
Here's a chunk of the surrounding code starting with line 15464:
[SCSI] ahcix86 = "AMD AHCI Compatible RAID Controller-x86 platform" = "RocketRAID 172x SATA Controller for Windows XP" sparrow = "Adaptec AHA-151X/AHA-152X/AIC-6X60 SCSI Adapter"
According to my knowledge the wrong entry is within the linie above line 15467.
The correct text should look like this:
"[SCSI]
ahcix86 = "AMD AHCI Compatible RAID Controller-x86 platform"
rr172x = "RocketRAID 172x SATA Controller for Windows XP"
sparrow = "Adaptec AHA-151X/AHA-152X/AIC-6X60 SCSI Adapter"
Please do the following:
- Open the txtsetup.sif file, which is within the i386 folder of the XP directory, which has been processed by nLite (C:\XPCD or similar).
- Open the txtsetup.sif with the Editor (notepad.exe), go to the line containing the wrong entry " = "RocketRAID 172x SATA Controller for Windows XP" and add the missing "rr172x" as I have posted before in fat letters/digits. The related line should now look like this:
rr172x = "RocketRAID 172x SATA Controller for Windows XP"
Then save the modified txtsetup.sif file. - Start nLite, navigate to the XP directory containing the modified txtsetup.sif file and let it just create a new ISO file.
- Recreate a bootable USB flash drive containing the just modified XP image.
- Boot of the USB flash drive.
Good luck!
Fernando
#268
Posted 06 February 2013 - 02:10 PM
#269
Posted 06 February 2013 - 03:32 PM
manticmage, on 06 February 2013 - 02:10 PM, said:
On the other hand I don't have many ideas left about what to try.
Regards
Fernando
#270
Posted 08 April 2013 - 12:02 PM
I have recently bought a Samsung 840 SSD and after migrating my old OS disk to the new drive, I noticed the Samsung Magician software said I didn't have AHCI enabled. Anyway, long story short, after changing my BIOS and a few BSOD's I found this site. I have manage to slipsteam an XP disc with SP3 and the drivers Fernando very kindly posted (Thank you very much!) and I am now able to boot with the AHCI setting in BIOS.
In Properties > Hardware for the disk it says: 'Samsung SSD 840 Series SCSI Disk Device' and has the following info in Location: Bus Number 0, Target ID 3, LUN 0
In my device manager there is no entry for a SATA controller in the IDE ATA/ATAPI controllers but I do now have a SCSI and RAID controllers entry that contains AMD AHCI Compatible RAID Controller and a AMD RAID Console. Therefore, I'm assuming I'm running in AHCI mode.
However, the Samsung Magician no longer recognises the SSD and I'm wondering if I did something wrong.
My mobo is a MSI MS-7720 with a AMD Zacate E350D, dual core and Hudson D1 chipset.
Thanks in advance!
#271
Posted 08 April 2013 - 04:12 PM
Welcome at MSFN Forum!
Smoking, on 08 April 2013 - 12:02 PM, said:
In my device manager there is no entry for a SATA controller in the IDE ATA/ATAPI controllers but I do now have a SCSI and RAID controllers entry that contains AMD AHCI Compatible RAID Controller and a AMD RAID Console. Therefore, I'm assuming I'm running in AHCI mode.
However, the Samsung Magician no longer recognises the SSD and I'm wondering if I did something wrong.
AMD doesn't offer "clean" AHCI drivers for Windows XP. That is why you have to use an AMD RAID driver, which is AHCI compatible. The Samsung tool named Magician generally is not able to detect an AMD RAID Controller.
If you want to run a "clean" AMD AHCI driver named amd_sata.sys, you have to install Vista, Win7 or Win8.



Help


Back to top









