Skip to content

Commit 229623b

Browse files
committed
fixed links
1 parent 7ffce74 commit 229623b

File tree

8 files changed

+7
-7
lines changed

8 files changed

+7
-7
lines changed

articles/virtual-machines/troubleshooting/toc.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@
7777
- name: Critical service failed
7878
href: troubleshoot-critical-service-failed-boot-error.md
7979
- name: Not a bootable disk
80-
href: troubleshoot-guide-not-a-bootable-disk.md
80+
href: troubleshoot-guide-not-bootable-disk.md
8181
- name: Reboot loop
8282
href: troubleshoot-reboot-loop.md
8383
- name: Stuck at Windows update

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

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ When you use [Boot diagnostics](https://docs.microsoft.com/azure/virtual-machine
2727

2828
Figure 1
2929

30-
![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)
30+
![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-bootable-disk/1.jpg)
3131

3232
## Cause
3333

@@ -62,31 +62,31 @@ Generation 1 VMs should first verify that the OS partition, which holds the BCD
6262

6363
Figure 2
6464

65-
![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)
65+
![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-bootable-disk/2.jpg)
6666

6767
5. Once the disk is selected, enter *list partition* to list the partitions of the selected disk
6868
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.
6969

7070
Figure 3
7171

72-
![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)
72+
![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-bootable-disk/3.jpg)
7373

7474
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'.
7575

7676
Figure 4
7777

78-
![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)
78+
![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-bootable-disk/4.jpg)
7979

8080
Figure 5
8181

82-
![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)
82+
![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-bootable-disk/5.jpg)
8383

8484
8. If the partition is **Not Active**, enter *active* to change the *Active* flag.
8585
9. Check that the status change was done properly by typing *detail partition*.
8686

8787
Figure 6
8888

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

9191
10. Enter *exit* to close the DISKPART tool and save your configuration changes.
9292

0 commit comments

Comments
 (0)