Unattended Installation of Windows NT Service Pack May Leave System UnbootableID: Q171618
|
When you install Service Pack 5 in a mass deployment for Windows NT 3.51 on IDE-based systems, using the following command may render you system unbootable:
Update.exe -uThis service pack switch performs an automated installation. When the -u switch is used with Update.exe, it will automatically close all applications and restart the system after the service pack is applied.
This problem is caused by the IDE Drives buffers (cache) not being flushed
properly before the computer is reset.
To recover the system after the service pack installation, follow these steps:
Q119467 Creating a Boot Disk for an NTFS or FAT Partition
SPUpdate.bat
%path%\update -u
%path%\shutdown /L /R /T:60 /Y /C
Rebootend =+
;********* bypass reboot**************
;exit
;set Reboot = YES
;ifstr(i) $(Unattended) != TRUE
;install Install-Shutdown
;else
;ifstr(i) $(ForceClose) != TRUE
;set ForceAppsClosed = NO
;else
;set ForceAppsClosed = YES
;endif
;install Install-Shutdown2
;endif
;**********ends here********************
Additional query words: SP5 Hangs Unattended
Keywords :
Version : WinNT:3.5,3.51
Platform : winnt
Issue type : kbprb
Last Reviewed: February 22, 1999