Error » Errorforum Discussion!! » Unattended Windows XP » Integrating WD Sata2 Drivers

Unattended Windows XP Develop your own Win XP pack.....

Post New Thread Reply
  Integrating WD Sata2 Drivers
LinkBack Thread Tools Display Modes
Old 09-Dec-2006, 12:25 AM   #1 (permalink)
Fix my Error!
 
vektor's Avatar

Posts: 1
Join Date: Dec 2006
Rep Power: 0 vektor is on a distinguished road

IM:
Default Integrating WD Sata2 Drivers

I have been trying this for a long time but without success...

If anyone would know how to do it i would be very gratefull...

Windows XP Pro SP2

<3

Last edited by vektor; 09-Dec-2006 at 12:27 AM. Reason: OS
vektor is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Spurl this Post!Reddit!
Reply With Quote
   


   
Old 11-Dec-2006, 03:50 AM   #2 (permalink)
Administrator
 
tijnema's Avatar

Posts: 321
Join Date: Jan 2006
Rep Power: 10 tijnema is on a distinguished road

IM:
Default Re: Integrating WD Sata2 Drivers

i don't know how, but i know you need to load them before the actual setup loads, so you can't just add them to Nlite, but you need to edit the WINNT.SIF file which is in the i386 folder

this might help you, found on other site:
Quote:
i posted a week or so ago on how one can go about installing windows xp without having to provide a floppy for the serial ATA drivers. it seems like there's a few people out there that wanted to know the rest of the story (the GUI setup), so here's my revised version:

How to make a Windows XP Pro boot CD with all the nForce2 drivers!

this process will create an XP boot cd that won't require you to install SATA or nForce drivers, as they'll all be present upon the completion of setup. i made this because i hate floppy drives (die floppy DIE!), and i was getting sick of having to connect a floppy drive just to get my SATA RAID disks recognized during setup. one thing lead to another and i wound up creating a boot cd that handled all my drivers to save myself the headache.

this has borrowed heavily from various sources on the net. most of the pertinent sites are linked herein.

1) copy all the files from your XP cd to a temporary folder (let's call it C:\XPSource)

2) slipstream SP1 if you haven't already: http://www.tacktech.com/d...ect...icle.cfm&id=160

3) copy your now slipstreamed cd files into a folder (say, C:\XPCD)

4) download the newest drivers for your motherboard. i've got an asus a7n8x deluxe, so i'm using the 2.16 drivers. their site doesn't seem to be responding to me at the moment, but the file was named "nf2v116_wxp.zip". also grab the 3com drivers, and whatever other drivers you might need as well (say, video card or whatever else)

5) make a directory under C:\XPCD named $OEM$

6) make a directory under that called $1

7) make yet another directory under that called Drivers. you should now have something like C:\XPCD\$OEM$\$1\Drivers

extract your drivers to subdirectories of C:\XPCD\$OEM$\$1\Drivers. the asus drivers all come in separate directories (XP\MemCtl, XP\Ethernet, etc). make note of the subdirectories you've created, as we'll have to provide a list of these directories to XP setup later. update: these files and folder names MUST have 8.3 compatiable names. this means that none of the files or folders can have names longer than 8 characters. it won't work if they do! (thanks lanakaian!)

9) download the newest SATA RAID drivers from SI. as of this post, you can get them here.

10) extract the "Si3112r.sys" file into the i386 folder (C:\XPCD\i386\Si3112r.sys)

11) extract the whole SATA driver archive (all the files) to a directory under Drivers, say C:\XPCD\$OEM$\$1\Drivers\SATA.

12) find the TXTSETUP.SIF file in the i386 folder (C:\XPCD\i386\TXTSETUP.SIF) and open it in NOTEPAD.

13) add the following line under [SourceDisksFiles]
si3112r.sys = 1,,,,,,_x,4,1

14) add the following line under [HardwareIdsDatabase]
PCI\VEN_1095&DEV_3112&SUBSYS_61121095 = "Si3112r"

15) add the following line under [SCSI.Load]
si3112r = si3112r.sys,4

16) add the following line under [SCSI]
si3112r = "Silicon Image SiI 3112 SATARaid Controller"

17) save your changes to TXTSETUP.SIF - we're done with this file. this file is for the text-based portion of the install (before we get XP's GUI). it keeps us from having to insert a floppy and pressing F6 during setup.


