Skip to content

Commit f208576

Browse files
authored
Fixed grammar
1 parent f2d65e2 commit f208576

File tree

1 file changed

+11
-9
lines changed

1 file changed

+11
-9
lines changed

articles/virtual-machines/troubleshooting/troubleshoot-guide-not-a-bootable-disk.md

Lines changed: 11 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
---
2-
title: Boot Error – This is not a Bootable Disk | Microsoft Docs
2+
title: Boot Error – This
3+
4+
a Bootable Disk | Microsoft Docs
35
description: This article provides steps to resolve issues where the disk isn't bootable in an Azure Virtual Machine
46
services: virtual-machines-windows
57
documentationcenter: ''
@@ -25,15 +27,15 @@ This article provides steps to resolve issues where the disk isn't bootable in a
2527

2628
## Symptoms
2729

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...'.
2931

3032
Figure 1
3133

3234
![Figure 1 shows the message *"This is not a bootable disk. Please insert a bootable floppy and press any key to try again..."*](media/troubleshoot-guide-not-a-bootable-disk/1.jpg)
3335

3436
## Cause
3537

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 message means 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.
3739

3840
## Solution
3941

@@ -46,7 +48,7 @@ If you encounter this error message, it means that the OS boot process could not
4648
5. Rebuild the Original VM
4749

4850
> [!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.
5052
5153
### Create and Access a Repair VM
5254

@@ -64,24 +66,24 @@ Generation 1 VMs should first verify that the OS partition, which holds the BCD
6466

6567
Figure 2
6668

67-
![Figure 2 shows the *diskpart* window showing the output of list disk command, Disk 0 and Disk 1 displayed in the table. Also shows output of the sel disk 1 command, Disk 1 is the selected disk](media/troubleshoot-guide-not-a-bootable-disk/2.jpg)
69+
![Figure 2 shows the *DISKPART* window showing the output of list disk command, Disk 0 and Disk 1 displayed in the table. Also shows output of the sel disk 1 command, Disk 1 is the selected disk](media/troubleshoot-guide-not-a-bootable-disk/2.jpg)
6870

6971
5. Once the disk is selected, enter *list partition* to list the partitions of the selected disk
7072
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.
7173

7274
Figure 3
7375

74-
![Figure 3 shows the diskpart window with the output of the *list partition* command. Partition 1 and Partition 2 are displayed in the table. It also shows the output of the *sel partition 1* command, when Partition 1 is the selected disk.](media/troubleshoot-guide-not-a-bootable-disk/3.jpg)
76+
![Figure 3 shows the *DISKPART* window with the output of the *list partition* command. Partition 1 and Partition 2 are displayed in the table. It also shows the output of the *sel partition 1* command, when Partition 1 is the selected disk.](media/troubleshoot-guide-not-a-bootable-disk/3.jpg)
7577

7678
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'.
7779

7880
Figure 4
7981

80-
![Figure 4 shows the diskpart window with the output of the *detail partition* command, when Partition 1 is set to *Active: No*](media/troubleshoot-guide-not-a-bootable-disk/4.jpg)
82+
![Figure 4 shows the *DISKPART* window with the output of the *detail partition* command, when Partition 1 is set to *Active: No*](media/troubleshoot-guide-not-a-bootable-disk/4.jpg)
8183

8284
Figure 5
8385

84-
![Figure 5 shows the diskpart window with the output of the *detail partition* command, when Partition 1 is set to *Active: Yes*.](media/troubleshoot-guide-not-a-bootable-disk/5.jpg)
86+
![Figure 5 shows the *DISKPART* window with the output of the *detail partition* command, when Partition 1 is set to *Active: Yes*.](media/troubleshoot-guide-not-a-bootable-disk/5.jpg)
8587

8688
8. If the partition is **Not Active**, enter *active* to change the *Active* flag.
8789
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
9597
### Fix the Disk Partition
9698

9799
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:
99101

100102
`chkdsk <DRIVE LETTER>: /f`
101103

0 commit comments

Comments
 (0)