Guimenez Posted May 31, 2006 Posted May 31, 2006 Helloi'm trying to make a XP universal image with sata drivers, but i'm having some problems.When i make the sysprep, and run in another machine with sata it works, but after 5 or 6 reboots the windows gives BlueScreen errors and restart. Sometimes it ask for ntfs.sys file. now i'm stock, but i've made lots of progress. i will explain how i've done it, and hope someone help me.1º i've download the BTS Masstorage pack and extract to c:\windows\drivers2º create a folder called sysprep on c:\ and put the files needed3º i've created a file called drivers.bat tha copy all the info from the drivers to the section [sysprepMassStorage] of Sysprep.inf5º run the drivers.bat 6º run sysprep -mini -reseal-------------------------------------------------Drivers.bat-------------------------------------------------------setlocal enabledelayedexpansionEcho Creating MassStorageSection of Sysprep.infCall :HWID c:\windows\driverscopy sysprep.hold /a +hwids.txt /a sysprep.infGOTO EOF:HWIDrem %1 is path to MassDriverPacks FolderIF "%1"=="" GOTO EOFIF NOT EXIST %1 GOTO EOFSETLOCAL ENABLEDELAYEDEXPANSIONSET STDOUT=%cd%\HWIDS.TXTTYPE>%STDOUT% 2>NUL::traverse drivers pathCALL :TRAVERSAL %1GOTO EOF:TRAVERSALPUSHD %1for /f %%f in ('Dir /b *.inf') do (for /f "eol=- tokens=2 delims=," %%i in ('find /i "pci\ven" %%f') do ( for /f "tokens=*" %%j in ("%%i") do ( for /f "tokens=1* delims=_" %%k in ("%%j") do ( if /i "%%k" EQU "PCI\VEN" ( for /f "usebackq tokens=1* delims=; " %%a in ('%%j') do ( echo %%a=%cd%\%%f>>%STDOUT% ) ) ) )))FOR /F %%I IN ('DIR /AD /OGN /B') DO (CALL :TRAVERSAL %CD%\%%I)POPDGOTO EOF-----------------------------------------------------end file----------------------------------------------------------------------------------------------------------sysprep.inf---------------------------------------------------------;SetupMgrTag[unattended] OemSkipEula=Yes InstallFilesPath=C:\sysprep\i386 DriverSigningPolicy=Ignore[GuiUnattended] AdminPassword=* EncryptedAdminPassword=NO OEMSkipRegional=1 TimeZone=85 OemSkipWelcome=1[userData] FullName="Windows XP" OrgName="Windows XP" ComputerName=*[TapiLocation] CountryCode=351 AreaCode=21[setupMgr] DistFolder=C:\sysprep\i386 DistShare=windist[identification] JoinWorkgroup=WorkGroup[Networking] InstallDefaultComponents=Yes[sysPrep] BuildMassStorageSection = Yes[sysprepMassStorage]----------------------------------------------------end file--------------------------------------------------------------------------------------------------------------end everthing --------------------------------------------------------
IcemanND Posted May 31, 2006 Posted May 31, 2006 If it works on your initial boot but dies subsquently during use/testing I don't think it has anything to do with your imaging/sysprep procedures or steps.Is it always ntfs.sys? or do other files come up when you are getting the blue screens? Have you tried it on another SATA hard drive or system? It may be failing hardware.
Guimenez Posted June 1, 2006 Author Posted June 1, 2006 thanks for answering.i've tesded on 4 machines with sata, sometimes it give me the ntfs.sys file, and almost always, it restart. it's very strange because at the first time the windows works fine, just after the second boot that apens.and i'm using the sysprep driver scanner too.i'm getting tired to try this.
Guimenez Posted June 5, 2006 Author Posted June 5, 2006 Please someone help me?i need sysprep with sata
dmetoyer Posted June 6, 2006 Posted June 6, 2006 Okay, let's tackle this one step at a time.1) What kind of machine did you do your base(sysprep) image on?2) What kind of machine are you moving it to?It might be a HAL problem but that can be fixed depending on what tools you have available to you. I fixed mine with add-on images via zenworks imaging but I've seen other ways on different forums.
Guimenez Posted June 6, 2006 Author Posted June 6, 2006 thanks for help methe HAL is compatible because i have i little experience with deployment. but the syspreped pc it's a PIV and the clone pc it's PIV too.and if i sysprep an ide it's workthanks
Recommended Posts
Please sign in to comment
You will be able to leave a comment after signing in
Sign In Now