What does BSOD 55 (FLOPPY_INTERNAL_ERROR) mean?

 
Could be also:
ConstantTypeOS
ERROR_DEV_NOT_EXISTWin32 errorWindows
ENOANOerrnoLinux
ENOBUFSerrnoMac
EBADSLTerrnoSolaris
Previous Next
DEVICE_REFERENCE_COUNT_NOT_ZERO SERIAL_DRIVER_INTERNAL

FLOPPY_INTERNAL_ERROR

Legacy floppy driver internal failure for FLOPPY_INTERNAL_ERROR

FLOPPY_INTERNAL_ERROR is bug check code 0x00000037. This bug check belongs to the old floppy storage path. It is most useful when a dump or boot trace still shows the floppy controller driver, emulated floppy hardware, or firmware-provided legacy disk device state.

How to read it in a dump for FLOPPY_INTERNAL_ERROR

  • Treat it as a storage-driver or legacy-device crash, not as a generic disk-full condition.
  • On virtual machines, check whether a virtual floppy device is still presented to the guest.
  • The driver stack and device object are more useful than the symbolic name alone.

What to check for FLOPPY_INTERNAL_ERROR

  • Remove unused virtual floppy devices from VM settings.
  • Check boot-start storage drivers and firmware settings if the crash happens during startup.
  • Use the dump stack to decide whether the failure is a real controller path, an emulator, or stale legacy configuration.

References for FLOPPY_INTERNAL_ERROR

Dump evidence for FLOPPY_INTERNAL_ERROR

For FLOPPY_INTERNAL_ERROR, preserve the complete dump, the four bug-check parameters, the exact Windows build, loaded-module list, and the event timeline immediately before the stop. AllStat summarizes the condition as “FLOPPY_INTERNAL_ERROR”; that sentence identifies the failure class, while the parameters and stack determine which object, driver, processor, or subsystem instance was involved.

Analysis order for FLOPPY_INTERNAL_ERROR

  • Run WinDbg !analyze -v, then inspect the documented meaning of each FLOPPY_INTERNAL_ERROR parameter instead of relying only on the probably-caused-by line.
  • For FLOPPY_INTERNAL_ERROR, find the earliest abnormal event: driver update, firmware change, device reset, storage error, verifier report, resource exhaustion, or application hang connected with floppy / internal.
  • For FLOPPY_INTERNAL_ERROR, keep third-party filter, security, storage, graphics, and virtualization drivers in the module inventory; removing evidence before dump analysis can obscure the responsible path.

Do not repeatedly reboot a machine affected by FLOPPY_INTERNAL_ERROR before collecting the dump and event logs. For FLOPPY_INTERNAL_ERROR, recovery actions should follow the component identified by the stack and parameters, not merely the symbolic stop-code name.

Dump evidence for FLOPPY_INTERNAL_ERROR

For FLOPPY_INTERNAL_ERROR, preserve the complete dump, the four bug-check parameters, the exact Windows build, loaded-module list, and the event timeline immediately before the stop. AllStat summarizes the condition as “FLOPPY_INTERNAL_ERROR”; that sentence identifies the failure class, while the parameters and stack determine which object, driver, processor, or subsystem instance was involved.

Analysis order for FLOPPY_INTERNAL_ERROR

  • Run WinDbg !analyze -v, then inspect the documented meaning of each FLOPPY_INTERNAL_ERROR parameter instead of relying only on the probably-caused-by line.
  • For FLOPPY_INTERNAL_ERROR, find the earliest abnormal event: driver update, firmware change, device reset, storage error, verifier report, resource exhaustion, or application hang connected with floppy / internal.
  • For FLOPPY_INTERNAL_ERROR, keep third-party filter, security, storage, graphics, and virtualization drivers in the module inventory; removing evidence before dump analysis can obscure the responsible path.

Do not repeatedly reboot a machine affected by FLOPPY_INTERNAL_ERROR before collecting the dump and event logs. For FLOPPY_INTERNAL_ERROR, recovery actions should follow the component identified by the stack and parameters, not merely the symbolic stop-code name.


Looking for a different code? Search another status or error code.