Error Message: VFBACKUP Could Not Load VFD.VXD

Last reviewed: September 3, 1997
Article ID: Q150164
The information in this article applies to:
  • Microsoft Windows 95

SYMPTOMS

When you start your computer, you may receive the following error message:

   VFBACKUP could not load VFD.VXD

CAUSE

The error message can be caused by one of the following:

  • SCSI controllers
  • Controllers that incorrectly assume maximum total physical memory of 16 megabytes (MB)
  • Controllers that use their own DMA controller (as opposed to one of the pre-defined DMA channels on the system board) and whose BIOS lacks support for Virtual DMA Services (VDS)

RESOLUTION

Follow these steps to enable double-buffering support for Windows 95:

  1. At the MS-DOS prompt, type ATTRIB -R -S -H C:\MSDOS.SYS, and then press ENTER.

  2. Type EDIT C:\MSDOS.SYS, and then press ENTER.

  3. Add the line DoubleBuffer=1 to the [Options] section of the Msdos.sys file, save the changes, and quit MS-DOS Editor.

  4. At the MS-DOS prompt, type ATTRIB +R +S +H C:\MSDOS.SYS, and then press ENTER.

  5. Restart the computer.

If following these steps does not resolve the behavior, repeat steps 1-5, and change the line in the Msdos.sys file to DoubleBuffer=2.

NOTE: If your boot drive is compressed, make sure you edit the copy of the Msdos.sys file located on the host drive for drive C.

MORE INFORMATION

If Windows Setup determines that your controller may need double- buffering, it will add a DoubleBuffer=1 (or 2) entry to the [Options] section of the Msdos.sys file, which will automatically load Dblbuff.sys. To manually enable double-buffering, you can either add the entry described in the "Resolution" section to the Msdos.sys file, or add the following line to the Config.sys file:

   DEVICE=<drive>:\<path>\DBLBUFF.SYS [/D+]

The optional /D+ parameter instructs Dblbuff.sys to double-buffer all disk I/O all the time. By default, it will only double-buffer I/O to upper memory blocks (UMBs), and it will automatically stop double-buffering if it appears to be unnecessary.

Failures related to a need for double-buffering usually occur first during read operations, but the computer may eventually write incorrect data to the drive resulting in file corruption.


Additional query words: 95 buffering doublebuffer
Keywords : diskmem win95 kbenv kberrmsg kbhw
Version : 95
Platform : WINDOWS


THE INFORMATION PROVIDED IN THE MICROSOFT KNOWLEDGE BASE IS PROVIDED "AS IS" WITHOUT WARRANTY OF ANY KIND. MICROSOFT DISCLAIMS ALL WARRANTIES, EITHER EXPRESS OR IMPLIED, INCLUDING THE WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE. IN NO EVENT SHALL MICROSOFT CORPORATION OR ITS SUPPLIERS BE LIABLE FOR ANY DAMAGES WHATSOEVER INCLUDING DIRECT, INDIRECT, INCIDENTAL, CONSEQUENTIAL, LOSS OF BUSINESS PROFITS OR SPECIAL DAMAGES, EVEN IF MICROSOFT CORPORATION OR ITS SUPPLIERS HAVE BEEN ADVISED OF THE POSSIBILITY OF SUCH DAMAGES. SOME STATES DO NOT ALLOW THE EXCLUSION OR LIMITATION OF LIABILITY FOR CONSEQUENTIAL OR INCIDENTAL DAMAGES SO THE FOREGOING LIMITATION MAY NOT APPLY.

Last reviewed: September 3, 1997
© 1998 Microsoft Corporation. All rights reserved. Terms of Use.