
Guimenez
Content Type
Profiles
Forums
Events
Posts posted by Guimenez
-
-
Hello
i'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\drivers
2º create a folder called sysprep on c:\ and put the files needed
3º i've created a file called drivers.bat tha copy all the info from the drivers to the section [sysprepMassStorage] of Sysprep.inf
5º run the drivers.bat
6º run sysprep -mini -reseal
-------------------------------------------------Drivers.bat-------------------------------------------------------
setlocal enabledelayedexpansion
Echo Creating MassStorageSection of Sysprep.inf
Call :HWID c:\windows\drivers
copy sysprep.hold /a +hwids.txt /a sysprep.inf
GOTO EOF
:HWID
rem %1 is path to MassDriverPacks Folder
IF "%1"=="" GOTO EOF
IF NOT EXIST %1 GOTO EOF
SETLOCAL ENABLEDELAYEDEXPANSION
SET STDOUT=%cd%\HWIDS.TXT
TYPE>%STDOUT% 2>NUL
::traverse drivers path
CALL :TRAVERSAL %1
GOTO EOF
:TRAVERSAL
PUSHD %1
for /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
)
POPD
GOTO 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 --------------------------------------------------------
-
hello people
does anyone know how to trnasform my windows xp home edition into corporate edition
tnaks
-
i'm doing this because i can install windows xp in 5m already with nero, powerdvd anti-virus and office.
its a great thing, but some computer doesn't acept and i want to know if someone can help me in this problem.
thanks
-
thanks for replying.
my problems is:
i've made a windows cd with sysprep that i can use in any computer without reinstalling nothing. but when i put in some boards it goes black with a blink curson on a left .
thanks
-
Hello people
i have a serious problem
when i change my disk with windows xp to another motherboard, the computer start running then it shows a black screen blinking cursor on up left. i've made a sysprep, but in some boards it works and others not.
please help me
thanks a lot
-
hello
does someone knows how to make bartPE windows install new drivers?
i have all the drivers needed but i don't know how to do it.
thanks a lot
-
Hello
i'm trying to make my windows find all driver of my pc automatically.
does anyone know where the windows lookup the drivers, so i can put there my drivers and he will find automatically.
thnks
-
does anyone know how to make unattended instalation of mcafee 8.0
thanks
Sysprep with Sata Almost done - help?
in Windows XP
Posted
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.