Topic: ahcix86 amd ahci sata driver & Windows XP sp3 sysprep

Hello.

I'm creating a hardware indepentent image. 
I'm able to slipstream using sysprep mass storage drivers.

But we have a HP 6555b laptop SB700 chipset.
I'm pulling my hair out.

I can install windows xp use floppy F6 and integrate sata driver.  OS loads no problems.

But I'm trying to slipstream all drivers on another computer our "base" computer.

When i bring the image back to the hp 6555b laptop computer boots....but then blue screens.
I cannot get a log for the blue screen.  I've tried like 5 different copies of the amd ahci drivers.
Just can't figure it out.  are there some other drivers I have to integrate?

any sugguestion would be appreciated.
Jim

Re: ahcix86 amd ahci sata driver & Windows XP sp3 sysprep

jschafer wrote:

I've tried like 5 different copies of the amd ahci drivers.
Just can't figure it out.  are there some other drivers I have to integrate?

Umm, did you try the DriverPacks?
How are you building your image?  Sysprep, offline-sysprep, etc?  We have lots of stickies from folks who are pros at this stuff, I suggest you read them first.
Welcome to DriverPacks.

Read BEFORE you post.  HWID tool   DriverPacks Tutorial   DONATE!
http://driverpacks.net/userbar/admin-1.png
Not all heroes wear capes, some wear Kevlar!

Re: ahcix86 amd ahci sata driver & Windows XP sp3 sysprep

I have used the driver pack drivers.
But not the method of slipstreaming the drivers.

I've built the time very basic no additional drivers.

Then I run sysprep. 
In the sysprep file I've added the three lines below.
ofcourse just the pci\ven...=ahcix86.inf

the laptop boots not to an immedate blue screen.  but it does blue screen after 10secs.
the driver is the 4391 code.

ahcix86.inf
%NapaDesc%=Napa_Inst,PCI\VEN_1002&DEV_4392&CC_0104
%NapaDesc%=Napa_Inst,PCI\VEN_1002&DEV_4391&CC_0106
%NapaDesc%=Napa_Inst,PCI\VEN_1002&DEV_4393&CC_0104

txsetup.oem
id = "PCI\VEN_1002&DEV_4380&SUBSYS_280A103C", "ahcix86"
id = "PCI\VEN_1002&DEV_4380&SUBSYS_2814103C", "ahcix86"
id = "PCI\VEN_1002&DEV_4392", "ahcix86"
id = "PCI\VEN_1002&DEV_4391", "ahcix86"
id = "PCI\VEN_1002&DEV_4393", "ahcix86"
id = "PCI\VEN_1002&DEV_4380&SUBSYS_2A89103C", "ahcix86"
id = "PCI\VEN_1002&DEV_4380&SUBSYS_00421B0A", "ahcix86"
id = "PCI\VEN_1002&DEV_4380&SUBSYS_00431B0A", "ahcix86"
id = "PCI\VEN_1002&DEV_4380&SUBSYS_3054103C", "ahcix86"
id = "PCI\VEN_1002&DEV_4380&SUBSYS_3055103C", "ahcix86"
id = "PCI\VEN_1002&DEV_4380&SUBSYS_0184107B", "ahcix86"
id = "PCI\VEN_1002&DEV_4380&SUBSYS_0FFF0FFF", "ahcix86"
id = "PCI\VEN_1002&DEV_4380&SUBSYS_B0051458", "ahcix86"
id = "PCI\VEN_1002&DEV_4380&SUBSYS_B0031458", "ahcix86"
id = "PCI\VEN_1002&DEV_4381&SUBSYS_43811002", "ahcix86"
id = "PCI\VEN_1002&DEV_4380&SUBSYS_43821002", "ahcix86"
id = "PCI\VEN_1002&DEV_4380&SUBSYS_43811002", "ahcix86"

Is there some reg keys to backup on a working hp6555b laptop and load them on independent image?
jim

Re: ahcix86 amd ahci sata driver & Windows XP sp3 sysprep

jschafer wrote:

the laptop boots not to an immedate blue screen.  but it does blue screen after 10secs.

Do you get a BSOD message? Which one?

Re: ahcix86 amd ahci sata driver & Windows XP sp3 sysprep

Does BSOD message mean..
Enabling Boot Logging.

I've done this but I can't find the log file. Ntbtlog.txt
I've contacted our HP rep.  Can get a resolution there.
If I could inject the amd ahci drivers another way.  I may use DP to inject.

Jim

Re: ahcix86 amd ahci sata driver & Windows XP sp3 sysprep

jschafer wrote:

Does BSOD message mean..
Enabling Boot Logging.

That's not a BSOD 0x7b. Hence not a mass storage BSOD.
Ahcix86 is not the culprit.

Did you disable automatic reboot?

Did I misunderstood this?


If I could inject the amd ahci drivers another way.

Post #9 describe required registry settings
http://www.msfn.org/board/topic/135840- … _p__874231

Re: ahcix86 amd ahci sata driver & Windows XP sp3 sysprep

Thank you for your reply.
I did not check this "disable automatic reboot" 
So thank you I'll do that then I'll be able to view the blue screen daaa.. oh well.
thanks.
The odd thing is I've taken this "base" image I've injected using sysprep nvidia sata,adaptec,intel,dell scsi,
and the computer boot.  there are plenty of device manager errors but the computer boot.
this hp 6555b probook won't boot.
Post #9 looks like creating a reg key and adding this.  certaining I can use this to verify if the data is
there currently and add if needed.
I'll try these two things
I'll let you all know how it goes.