|
#1
|
|||
|
|||
|
We are attempting to add RIS to cut down deployment prep. We had created base
images for Toshiba Tecra A5 laptops. I get the following error: The operating system you selected does not contain the neccesary drivers for your network adapter. Try selecting a different image... I tried using a troubleshooting article on uploading NIC drivers to RIS images but it never seemed to work. Any suggestions or posible solutions? -- Caleb Adams Sophomore Systems and Development Intern A Joint Collaboration project with eTapestry/Indianapolis MET2: A Big Picture High School "Revolutionizing the charity world via technology and service"/One Student at a Time |
|
#2
|
|||
|
|||
|
Caleb Adams wrote:
> We are attempting to add RIS to cut down deployment prep. We had > created base images for Toshiba Tecra A5 laptops. I get the > following error: > The operating system you selected does not contain the neccesary > drivers for your network adapter. Try selecting a different image... > > I tried using a troubleshooting article on uploading NIC drivers to > RIS images but it never seemed to work. > > Any suggestions or posible solutions? I use http://unattended.sourceforge.net/ (or an older and different forked - custom - version of) in combination with imaging (ghost, trueimage, etc..) and http://unattended.msfn.org/ and Active Directories to distribute and keep updated thousands of workstations spread over a large geographical area.. You may be able to use those methods to better suite your needs than RIS. -- Shenan Stanley MS-MVP -- How To Ask Questions The Smart Way http://www.catb.org/~esr/faqs/smart-questions.html |
|
#3
|
|||
|
|||
|
Caleb,
Been down this road myself and it took me a good while of sorting through links that I found that "resolved" this issue and finally found my (working) answer...but wont make you suffer through all the BS I did and just tell you what I've found: Make sure you have copied the .cab, .sys,. inf and any other .DLL that represents the NICs you are using into the ..\RemoteInstall\Setup\Images\English\[OS]\I386 folder and that should get you through the initial start of the RIS. After that step, it will be up to your ..SIF file(s) and txtsetup.SIF in the I386 folder as well. Hope this works for you, -Bill "Caleb Adams" wrote: > We are attempting to add RIS to cut down deployment prep. We had created base > images for Toshiba Tecra A5 laptops. I get the following error: > The operating system you selected does not contain the neccesary drivers for > your network adapter. Try selecting a different image... > > I tried using a troubleshooting article on uploading NIC drivers to RIS > images but it never seemed to work. > > Any suggestions or posible solutions? > > > -- > Caleb Adams > Sophomore > Systems and Development Intern > A Joint Collaboration project with > eTapestry/Indianapolis MET2: A Big Picture High School > "Revolutionizing the charity world via technology and service"/One Student > at a Time > |
|
#4
|
|||
|
|||
|
Appologies, it should read .CAT instead of .CAB
-B "BRobo3" wrote: > Caleb, > > Been down this road myself and it took me a good while of sorting through > links that I found that "resolved" this issue and finally found my (working) > answer...but wont make you suffer through all the BS I did and just tell you > what I've found: > > Make sure you have copied the .cab, .sys,. inf and any other .DLL that > represents the NICs you are using into the > .\RemoteInstall\Setup\Images\English\[OS]\I386 folder and that should get you > through the initial start of the RIS. After that step, it will be up to your > .SIF file(s) and txtsetup.SIF in the I386 folder as well. > > Hope this works for you, > > -Bill > > "Caleb Adams" wrote: > > > We are attempting to add RIS to cut down deployment prep. We had created base > > images for Toshiba Tecra A5 laptops. I get the following error: > > The operating system you selected does not contain the neccesary drivers for > > your network adapter. Try selecting a different image... > > > > I tried using a troubleshooting article on uploading NIC drivers to RIS > > images but it never seemed to work. > > > > Any suggestions or posible solutions? > > > > > > -- > > Caleb Adams > > Sophomore > > Systems and Development Intern > > A Joint Collaboration project with > > eTapestry/Indianapolis MET2: A Big Picture High School > > "Revolutionizing the charity world via technology and service"/One Student > > at a Time > > |
|
#5
|
|||
|
|||
|
Got passed the driver message, but now I have another problem on my hands.
After the hardware diagnostics, it will load several files but then flashes this error: File iastor.sys caused an unexpected error (21) at line 3540 in d:\xpsprtm\base\boot\setup\setup.c. Press any key to continue Any posible reasons for this? -- Caleb Adams "BRobo3" wrote: > Appologies, it should read .CAT instead of .CAB > > -B > > "BRobo3" wrote: > > > Caleb, > > > > Been down this road myself and it took me a good while of sorting through > > links that I found that "resolved" this issue and finally found my (working) > > answer...but wont make you suffer through all the BS I did and just tell you > > what I've found: > > > > Make sure you have copied the .cab, .sys,. inf and any other .DLL that > > represents the NICs you are using into the > > .\RemoteInstall\Setup\Images\English\[OS]\I386 folder and that should get you > > through the initial start of the RIS. After that step, it will be up to your > > .SIF file(s) and txtsetup.SIF in the I386 folder as well. > > > > Hope this works for you, > > > > -Bill > > > > "Caleb Adams" wrote: > > > > > We are attempting to add RIS to cut down deployment prep. We had created base > > > images for Toshiba Tecra A5 laptops. I get the following error: > > > The operating system you selected does not contain the neccesary drivers for > > > your network adapter. Try selecting a different image... > > > > > > I tried using a troubleshooting article on uploading NIC drivers to RIS > > > images but it never seemed to work. > > > > > > Any suggestions or posible solutions? > > > > > > > > > -- > > > Caleb Adams > > > Sophomore > > > Systems and Development Intern > > > A Joint Collaboration project with > > > eTapestry/Indianapolis MET2: A Big Picture High School > > > "Revolutionizing the charity world via technology and service"/One Student > > > at a Time > > > |
|
#6
|
|||
|
|||
|
Never mind I fixed that problem by clearing iastor in the txtsetup file.
-- Caleb Adams "Caleb Adams" wrote: > Got passed the driver message, but now I have another problem on my hands. > After the hardware diagnostics, it will load several files but then flashes > this error: > > File iastor.sys caused an unexpected error (21) at line 3540 in > d:\xpsprtm\base\boot\setup\setup.c. > > Press any key to continue > > Any posible reasons for this? > -- > Caleb Adams > > > "BRobo3" wrote: > > > Appologies, it should read .CAT instead of .CAB > > > > -B > > > > "BRobo3" wrote: > > > > > Caleb, > > > > > > Been down this road myself and it took me a good while of sorting through > > > links that I found that "resolved" this issue and finally found my (working) > > > answer...but wont make you suffer through all the BS I did and just tell you > > > what I've found: > > > > > > Make sure you have copied the .cab, .sys,. inf and any other .DLL that > > > represents the NICs you are using into the > > > .\RemoteInstall\Setup\Images\English\[OS]\I386 folder and that should get you > > > through the initial start of the RIS. After that step, it will be up to your > > > .SIF file(s) and txtsetup.SIF in the I386 folder as well. > > > > > > Hope this works for you, > > > > > > -Bill > > > > > > "Caleb Adams" wrote: > > > > > > > We are attempting to add RIS to cut down deployment prep. We had created base > > > > images for Toshiba Tecra A5 laptops. I get the following error: > > > > The operating system you selected does not contain the neccesary drivers for > > > > your network adapter. Try selecting a different image... > > > > > > > > I tried using a troubleshooting article on uploading NIC drivers to RIS > > > > images but it never seemed to work. > > > > > > > > Any suggestions or posible solutions? > > > > > > > > > > > > -- > > > > Caleb Adams > > > > Sophomore > > > > Systems and Development Intern > > > > A Joint Collaboration project with > > > > eTapestry/Indianapolis MET2: A Big Picture High School > > > > "Revolutionizing the charity world via technology and service"/One Student > > > > at a Time > > > > |
|
#7
|
|||
|
|||
|
Glad it worked out for you. It sounds like you had the same issues I had with
the whole shebang ... once I got passed the drivers issue I went through the iastor.* deal. Good luck. -Bill "Caleb Adams" wrote: > Never mind I fixed that problem by clearing iastor in the txtsetup file. > > -- > Caleb Adams > > > "Caleb Adams" wrote: > > > Got passed the driver message, but now I have another problem on my hands. > > After the hardware diagnostics, it will load several files but then flashes > > this error: > > > > File iastor.sys caused an unexpected error (21) at line 3540 in > > d:\xpsprtm\base\boot\setup\setup.c. > > > > Press any key to continue > > > > Any posible reasons for this? > > -- > > Caleb Adams > > > > > > "BRobo3" wrote: > > > > > Appologies, it should read .CAT instead of .CAB > > > > > > -B > > > > > > "BRobo3" wrote: > > > > > > > Caleb, > > > > > > > > Been down this road myself and it took me a good while of sorting through > > > > links that I found that "resolved" this issue and finally found my (working) > > > > answer...but wont make you suffer through all the BS I did and just tell you > > > > what I've found: > > > > > > > > Make sure you have copied the .cab, .sys,. inf and any other .DLL that > > > > represents the NICs you are using into the > > > > .\RemoteInstall\Setup\Images\English\[OS]\I386 folder and that should get you > > > > through the initial start of the RIS. After that step, it will be up to your > > > > .SIF file(s) and txtsetup.SIF in the I386 folder as well. > > > > > > > > Hope this works for you, > > > > > > > > -Bill > > > > > > > > "Caleb Adams" wrote: > > > > > > > > > We are attempting to add RIS to cut down deployment prep. We had created base > > > > > images for Toshiba Tecra A5 laptops. I get the following error: > > > > > The operating system you selected does not contain the neccesary drivers for > > > > > your network adapter. Try selecting a different image... > > > > > > > > > > I tried using a troubleshooting article on uploading NIC drivers to RIS > > > > > images but it never seemed to work. > > > > > > > > > > Any suggestions or posible solutions? > > > > > > > > > > > > > > > -- > > > > > Caleb Adams > > > > > Sophomore > > > > > Systems and Development Intern > > > > > A Joint Collaboration project with > > > > > eTapestry/Indianapolis MET2: A Big Picture High School > > > > > "Revolutionizing the charity world via technology and service"/One Student > > > > > at a Time > > > > > |
|
#8
|
|||
|
|||
|
I'm seem to having a similar problem now. This time it is with an HP Compaq
DX 2000 MT. I did the following below but to no avail. One observation though is that the drivers on the CD or online didn't have all the needed files, yet they installed just fine when we built the image. Any suggestions? ______ "BRobo3" wrote: > Glad it worked out for you. It sounds like you had the same issues I had with > the whole shebang ... once I got passed the drivers issue I went through the > iastor.* deal. > > Good luck. > -Bill > > "Caleb Adams" wrote: > > > Never mind I fixed that problem by clearing iastor in the txtsetup file. > > > > -- > > Caleb Adams > > > > > > "Caleb Adams" wrote: > > > > > Got passed the driver message, but now I have another problem on my hands. > > > After the hardware diagnostics, it will load several files but then flashes > > > this error: > > > > > > File iastor.sys caused an unexpected error (21) at line 3540 in > > > d:\xpsprtm\base\boot\setup\setup.c. > > > > > > Press any key to continue > > > > > > Any posible reasons for this? > > > -- > > > Caleb Adams > > > > > > > > > "BRobo3" wrote: > > > > > > > Appologies, it should read .CAT instead of .CAB > > > > > > > > -B > > > > > > > > "BRobo3" wrote: > > > > > > > > > Caleb, > > > > > > > > > > Been down this road myself and it took me a good while of sorting through > > > > > links that I found that "resolved" this issue and finally found my (working) > > > > > answer...but wont make you suffer through all the BS I did and just tell you > > > > > what I've found: > > > > > > > > > > Make sure you have copied the .cab, .sys,. inf and any other .DLL that > > > > > represents the NICs you are using into the > > > > > .\RemoteInstall\Setup\Images\English\[OS]\I386 folder and that should get you > > > > > through the initial start of the RIS. After that step, it will be up to your > > > > > .SIF file(s) and txtsetup.SIF in the I386 folder as well. > > > > > > > > > > Hope this works for you, > > > > > > > > > > -Bill > > > > > > > > > > "Caleb Adams" wrote: > > > > > > > > > > > We are attempting to add RIS to cut down deployment prep. We had created base > > > > > > images for Toshiba Tecra A5 laptops. I get the following error: > > > > > > The operating system you selected does not contain the neccesary drivers for > > > > > > your network adapter. Try selecting a different image... > > > > > > > > > > > > I tried using a troubleshooting article on uploading NIC drivers to RIS > > > > > > images but it never seemed to work. > > > > > > > > > > > > Any suggestions or posible solutions? > > > > > > > > > > > > > > > > > > -- > > > > > > Caleb Adams > > > > > > Sophomore > > > > > > Systems and Development Intern > > > > > > A Joint Collaboration project with > > > > > > eTapestry/Indianapolis MET2: A Big Picture High School > > > > > > "Revolutionizing the charity world via technology and service"/One Student > > > > > > at a Time > > > > > > |
|
#9
|
|||
|
|||
|
Did you try this? http://support.intel.com/support/net.../cs-000023.htm
The popular Intel Pro 100/1000 drivers are different when used with RIS. Following this setup resolved the issue for me. "Caleb Adams" wrote: > I'm seem to having a similar problem now. This time it is with an HP Compaq > DX 2000 MT. I did the following below but to no avail. One observation though > is that the drivers on the CD or online didn't have all the needed files, yet > they installed just fine when we built the image. > Any suggestions? > > ______ > > > "BRobo3" wrote: > > > Glad it worked out for you. It sounds like you had the same issues I had with > > the whole shebang ... once I got passed the drivers issue I went through the > > iastor.* deal. > > > > Good luck. > > -Bill > > > > "Caleb Adams" wrote: > > > > > Never mind I fixed that problem by clearing iastor in the txtsetup file. > > > > > > -- > > > Caleb Adams > > > > > > > > > "Caleb Adams" wrote: > > > > > > > Got passed the driver message, but now I have another problem on my hands. > > > > After the hardware diagnostics, it will load several files but then flashes > > > > this error: > > > > > > > > File iastor.sys caused an unexpected error (21) at line 3540 in > > > > d:\xpsprtm\base\boot\setup\setup.c. > > > > > > > > Press any key to continue > > > > > > > > Any posible reasons for this? > > > > -- > > > > Caleb Adams > > > > > > > > > > > > "BRobo3" wrote: > > > > > > > > > Appologies, it should read .CAT instead of .CAB > > > > > > > > > > -B > > > > > > > > > > "BRobo3" wrote: > > > > > > > > > > > Caleb, > > > > > > > > > > > > Been down this road myself and it took me a good while of sorting through > > > > > > links that I found that "resolved" this issue and finally found my (working) > > > > > > answer...but wont make you suffer through all the BS I did and just tell you > > > > > > what I've found: > > > > > > > > > > > > Make sure you have copied the .cab, .sys,. inf and any other .DLL that > > > > > > represents the NICs you are using into the > > > > > > .\RemoteInstall\Setup\Images\English\[OS]\I386 folder and that should get you > > > > > > through the initial start of the RIS. After that step, it will be up to your > > > > > > .SIF file(s) and txtsetup.SIF in the I386 folder as well. > > > > > > > > > > > > Hope this works for you, > > > > > > > > > > > > -Bill > > > > > > > > > > > > "Caleb Adams" wrote: > > > > > > > > > > > > > We are attempting to add RIS to cut down deployment prep. We had created base > > > > > > > images for Toshiba Tecra A5 laptops. I get the following error: > > > > > > > The operating system you selected does not contain the neccesary drivers for > > > > > > > your network adapter. Try selecting a different image... > > > > > > > > > > > > > > I tried using a troubleshooting article on uploading NIC drivers to RIS > > > > > > > images but it never seemed to work. > > > > > > > > > > > > > > Any suggestions or posible solutions? > > > > > > > > > > > > > > > > > > > > > -- > > > > > > > Caleb Adams > > > > > > > Sophomore > > > > > > > Systems and Development Intern > > > > > > > A Joint Collaboration project with > > > > > > > eTapestry/Indianapolis MET2: A Big Picture High School > > > > > > > "Revolutionizing the charity world via technology and service"/One Student > > > > > > > at a Time > > > > > > > |
![]() |
| Thread Tools | Search this Thread |
| Display Modes | |
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| RIS not working on IBM ThinkPad R51 - NIC Drivers | jmb009 | Windows XP Setup Deployment | 0 | 01-05-2006 06:13 AM |
| Which IDE Drivers to Load | Mark Milliman | Windows XP Setup Deployment | 3 | 01-05-2006 06:11 AM |
| Can't load drivers from the controlling PC | Brian Tillman | Windows XP Network Web | 0 | 01-05-2006 04:02 AM |
| Re: help with installing drivers | MMM | Windows XP General | 0 | 01-05-2006 02:27 AM |
| USB Mass Storage Device - This device cannot start. (Code 10) | lobo201 | Windows XP Hardware | 11 | 01-05-2006 02:15 AM |