18) now we need to handle the GUI portion of the setup. create a text file under C:\XPCD\i386 called "WINNT.SIF". this is a file that XP setup will look for to automate the GUI portion of the setup. this is called an "unattended installation", and is used to answer some of the questions XP asks during the installation (and even some questions it doesn't ask). this file is called an "answer file". for more on setting up a custom unattended install, look here: http://www.tacktech.com/display.cfm?ttid=202

19) open C:\XPCD\i386\WINNT.SIF in notepad, and insert the following lines:
[Data]
AutoPartition=0
MsDosInitiated="0"
UnattendedInstall="Yes"

[Unattended]
UnattendMode=ProvideDefault
OemPreinstall=Yes
OemSkipEula=Yes
NoWaitAfterTextMode=1
NoWaitAfterGUIMode=1
TargetPath=\WINDOWS
DriverSigningPolicy=Ignore
OemPnPDriversPath=Drivers\ATI;Drivers\nForce\3Com; Drivers\nForce\AudioDrv;
Drivers\nForce\AudioUtl;Drivers\nForce\Ethernet;Dr ivers\nForce\GART;
Drivers\nForce\MemCtl;Drivers\nForce\nvIDE;Drivers \nForce\IDE;
Drivers\SATA;Drivers\nForce\SMBus

[GuiUnattended]
OEMSkipWelcome = 1

[UserData]
ProductKey=xxxxx-xxxxx-xxxxx-xxxxx-xxxxx
FullName=""
OrgName=""


20) here's the important bit: look at the OemPnPDriversPath entry.
PUT IT ALL ON THE SAME LONG LINE!!! not on 4 lines like above - i only put it on 4 lines because the forum will then stretch the page wide enough to fit it and you'll wind up scrolling left and right for the whole damn document.
this line will tell XP setup where to look for the .INF files for each of your devices. it will look in these paths first before checking it's own database of device drivers. the paths given are relative to the $OEM$\$1 folder you created. that is, "Drivers\ATI" tells it to look for a .INF file under C:\XPCD\$OEM$\$1\Drivers\ATI. change this line to point to the paths for all the device drivers that you've downloaded, seperated by ";"

21) change the product key to match your key and you won't have to enter it during installation. otherwise, you can just remove that line

22) again, check out how to do a custom unattended installation from the link above if you want more settings changed - you can setup a lot of things that you normally do manually after the installation in this answer file. save the C:\XPCD\i386\WINNT.SIF answer file and close notepad.

23) burn it to a bootable CD by following the guide here: http://www.tacktech.com/d...ect...icle.cfm&id=160

that should do it. post here if you have any problems (or success!), and i'll try to field any questions.[/u]


------------------
2oo7
tijnema is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Spurl this Post!Reddit!
Reply With Quote
Old 21-Dec-2006, 08:04 AM   #3 (permalink)
Fix my Error!
 
petrasio's Avatar

Posts: 1
Join Date: Dec 2006
Rep Power: 0 petrasio is on a distinguished road

IM:
Default Re: Integrating WD Sata2 Drivers

Now i am trying your thing with nforce drivers. So i renamed all Si13... to nvata, because the .sys was named nvata.sys. I hope it works, be back in a moment...

Nope...it wont work . I am desperate. Trying to install SATA2 on nforce 4 from 2 days and no result. I guess i will take the floppy at the end.

Updated: I tried the floppy strategy, no success . Now i am updating all the drivers (for just in case) and the BIOS to 1013 (latest for ASUS A8N-E). Someone told me i should update the firmware of the SATA2 HDD, which is Seagate 160GB. But anyway let me try...

Last edited by petrasio; 22-Dec-2006 at 06:19 AM.
petrasio is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Spurl this Post!Reddit!
Reply With Quote
Old 09-Jan-2007, 12:34 AM   #4 (permalink)
Administrator
 
tijnema's Avatar

Posts: 321
Join Date: Jan 2006
Rep Power: 10 tijnema is on a distinguished road

IM:
Default Re: Integrating WD Sata2 Drivers

so, your floppy also doesn't work?
seems that you have a wrong/corrupted disk


------------------
2oo7
tijnema is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Spurl this Post!Reddit!
Reply With Quote
Old 10-Apr-2008, 10:33 PM   #5 (permalink)
Fix my Error!
 
am_oss's Avatar

Posts: 1
Join Date: Apr 2008
Rep Power: 0 am_oss is on a distinguished road

IM:
Default Re: Integrating WD Sata2 Drivers

Quote:
Originally Posted by tijnema View Post
so, your floppy also doesn't work?
seems that you have a wrong/corrupted disk
am_oss is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Spurl this Post!Reddit!
Reply With Quote
Post New Thread Reply


Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On
Forum Jump


All times are GMT -8. The time now is 07:03 PM.

Powered by vBulletin® Version 3.7.2
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Search Engine Friendly URLs by vBSEO 3.2.0

DMCA Policy

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227