Then tried inserting Setupreg.hiv, subinacl.exe and Dellfix.cmd (shown below) in same directory and executing Dellfix.cmd. No joy because setupreg.hiv not altered and got error message (shown below). Tried copying entire I386 subdir (from original CD) to separate location, copying in subinacl.exe and Dellfix.cmd, and re-executing Dellfix.cmd. No joy. Then tried using setupreg.hiv built by BartPe (SP1 slipstreamed). Again no joy: setupreg.hiv unchanged by Dellfix.cmd and same error message re "subinacl can't find" message.
Request help. Is this a setupreg.hiv problem? If so, is there a setupreg.hiv that I can download? If not, what am I doing wrong? If not a setupreg.hiv problem, how do I resolve the BSOD?
CODE
; FixDell.inf
; Original file from Bart
; Updated 2006-02-23
[Version]
Signature= "$Windows NT$"
[PEBuilder]
Name="Fix Dell Windows XP OEM Boot & Build problems"
Enable=0
[SourceDisksFiles]
iastor.sys=4,,4
a320raid.sys=4,,4
aarich.sys=4,,4
aac.sys=4,,4
NvAtaBus.sys=4,,4
nvraid.sys=4,,4
cercsr6.sys=4,,4
CODE
Rem DellFix.cmd
REM Version 1.2
rem DellOEM Win XP sp2 CD fix for setupreg.hiv with bad regstry key permisions
reg query HKU | find /i "pebuilder" > fixdell.txt
for /f %%a in (fixdell.txt) do reg unload %%a
reg load HKLM\DELL setupreg.hiv
subinacl /subkeyreg hkey_local_machine\dell\controlset001\services\iastor\ /objectcopysecurity=hkey_local_machine\dell\controlset001\services
reg unload HKLM\DELL
del fixdell.txt
del /ah setupreg.hiv.log
echo Check output to see if there are any errors.
pause
CODE
C:\Temp02>dellfix.cmd
C:\Temp02>REM Version 1.2
C:\Temp02>rem DellOEM Win XP sp2 CD fix for setupreg.hiv with bad regstry key pe
rmisions
C:\Temp02>reg query HKU | find /i "pebuilder" 1>fixdell.txt
C:\Temp02>for /F %a in (fixdell.txt) do reg unload %a
C:\Temp02>reg load HKLM\DELL setupreg.hiv
The operation completed successfully
C:\Temp02>subinacl /subkeyreg hkey_local_machine\dell\controlset001\services\ias
tor\ /objectcopysecurity=hkey_local_machine\dell\controlset001\services
HKEY_LOCAL_MACHINE\dell\controlset001\services\iastor : 2 The system cannot find
the file specified.
Elapsed Time: 00 00:00:00
Done: 1, Modified 0, Failed 1, Syntax errors 0
Last Done : HKEY_LOCAL_MACHINE\dell\controlset001\services\iastor
Last Failed: HKEY_LOCAL_MACHINE\dell\controlset001\services\iastor : 2 The syste
m cannot find the file specified.
C:\Temp02>reg unload HKLM\DELL
The operation completed successfully
C:\Temp02>del fixdell.txt
C:\Temp02>del /ah setupreg.hiv.log
C:\Temp02>echo Check output to see if there are any errors.
Check output to see if there are any errors.
C:\Temp02>pause
Press any key to continue . . .
C:\Temp02>
