JSI Tip 0222 - Lost MPS support after applying a Service Pack?
August 22, 1997
If you installed Multiprocessor support after installing Windows NT, using Uptomp from the Resource Kit, the Compaq SSD, or similar means to upgrade to MPS, the %SystemRoot%RepairSetup.log did not get updated. When you applied the Service Pack, it copied the Uniprocessor Hal.dll that was originally installed when you first setup Windows NT.
To correct the problem for Windows NT 4.0, modify the %SystemRoot%RepairSetup.log file and re-apply the Service Pack:
1) attrib -r -h %SystemRoot%RepairSetup.log
2) Make a backup copy of the %SystemRoot%RepairSetup.log.
3) Edit Setup.log, search for these five lines, changing the string after the = sign:
\System32Ntoskrnl.exe = "NTKRNLMP.EXE","d89e8"
\System32Kernel32.dll = "KERNEL32.DLL","5b7f8"
\System32Winsrv.dll ="WINSRV.DLL","37b4e"
\System32Ntdll.dll = "NTDLL.DLL","59c19"
\System32win32k.sys = "WIN32K.SYS","132603"
4) Select ONE of the following HAL's and modify the line:
\System32hal.dll = "HALSP.DLL","0f337"
\System32hal.dll = "HALMPS.DLL","1a01c"
HALSP.DLL is or Compaq Systempro,Systempro/XL, ProLiant 2000, 4000, and 4500 systems only
HALMPS.DLL = Multiprocessor HAL for APIC support and for the Compaq ProLiant 1500 and 5000
5) Save the modified Setup.log to the %SystemRoot%Repair directory and attrib +r +h %SystemRoot%RepairSetup.log
6) Re-apply the service pack.
About the Author
You May Also Like