Enable Intel AHCI under XP; Case Closed, read second last post How To!
#51
Posted 19 January 2008 - 02:16 PM
I have been trying quite a bit and cannot get it to work even though I am following the instructions.
I run XP prof sp2, on a GA-P35-DQ6. I have the latest bios version. My windows drive shows as G:, and the boot drive is slave on channel 2 when running IDE.
Currently, I have two (IMHO) relevant serial ata storage controllers in device manager: 2920 and 2926. I have four SATA-devices on 2920 (2 HD, 2DVD) and none on 2926. Thus, I do not bother about 2926.
What I am registering looks like yours, though I use 2920 instead of 2923 (and no mention of 2926).
In my registry, I now have "ControlSet002" - "ControlSet004", with current = default = 3, failed = 1, lastknowngood=4, thus I put the registry keys into "003" instead of "001" but still no go.
Any advice would be very appreciated!
#52
Posted 21 January 2008 - 04:11 AM
I have a question: is there a way to have the AHCI turned on during xp installation? so we have to press F6, etc. ?
thanks.
#53
Posted 21 January 2008 - 05:07 AM
VascoMan, on Jan 21 2008, 12:11 PM, said:
I have a question: is there a way to have the AHCI turned on during xp installation? so we have to press F6, etc. ?
thanks.
The method described here provides a way to enable AHCI after windows is installed. Should you want to have AHCI enabled from the start (before installing windows), you must follow the F6 method or integrate the chipset drivers into the windows installation disk either using nLite or through driverpacks. Hope this answers your question.
#54
Posted 21 January 2008 - 06:25 AM
Ok, I gave this a shot, and seems to be working?
STEPS:
1. Unpacking the Drivers
same as above
1.1 Extracting .IMA file with Magic ISO
same as above
2.1 Preparing the drivers
Open the IAAHCI.INF with Notepad. Use CRTL-R and you should get a “replace” window. In the first input window you type “2821” and the second “2923”, so you will replace all “2821” text to “2923”, and click “Replace All”.
Replace the line:
PCI\VEN_8086&DEV_2923&CC_0106.DeviceDesc = "Intel(R) 82801HR/HH/HO SATA AHCI Controller"To:
PCI\VEN_8086&DEV_2923&CC_0106.DeviceDesc = "Intel(R) ICH9 SATA AHCI Controller"
Save the file under the same name, e.g. IAAHCI.INF and exit Notepad.
Open the TXTSETUP.OEM with Notepad. Use CRTL-R and you should get a “replace” window. In the first input window you type “2821” and the second “2923”, so you will replace all “2821” text to “2923”, and click “Replace All”.
Replace the line:
iaAHCI_ICH8R = "Intel(R) 82801HR/HH/HO SATA AHCI Controller (Desktop/Server/Workstation)"To:
iaAHCI_ICH8R = "Intel(R) ICH9 SATA AHCI Controller"
Save the file under the same name, e.g. TXTSETUP.OEM and exit Notepad.
2.2 Preparing the media
IAAHCI.CAT
IAAHCI.INF - this has been modified by you
IASTOR.CAT
IASTOR.INF
IASTOR.SYS
TXTSETUP.OEM - this has been modified by you
Choose one of:
A: save these files to floppy (F6 method)
B: integrate using nlite. (slipstream method)
3. Creating Windows registry file
Not needed. After installing XP with this method, the registry already contains these settings.
4. BIOS Settings
Restart the computer and enter the BIOS (Mostly entered by pressing DEL). Make the settings:
SATA RAID/AHCI Mode [AHCI] SATA Port0-3 Native Mode [Enabled]
For ASUS P5K motherboards (IF present in BIOS, please report if not present.):
SATA Configuration [Enhanced] Configure SATA as [AHCI]
Also, dont forget to set BOOT ORDER to CD/DVD first, HDD second.
Next, SAVE and EXIT.
5. Installing the drivers in Windows
Put your xp installation disk in the drive.
If you saved files to floppy, hit F6 at the prompt.
6. Final installation check
same as above.
7. Editors thoughts
Seems to be working on P5K-VM.
Anyone else try this?
This post has been edited by VascoMan: 24 January 2008 - 05:01 PM
#55
Posted 25 January 2008 - 05:50 PM
Thanks for the great work! I've successfully enabled AHCI on my Gateway GM5478 (uses an OEM board from Intel, the DG33SXG2) by following your guide.
Couple of tweaks to your original instructions for this particular board - may be applicable to other Intel-branded or Intel OEM boards:
In Step 2 - I did not need to edit IAAHCI.INF.
In Step 3 - I needed to tweak your original registry file as follows:
Windows Registry Editor Version 5.00
[HKEY_LOCAL_MACHINE\SYSTEM\ControlSet001\Control\CriticalDeviceDatabase\pci#ven_8086&dev_2922&cc_0106]
"Service"="iaStor"
"ClassGUID"="{4D36E96A-E325-11CE-BFC1-08002BE10318}"
[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\iaStor]
"Type"=dword:00000001
"Start"=dword:00000000
"Group"="SCSI miniport"
"ErrorControl"=dword:00000001
"ImagePath"="system32\\drivers\\iaStor.sys"
"tag"=dword:00000019
"DisplayName"="Intel AHCI Controller"
[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\iaStor\Parameters]
"queuePriorityEnable"=dword:00000000
[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\iaStor\Enum]
"0"="PCI\\VEN_8086&DEV_2922&SUBSYS_5044107B&REV_02\\3&18d45aa6&0&FA"
"Count"=dword:00000001
"NextInstance"=dword:00000001
As I have my system set up to dual boot with XP and Vista, I was able to figure out the necessary registry edits by using the same driver under Vista.
Thanks again!
#56
Posted 25 January 2008 - 07:49 PM
jrf2027, on Jan 25 2008, 06:50 PM, said:
Intel(R) ICH9 6 Port SATA AHCI Controller - 2922 Intel(R) ICH9 4 Port SATA AHCI Controller – 2923
jrf2027, it seems I forgot that there was also a 6 Port SATA ICH9 Controller; I should edit this in my first post soon, thank you!
#57
Posted 28 January 2008 - 06:05 AM
But i would like to make and Addon like DriverPacks to make it work during setup. any chance for better instructions on this !?
#58
Posted 28 January 2008 - 10:55 AM
#59
Posted 29 January 2008 - 05:33 AM
I tested on BIOS 0406[with AHCI Mode : not jmicron] & 0805[without AHCI Mode] in ASUS-P5K(plain), but failed.^^;
( I don`t use RAID Configurations [RAID 0, RAID 1, ...] )
[1] ( puntoMX ) (BIOS 0406)
1. Unpacking drivers (done)
1.1 Extracting .IMA file with Magic ISO ( I used UltraISO. )
2. Preparing the drivers (done)
3. Creating Windows registry file (done)
4. BIOS Settings ( SATA Configuration[Enhanced] + Configure SATA as [AHCI] => My experience : SATA Configuration[Intel Robson Technology - Enabled or Disabled] + Configure SATA as [AHCI] )
So I couldn`t experience the next steps[ 5. & 6. ]
5. Installing the drivers in Windows
6. Final installation check
[2] ( VascoMan ) (BIOS 0406)
1. Unpacking the Drivers (done)
1.1 Extracting .IMA file with Magic ISO ( I used UltraISO. )
2.1 Preparing the drivers (done)
2.2 Preparing the media (done)
3. Installing the drivers in Windows (done - F6 method)
4. BIOS Settings ( SATA Configuration[Enhanced] + Configure SATA as [AHCI] => My experience : SATA Configuration[Intel Robson Technology - Enabled or Disabled] + Configure SATA as [AHCI] )
5. Creating Windows registry file (done - After installing XP with this method, the registry didn`t contain these settings.)
6. Final installation check ( I couldn`t try this step because of step 4. )
Who succeeded on ASUS-P5K ?
----------
I modified my experiences. ( one more : Robinson => Robson )
This post has been edited by chival4ry: 30 January 2008 - 03:25 AM
#60
Posted 29 January 2008 - 12:59 PM
chival4ry, on Jan 29 2008, 06:33 AM, said:
Or what problem do you have with point 4?
This post has been edited by puntoMX: 09 March 2011 - 09:25 PM
Reason for edit: Robson
#61
Posted 30 January 2008 - 04:11 AM
I tried both[Disabled and Enabled], but failed.
( Or what problem do you have with point 4? )
P5K has Default AHCI Mode on only BIOS 0406. (Not BIOS 0408, 0603, 0805...)
o The step 4 on 0406 :
- ( SATA Configuration[Intel Robson Technology - Enabled or Disabled] + Configure SATA as [AHCI or IDE] ) ( I couldn`t go to xp. )
- ( SATA Configuration[Disable or Comparable or Enhanced] + Configure SATA as [AHCI or IDE] ) ( If I select IDE... )
o The step 4 on 0805 :
- ( SATA Configuration[Disable or Comparable or Enhanced] + Configure SATA as [IDE] ) ( I couldn`t see AHCI Mode. ) ( As I said above, 0805 has only IDE on "Configure SATA as" )
------------------
Intel Robson Technology ( http://www.intel.com/technology/magazine/c...robson-1206.htm )
Robson is the code name for a new Intel® platform technology that uses non-volatile memory (Flash memory) to increase system responsiveness, make multi-tasking faster, and extend battery life. Robson technology will be available on Intel’s forthcoming Santa Rosa platform—the next-generation mobile platform building on the power savings and performance benefits of Intel® Centrino® processor technology. Robson technology is designed to support two new features of the upcoming Microsoft Vista* operating system: ReadyBoost* and ReadyDrive* technologies...
-------------------
#62
Posted 31 January 2008 - 01:31 PM
I have another hard drive in Vista which works.
This post has been edited by puntoMX: 02 February 2008 - 09:30 PM
#63
Posted 04 February 2008 - 11:53 AM
Quote
Please, can you say me step by step how can I enable AHCI in this mobo. Thank you very much
#64
Posted 07 February 2008 - 02:47 PM
#65
Posted 07 February 2008 - 03:22 PM
#66
Posted 07 February 2008 - 03:42 PM
cymanet, on Feb 7 2008, 04:22 PM, said:
The write cashing always goes with a warning, you can loose data when your computer doesn’t close a session well or turns of suddenly.
#67
Posted 08 February 2008 - 03:20 AM
puntoMX, on Feb 7 2008, 10:42 PM, said:
cymanet, on Feb 7 2008, 04:22 PM, said:
The write cashing always goes with a warning, you can loose data when your computer doesn’t close a session well or turns of suddenly.
Curiosly, i check the "write caching" box in device manager to enable it and hit ok. Now, all the boxes in the "policies" tab dealing with write caching are greyed out and can't be checked. Also, the write caching box is now unchecked and I can't change this.
Does this matter?Why did it grey out the boxes?
#68
Posted 08 February 2008 - 04:52 AM
Thank you for this guide
However, I'm having problems
I strickly followed your guide but I failed
I extracted the IASTOR.SYS and copied it to System32\drivers
Created the registry file and ran it.
REbooted, changed to AHCI and Native 0-1 (enabled) save and restart ... and BAM! BSOD
I have a GA-P35-DS3L rev 2.0 F5 Bios
Where did I go wrong?
BTW, my SATA hdd and SATA DVDRW is connected at port 0 and 1 of this board.
THank you.
EDIT: Could it be the BIOS? To the owners of the P35-DS3L boards that made this work, what's your BIOS version? TY
EDIT2: I forgot to ask the most important question
BEFORE installing Windows?
I'm thinking of reformatting and I was hoping I could just install it without hacking drivers. Is that possible?
Or I don't have any choice but to install XP in IDE mode first then follow this guide, then enable AHCI in bios?
Thank you!
This post has been edited by keplenk: 08 February 2008 - 05:01 AM
#69
Posted 08 February 2008 - 08:33 AM
when you integrate driverpacks mass storage and driverpacks chipset, the AHCI driver is available for TXTmode, and during windows setup the PnP drivers are also available.
But, it istalls the drivers in the mode that BIOS was in at the time of TXTmode detection, so you could still experience a BSOD if you change the mode in BIOS after windows setup completed..
One possible workaround you could try is integrate Mass storage and chipset on a fresh copy of your source CD, use Method 1, and use KTD. This would copy the INF files and system files of all those drivers and let windows know where they are at on hard disk.
limitation in method one is that you cannot use all packs, but if you do not select all three graphics (only the one you need), and only sound you need, then you might risk including WLAN (Wlan is path hog).
I think M1 with KTD would work better than Method 2 with KTD.
However, Method 2 with KTD has no windows path length limit, and one can include as many packs as one wishes.
It is worth a try..
Oh, with the current release (DPsBase7052), please ALWAYS turn on QSC (and especcially with method 1).
This post has been edited by jtdoom: 08 February 2008 - 11:56 AM
#70
Posted 08 February 2008 - 11:44 AM
the method I described above is how I enabled AHCI before(during) windows install.
- ← Mute sound on Windows boot up via script or command line URGENT
- Windows XP
- Create Extension Entry for Unknown File via Context Menu →



Help
This topic is locked
Back to top










