Results 1 to 14 of 14
-
13-08-2004, 09:33 AM #1gxsauravGuest
Slipstream Windows XP with SATA Drivers
For a compleate guide on how to slipstream go here
Integrating SATA drivers in Windows XP SP2 CD, slipstreamed
Many of us use Intel 865GBF or other motherboard with build in SATA ports, for which we have to install the drivers before installing windows by pressing the F6 key & it loads drivers from Floppy, now we all know floppies are not a reliable source anymore & I don’ even have a floppy, so How do I install SATA drivers, this is the way also if U use a SATA drive only, then this way it will install SATA drivers, that all installing other drivers are recommended after installing windows as they can be installed later. This guide is only for motherboard supporting Intel SATA controller, guide for other controllers all U have to do is to find the drivers & extract it in the driver folder given below
Step 1) Download the drivers for your motherboard SATA controller from Intel website, they are Intel Application Accelerator Drivers, to extract we have to use a few command line switches. First extract the contents of the driver’s exe using WinRAR or WinZip to any location. Open the contents of the extracted archive and you'll see Data1.cab and Data2.cab; those files contain the drivers we need. To get the drivers OUT open a command prompts and navigates to the file "Setup.exe".
At the command prompt type
D:\drivers\setup.exe -a -p d:\<path>
Where <path> is the destination folder to extract the drivers for the remainder of this document I will assume you used a directory called drv on d drive
Navigate to d:\drv and there should be a folder called "Driver" open it and there should be 4 files inside coming to 286,347 bytes.
iastor.sys ,iaStor.cat iastor.inf txtsetup.oem
Step 2) Now that we have the essential drivers extracted we'll need to put them in their proper locations on the CD. The first place to add a copy is to the TXTMODE folder of your CD. That is: "d:\xpcd\$OEM$\TEXTMODE" Here you can dump the d 4 Intel files. Location number two is the location specified (or will be specified) in Winnt.sif for OEMpnpDriversPath. Preferred is that U put all the files in folder 1 as they are HD drivers which will be installed first
$OEM$\$1\Drivers\01
Step 3) The third and final location is in the i386 directory which will be located at the root of your CD. This time we only need to be concerned with the *.sys files of each driver set. That would be iastor.sys for this step. I chose to compress these files and I recommend you do the same. Use the MAKECAB utility to do so. You'll end up with "iastor.sy_" and now simply copy both of these files to the i386 directory. Now we're done copying files.
Step 4) The first file to be modified is TXTSETUP.SIF which is in the i386 directory. This file tells Windows what files to load during the text-only portion of setup. We are going to modify the file to make Windows think that Microsoft put these new driver files in i386 and load them accordingly. Open up TXTSETUP.SIF and do a search for [SourceDisksFiles]. In my file it was on line 181. Now add this text EXACTLY AS SHOWN (except what's in the brackets).
[SourceDisksFiles]
iaStor.sys = 100,,,,,,3_,4,1,,,1,4
There are multiple instances of [SDF]...I added my drivers to the first instance.. Still within TXTSETUP.SIF look for [HardwareIdsDatabase] around line 18270. These entries associate drivers with PCI device Ids detected on the machine. Within this section add these lines:
[HardwareIdsDatabase]
PCI\VEN_8086&DEV_24DF&CC_0104 = "iaStor"
We now need to find [SCSI.load] in TXTSETUP.SIF. Look around line 18725. Add the lines below to this section.
[SCSI.load]
iaStor = iaStor.sys,4
One more section to go... Find [SCSI] - around line 21059. Add this:
[SCSI]
iaStor = "Intel(R) 82801ER SATA RAID Controller"
That's it for TXTSETUP.SIF. The next file we need to create or modify is WINNT.SIF. If U don’t know how to create it or modify it, check here. Here all we need to do is point OEMpnpDriversPath to the locations we set up. Remember $OEM$\$1\Drivers\01 If that is the location of the Intel files then it should read like this...
OemPnPDriversPath="Drivers\01�
Step 5) to test just burn a bootable slipstreamed CD with Windows XP with SP2 integrated & restart and boot from the CD. When it says "Press F6..." you can simply ignore it, or do like I did and give your monitor the finger. Now watch the bar at the bottom of the screen very closely as it lists drivers being loaded. I have a fairly fast machine and I was able to catch a glimpse of "Intel® 82801ER SATA RAID Controller" and being loaded. It does go by very quickly though, so pay attention.
Now I believe at this point your computer will reboot and you'll be taken to the disk formatting and partitioning screen. If you see your hard drive listed then you have success! This works with Intel 865GBF onboard SATA controller for the other ask here, I will write code about that here too. If U get this screen then quit installing windows as this is just a test
-
13-08-2004, 06:56 PM #2Human Spambot
- Join Date
- May 2004
- Location
- off to "never ever" land
- Posts
- 2,912
hey thanx man
just what i needed ... i dun believe in floppies too !!
gonna try it out .. thanx a lot !No Mercy, No Limits.
Oobertech.net - Keeping Knowledge Free
-
14-08-2004, 12:04 AM #3Right Off the Assembly Line
- Join Date
- Aug 2004
- Posts
- 36
http://www.msfn.org/board/index.php?showtopic=13173
This is copied from here,
please give due credit to the original post/author, simply copying and pasting from other forums is not goodShe moves like she dont care...smooth as silk cool as air..!
-
14-08-2004, 10:17 AM #4gxsauravGuest
It is not copied, the procedure is the same, so U can say it is copied but in fact it just is similar, I do give credit to that auther too, as he helped a lot peoples too
-
14-08-2004, 11:54 AM #5Wise Old Owl
- Join Date
- Nov 2003
- Location
- India
- Posts
- 1,103
tch tch !! Copy and plagiarising are two different things and as far i can see even the words are same !! Tch tch. Din't expect this frm you saurav .
www.techenclave.com Ecumenical Technology !:)
-
14-08-2004, 05:31 PM #6
for once we agree....lol
Originally Posted by blade_runner
I too had seen this post at MSFN but didnt want to have a ripp @ saurav.....but :SIGH: everyone aint me...lol...
But it wud be really nice of u saurav if u mention the ref link in ur posts....
::Today Sat 14 Aug 2004 I will post in evry new thread in our forum cause i was away from digit forum for 5 very long DAY's and missed it a loooot...so just makin up for the lost time..::Risk more than what others think is safe.
Care more than what others think is caring.
Think more than what others think is thoughtful.
Do more than what others think is possible.
-
15-08-2004, 07:42 PM #7gxsauravGuest
never copied, may just a coninsidence, neyway, All credits to the guys at MSFN.org, Me take nothing, I too followed it from the web, but not MSFN, maybe it was ripped to some place else from MSFN, I searched on Goolge, SATA drivers in sLIPSTREAMED XP
No offence, U don't like it, fine, I take no credit
-
16-08-2004, 11:18 AM #8Wise Old Owl
- Join Date
- Nov 2003
- Location
- India
- Posts
- 1,103
Well you never copied but got all the words same, if u had copied from 'some other place' then u shud have mentioned the source aleast. It is not a question of getting/giving credit .......it's a question of morality. And such things do happen at boards so start takin it sportingly rather than just taking a rip @ ppl who have reprimanded u for this .........
Originally Posted by gxsaurav
www.techenclave.com Ecumenical Technology !:)
-
16-08-2004, 10:59 PM #9gxsauravGuest
Ok,Ok, I said na, all credit goes to the above post already, now what else can I do, brake my keyboard???
-
01-05-2008, 10:09 AM #10Right Off the Assembly Line
- Join Date
- May 2008
- Posts
- 1
Re: Slipstream Windows XP with SATA Drivers
I've prepare another guide on "Slipstreaming SATA drivers into XP boot CD" http://maxeasyguide.blogspot.com/200...lation-cd.html and "Extracting SATA drivers from their EXE" http://maxeasyguide.blogspot.com/200...their-exe.html
It is simple and less command to deal with. Just let the nLite to do it for you.
-
01-05-2008, 10:12 AM #11
Re: Slipstream Windows XP with SATA Drivers
4 year old thread bumped
http://twitter.com/akshayms
-
01-05-2008, 10:23 PM #12
Re: Slipstream Windows XP with SATA Drivers
Like it or not, Microsoft is hell-bent to push Vista on everyone by hook or crook.Not a lover of Microsoft, I waited for SP1 before I took to Vista.
Since XP is on its way out, I think this tut may not be appropriate at this point of time and if one searches he can find umpteen tutorials and how tos to slipstream XP SP2 and the the drivers including SATA drivers.And yep as long back as July 2006 I had done this. They have already outlived their utility and with Vista one need not go with this sort of rigmorale since you can load the Sata drivers on your pendrive and feed it into Vista during setup.Not withstanding the many aberrations, Vista does have a lot of good features.
-
17-05-2008, 01:27 AM #13
Re: Slipstream Windows XP with SATA Drivers
http://TheSmallerBang.wordpress.com
eMachines E725 - Intel T4400 @ 2.2GHz, 5GB DDR3 RAM, 160GB Hitachi HDD
-
18-05-2008, 07:16 PM #14
Re: Slipstream Windows XP with SATA Drivers
^^ yep,someone had raked up an old thread . I knew it. What all I had stated is that at this point of time this tutorial is not of any significance (to be raked up now or any other tutorial for it - this is what I implied. I should have perhaps stated so more explicitly).The date I had given was when I did it, to emphasize how it has become irrelevant today.Please read the post carefully and I have not cast any aspersions on gx_saurav,as you perhaps imagine.
Your concern is totally misplaced as is your language.Please mind your language and learn to be polite even when making adverse comments.You do have a right to express yourself but without using abusive slangs like damn you ,****off and things like that.
Moderators may please note and delete any posts that use such language.Last edited by Ponmayilal; 18-05-2008 at 08:25 PM.
LinkBacks (?)
-
11-01-2012, 02:45 AM
-
19-01-2011, 01:33 AM
-
27-12-2010, 02:19 PM
-
Integrare driver
Refback This thread08-12-2010, 11:04 PM -
08-12-2010, 04:51 AM
-
29-08-2010, 11:00 PM
-
22-07-2010, 01:30 AM
-
21-07-2010, 08:19 PM
-
08-07-2010, 03:33 PM
Similar Threads
-
Sata Drivers Problem
By -=[DDS]=- in forum Software Q&AReplies: 3Last Post: 25-12-2008, 07:52 PM -
how to integrate sata hard disk drivers+(xp) sp3 to my xp-sp2 using nlite
By hskpunjabi in forum Software Q&AReplies: 5Last Post: 04-11-2008, 01:17 PM -
How do I slipstream windows xp service pack 3 iso into windows xp sp2 CD ?
By MetalheadGautham in forum Software Q&AReplies: 14Last Post: 16-05-2008, 02:13 PM -
Install windows on a sata HDD connected through IDE to SATA converter
By bhunnu16 in forum Hardware Q&AReplies: 3Last Post: 10-01-2008, 04:22 PM -
Raid/Sata slipstream in xp (No F6 needed while installation)
By almighty in forum TutorialsReplies: 7Last Post: 25-10-2007, 01:05 AM



LinkBack URL
About LinkBacks


Bookmarks