Skip to content

Commit 9e14a98

Browse files
authored
Fix warnings
1 parent ce1b311 commit 9e14a98

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

support/azure/virtual-machines/linux/troubleshoot-vm-boot-error.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -151,7 +151,7 @@ This error might be associated with one of the following issues:
151151
152152
* GRUB boot loader points to an invalid disk or partition.
153153
154-
To resolve this issue, [reinstall GRUB and regenerate the GRUB configuration file-manually](#reinstall-grub-regenerate-the-grub-configuration-file-manually).
154+
To resolve this issue, [reinstall GRUB and regenerate the GRUB configuration file-manually](#reinstall-grub-regenerate-grub-configuration-file).
155155
156156
* OS disk partition table issues caused by human error.
157157
@@ -179,7 +179,7 @@ To resolve this issue, follow these steps:
179179
180180
2. Inspect the `/boot` file system contents and determine what's missing.
181181
182-
3. If the GRUB configuration file is missing, [reinstall GRUB and regenerate the GRUB configuration file manually](#reinstall-grub-regenerate-the-grub-configuration-file-manually).
182+
3. If the GRUB configuration file is missing, [reinstall GRUB and regenerate the GRUB configuration file manually](#reinstall-grub-regenerate-grub-configuration-file).
183183
184184
4. Verify that the file permissions in the `/boot` file system are OK. You can compare the permissions by using another VM that's running the same Linux version.
185185
@@ -265,7 +265,7 @@ If the `/boot` partition is missing, re-create it by following these steps:
265265
266266
3. If the partition table has **dos** as the partition table type, [re-create /boot partition in dos systems](#re-create-boot-partition-in-dos-systems). If the partition table has **GPT** as the partition table type, [re-create /boot partition in GPT systems](#re-create-boot-partition-in-gpt-systems).
267267
268-
4. Make sure that the GRUB boot loader is installed by using the proper disk. You can follow the steps in [Reinstall GRUB and regenerate the GRUB configuration file manually](#reinstall-grub-regenerate-the-grub-configuration-file-manually) to get it installed and configured.
268+
4. Make sure that the GRUB boot loader is installed by using the proper disk. You can follow the steps in [Reinstall GRUB and regenerate the GRUB configuration file manually](#reinstall-grub-regenerate-grub-configuration-file) to get it installed and configured.
269269
270270
5. Proceed with step 3 in [Troubleshoot GRUB rescue issue offline](#offline-troubleshooting) to swap the OS disk.
271271
@@ -467,7 +467,7 @@ To resolve this error, follow these steps:
467467
* [GRUB access in SUSE SLES](serial-console-grub-single-user-mode.md#grub-access-in-suse-sles)
468468
* [GRUB access in Oracle Linux](serial-console-grub-single-user-mode.md#grub-access-in-oracle-linux)
469469

470-
3. [Reinstall GRUB and regenerate the GRUB configuration file manually](#reinstall-grub-regenerate-the-grub-configuration-file-manually).
470+
3. [Reinstall GRUB and regenerate the GRUB configuration file manually](#reinstall-grub-regenerate-grub-configuration-file).
471471

472472
> [!NOTE]
473473
> If the missing file is `/boot/grub/menu.lst`, this error is for older OS versions (RHEL 6.x, Centos 6.x and Ubuntu 14.04). The commands will differ because GRUB version 1 is used in those systems instead. GRUB version 1 isn't covered in this article.

0 commit comments

Comments
 (0)