You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: articles/virtual-machines/troubleshooting/troubleshoot-guide-not-a-bootable-disk.md
+11-9Lines changed: 11 additions & 9 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,7 @@
1
1
---
2
-
title: Boot Error – This is not a Bootable Disk | Microsoft Docs
2
+
title: Boot Error – This
3
+
4
+
a Bootable Disk | Microsoft Docs
3
5
description: This article provides steps to resolve issues where the disk isn't bootable in an Azure Virtual Machine
4
6
services: virtual-machines-windows
5
7
documentationcenter: ''
@@ -25,15 +27,15 @@ This article provides steps to resolve issues where the disk isn't bootable in a
25
27
26
28
## Symptoms
27
29
28
-
When you use [Boot diagnostics](https://docs.microsoft.com/azure/virtual-machines/troubleshooting/boot-diagnostics) to view the screenshot of the VM, you will see that the screenshot displays a prompt with the message 'This is not a bootable disk. Please insert a bootable floppy and press any key to try again...'.
30
+
When you use [Boot diagnostics](https://docs.microsoft.com/azure/virtual-machines/troubleshooting/boot-diagnostics) to view the screenshot of the VM, you'll see that the screenshot displays a prompt with the message 'This is not a bootable disk. Please insert a bootable floppy and press any key to try again...'.
29
31
30
32
Figure 1
31
33
32
34

33
35
34
36
## Cause
35
37
36
-
If you encounter this error message, it means that the OS boot process could not locate an active system partition. Alternatively, it could mean that there is a missing reference in the Boot Configuration Data (BCD) store, which is preventing it from locating the Windows partition.
38
+
This error messagemeans the OS boot process couldn't locate an active system partition. This error could also mean that there's a missing reference in the Boot Configuration Data (BCD) store, preventing it from locating the Windows partition.
37
39
38
40
## Solution
39
41
@@ -46,7 +48,7 @@ If you encounter this error message, it means that the OS boot process could not
46
48
5. Rebuild the Original VM
47
49
48
50
> [!NOTE]
49
-
> When encountering this boot error, the Guest OS is not operational. You will be troubleshooting in offline mode to resolve this issue.
51
+
> When encountering this boot error, the Guest OS isn't operational. You'll be troubleshooting in offline mode to resolve this issue.
50
52
51
53
### Create and Access a Repair VM
52
54
@@ -64,24 +66,24 @@ Generation 1 VMs should first verify that the OS partition, which holds the BCD
64
66
65
67
Figure 2
66
68
67
-

69
+

68
70
69
71
5. Once the disk is selected, enter *list partition* to list the partitions of the selected disk
70
72
6. Once the boot partition is identified, enter *sel partition #* to select the partition. Usually the boot partition will be around 350 MB in size. See Figure 3, where Partition 1 is the boot partition.
71
73
72
74
Figure 3
73
75
74
-

76
+

75
77
76
78
7. Enter 'detail partition' to check the status of the partition. See Figure 4, where the partition is *Active: No*, or Figure 5, where the partition is 'Active: Yes'.
77
79
78
80
Figure 4
79
81
80
-

82
+

81
83
82
84
Figure 5
83
85
84
-

86
+

85
87
86
88
8. If the partition is **Not Active**, enter *active* to change the *Active* flag.
87
89
9. Check that the status change was done properly by typing *detail partition*.
@@ -95,7 +97,7 @@ Generation 1 VMs should first verify that the OS partition, which holds the BCD
95
97
### Fix the Disk Partition
96
98
97
99
1. Open an elevated command prompt (cmd.exe).
98
-
2. Use the following command to run *CHKDSK* on the disk(s) and perform error fixes:
100
+
2. Use the following command to run *CHKDSK* on the disk(s) and fix errors:
0 commit comments