View Single Post
  #2  
Old April 7th 05, 06:32 PM
Mike M
external usenet poster
 
Posts: n/a
Default

jbenner411 wrote:

I get an error message,"can't update file %1 of %2", but when I went
to search for the wininit.ini file to rename the file it wasn't there.
How do I replace the file? I have my the automatic update turned off
my antivirus for now until I resolve this issue. Any help would be
appreciated...thanks


The solution to the %1 %2 problem you saw is easy to fix and is often the
result of having Symantec's LiveUpdate installed.

You don't replace a wininit.ini file. You either have one or not, the
file is used once when you reboot and then deleted and is used to convey
instruction to wininit.exe to enable it to perform certain actions as a PC
boots and before Windows loads.

If you can't find a wininit.ini file then I suspect your problem is due to
the C:\_RESTORE\TEMP folder having around 64K files in it which is the
limit (2**16) for the number of files that can be located in a folder
using the FAT32 filing system. This then results in the "Cannot upgrade
file %1 from %2.." message when booting. I suggest you try deleting the
_RESTORE folder with the loss of any system restore checkpoints you might
have (not that I think they are now usable) and see if that solves the
problem. Delete the folder as follows:
a) Boot to DOS using a floppy. Do NOT choose "Minimal Boot" from the menu
when booting from a floppy but rather choose "Start computer with (or
without) CD-ROM support" otherwise the ATTRIB command will not be
available.
b) At the DOS A:\ prompt, type:

ATTRIB -H -S -R C:\_RESTORE
and then
REN C:\_RESTORE OLDREST

c) Remove the floppy
d) Reboot your PC

Another problem is that the install/update you were doing will not have
been completely installed so your system may still be unusable and the
install/update will need to be repeated.

e) Delete the folder C:\OLDREST
f) Check that an automatic system restore checkpoint was created.
g) Finally adjust the space allocated to the restore folder: System |
Performance | File System | Hard Disk and adjust the restore slider to
your preferred setting. A figure of 200MB is normally more than adequate
for day to day use allowing perhaps a week of checkpoints to be available
although increasing this to perhaps 400MB for a few days during periods of
large installs such Microsoft Office is advisable.
--
Mike Maltby MS-MVP