SYMPTOMS
When you start Windows, you may receive the following error
message on a blue screen:
VFAT Device Initialization
Failed
A device or resource required by VFAT is not present or is
unavailable. VFAT cannot continue loading.
System halted.
RESOLUTION
Warning This workaround may make your computer or your network more vulnerable to attack by malicious users or by malicious software such as viruses. We do not recommend this workaround but are providing this information so that you can implement this workaround at your own discretion. Use this workaround at your own risk.
Note An antivirus program is designed to help protect your computer from viruses. You must not download or open files from sources that you do not trust, visit Web sites that you do not trust, or open e-mail attachments when your antivirus program is disabled.
For additional information about computer viruses, click the following article number to view the article in the Microsoft Knowledge Base:
129972Computer viruses: description, prevention, and recovery
To resolve the problem, use one of the following methods.
Ifshlp.sys File Missing from Windows Folder
If the Ifshlp.sys file is missing from the Windows folder,
extract a new copy of the file from your original Windows floppy disks or
CD-ROM to the Windows folder.
For information about how to use the
Extract tool, view the following article in the Microsoft Knowledge Base:
129605 How to Extract Original Compressed Windows Files
The Config.sys File Points to a Previous Version of the Ifshlp.sys File
- Windows 95
Restart your computer. When you view the "Starting
Windows 95" message, press F8, and then choose the Safe Mode Command Prompt Only option from the Startup menu.
Windows 98
Restart your computer, press and hold down CTRL after
your computer completes the Power On Self Test (POST), and then choose the Safe Mode Command Prompt Only option from the Startup menu. - Use a text editor (such as Edit.com) to open the Config.sys
file.
- Delete the line that loads the Ifshlp.sys file. Note that
Windows automatically loads this driver when you start your computer.
- Save and then close the Config.sys file.
- Restart your computer.
Ifshlp.sys Statement Was Deleted from the Config.sys File After You
Reinstalled Windows
When you reinstall Windows, the Ifshlp.sys statement is deleted
from the Config.sys file and it is not replaced. To add the Ifshlp.sys
statement to the Config.sys file:
- Windows 95
Restart your computer. When you view the "Starting
Windows 95" message, press F8, and then choose the Safe Mode Command Prompt Only option from the Startup menu.
Windows 98
Restart your computer, press and hold down CTRL after
your computer completes the Power On Self Test (POST), and then choose the Safe Mode Command Prompt Only option from the Startup menu. - Use a text editor (such as Edit.com) to open the Config.sys
file.
- Type the following line in the Config.sys file:
DEVICE=C:\Windows\Ifshlp.sys
- Save and then close the Config.sys file.
- Restart your computer.
Incorrect [Paths] Section in the Msdos.sys File
- Windows 95
Restart your computer. When you view the "Starting
Windows 95" message, press F8, and then choose the Safe Mode Command Prompt Only option from the Startup menu.
Windows 98
Restart your computer, press and hold down CTRL after
your computer completes the Power On Self Test (POST), and then choose the Safe Mode Command Prompt Only option from the Startup menu. - Type the following command at a command prompt:
attrib -s -h -r msdos.sys
- Use a text editor (such as Edit.com) to open the Msdos.sys
file.
- Verify that the following lines in the Msdos.sys file are
correct [Paths] WinDir=Windows
WinBootDir=Windows HostWinBootDrv=C where
Windows is the folder that contains Windows. Note
that if you are using disk compression software, you must change the drive
letter in the HostWinBootDrv= line to the drive letter of the host drive.
- Save and then close the Msdos.sys file.
- Type the following line at a command prompt:
attrib +s +h +r msdos.sys
- Restart your computer.
Winboot.ini File Present in the Root Folder of the Boot Drive
- Windows 95
Restart your computer. When you view the "Starting
Windows 95" message, press F8, and then choose the Safe Mode Command Prompt Only option from the Startup menu.
Windows 98
Restart your computer, press and hold down CTRL after
your computer completes the Power On Self Test (POST), and then choose the Safe Mode Command Prompt Only option from the Startup menu. - Type deltree winboot.ini at a
command prompt to delete the Winboot.ini file in the root folder of the boot
drive, and then press ENTER.
- Restart your computer.
There Is a "maxfilecache = 4096" Line in the System.ini File
Use any text editor (such as Notepad) to open the System.ini file
in the Windows folder. Type a semicolon (
;) at the
beginning of the "maxfilecache = 4096" line, save the file, close the file, and
then restart your computer.