Skip to content

Commit 8dabbc1

Browse files
authored
Merge pull request #9145 from cwhitley-MSFT/BAD_POOL_HEADER
AB#6303: created article for bugcheck bad_pool_header
2 parents ab41966 + b29c72b commit 8dabbc1

4 files changed

Lines changed: 36 additions & 2 deletions

File tree

Lines changed: 32 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,32 @@
1+
---
2+
title: Bug Check 0x00000019 - BAD_POOL_HEADER
3+
description: Describes an issue where an Azure virtual machine (VM) experiences the BAD_POOL_HEADER bug check (0x00000019).
4+
ms.date: 07/01/2025
5+
ms.reviewer: cwhitley
6+
ms.service: azure-virtual-machines
7+
ms.collection: windows
8+
ms.custom: sap:My VM is not booting
9+
---
10+
11+
# Azure Windows VM displays bug check 0x00000019 - BAD_POOL_HEADER
12+
13+
**Applies to:** :heavy_check_mark: Windows VMs
14+
15+
This article helps you resolve an issue where a Microsoft Azure virtual machine (VM) experiences the **BAD_POOL_HEADER** bug check with the stop code 0x00000019.
16+
17+
## Symptoms
18+
19+
When you use [Boot diagnostics](./boot-diagnostics.md) to view the screenshot of a VM, the Windows operating system (OS) displays the **BAD_POOL_HEADER** bug check (0x00000019).
20+
21+
:::image type="content" source="media/bad-pool-header/bad-pool-header-screen.png" alt-text="Screenshot of Windows operating system bug check BAD_POOL_HEADER (0x00000019).":::
22+
23+
## Cause
24+
25+
This issue occurs because the pool was already corrupted when the current request was made. This corruption might or might not be caused by the caller. A detailed dump analysis is necessary to determine the source or cause of the pool corruption.
26+
27+
## Collect a memory dump for troubleshooting
28+
29+
If you experience this issue, [collect an OS memory dump file](./collect-os-memory-dump-file.md) and then [create a support request](https://ms.portal.azure.com/#blade/Microsoft_Azure_Support/HelpAndSupportBlade/overview?DMC=troubleshoot) for Azure support to troubleshoot and diagnose the issue.
30+
31+
32+
[!INCLUDE [Azure Help Support](../../../includes/azure-help-support.md)]

support/azure/virtual-machines/windows/interrupt-request-line-not-less-equal.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ ms.collection: windows
88
ms.custom: sap:My VM is not booting
99
---
1010

11-
# VM startup is stuck on bug check 0x0000001A - IRQL_NOT_LESS_OR_EQUAL
11+
# Azure Windows VM displays bug check 0x0000001A - IRQL_NOT_LESS_OR_EQUAL
1212

1313
**Applies to:** :heavy_check_mark: Windows VMs
1414

39.7 KB
Loading

support/azure/virtual-machines/windows/toc.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -336,8 +336,10 @@
336336
href: applying-group-policy-shortcuts-policy.md
337337
- name: Azure VM startup hangs at "Applying Software Installation policy"
338338
href: applying-software-installation-policy.md
339-
- name: Azure VM startup hangs at "IRQL_NOT_LESS_OR_EQUAL"
339+
- name: Bug Check 0x0000001A - IRQL_NOT_LESS_OR_EQUAL
340340
href: interrupt-request-line-not-less-equal.md
341+
- name: Bug check 0x00000019 - BAD_POOL_HEADER
342+
href: bad-pool-header.md
341343
- name: Troubleshoot Windows VM OS with missing boot manager
342344
href: os-bootmgr-missing.md
343345
- name: OS isn't found

0 commit comments

Comments
 (0)