What does NTSTATUS 0xC0000150 (STATUS_SERIAL_NO_DEVICE_INITED) mean?

 
Previous Next
STATUS_UNRECOGNIZED_VOLUME STATUS_NO_SUCH_ALIAS

STATUS_SERIAL_NO_DEVICE_INITED

The serial driver found no controller it could initialize

This failure occurs during serial-driver startup when every enumerated or configured serial device fails initialization. Causes can include absent legacy UART hardware, unusable firmware resources, failed interrupt or I/O-port assignment, an incompatible controller driver, or a virtual COM provider that did not create its device correctly.

The message that the driver will unload refers to that driver instance, not necessarily every USB or framework-based serial device in the system. Identify which stack returned the code before changing BIOS settings. Modern SerCx and USB serial devices can use different drivers from the legacy Serial.sys path.

What to inspect

  • Inspect Device Manager resources and the setup or kernel PnP logs for the failing device.
  • Confirm the expected controller, ACPI description, interrupt, and I/O range are present.
  • Distinguish legacy UART initialization from USB, Bluetooth, and virtual COM-port providers.

References


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