Skip to content

Commit fc27d0c

Browse files
authored
Merge pull request #96746 from vilibert/azure-docs-pr-branch
added linux section for boot errors as previously was included incorrectly with windows
2 parents 6f34777 + e989c1c commit fc27d0c

File tree

2 files changed

+54
-2
lines changed

2 files changed

+54
-2
lines changed
Lines changed: 49 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,49 @@
1+
---
2+
title: 'Troubleshoot boot errors in Azure Linux Virtual Machines | Microsoft Docs'
3+
description: This article helps link you to articles to troubleshoot boot errors in Azure Linux Virtual Machines.
4+
services: virtual-machines-linux
5+
documentationCenter: ''
6+
author: vilibert
7+
manager: spogge
8+
editor: ''
9+
10+
ms.service: virtual-machines-linux
11+
12+
ms.topic: troubleshooting
13+
ms.tgt_pltfrm: vm-linux
14+
ms.workload: infrastructure
15+
ms.date: 11/20/2019
16+
ms.author: vilibert
17+
---
18+
19+
# Troubleshoot Azure Linux Virtual Machines boot errors
20+
21+
This article lists the common boot errors that you may receive when you start a Linux virtual machine (VM) in Microsoft Azure. For more information about the errors, see the articles in the **Boot errors and solutions** section.
22+
23+
## Boot errors and solutions
24+
25+
* [GRUB rescue](troubleshoot-vm-boot-error.md)
26+
27+
## Next steps
28+
29+
- [VM Serial Console](serial-console-linux.md)
30+
31+
Troubleshoot a Linux VM by attaching the OS disk to a recovery VM using Azure:
32+
33+
- [Azure VM repair](repair-linux-vm-using-azure-virtual-machine-repair-commands.md)
34+
35+
Disk Swap – this can be automated using either:
36+
- [Power Shell Recovery Scripts](https://github.com/Azure/azure-support-scripts/tree/master/VMRecovery/ResourceManager)
37+
- [bash Recovery Scripts](https://github.com/sribs/azure-support-scripts)
38+
39+
- [CLI](troubleshoot-recovery-disks-linux.md)
40+
- [Azure portal](troubleshoot-recovery-disks-portal-linux.md)
41+
42+
43+
## Disk Swap Video:
44+
45+
If you do not have access to GRUB watch [this](https://youtu.be/m5t0GZ5oGAc) video and see, how you can easily automate the disk swap procedure to recover your VM
46+
47+
## Unofficial solution
48+
49+
Recovery of a VM can also be attempted with the unsupported BETA script [ALAR](https://github.com/malachma/azure-auto-recover)

articles/virtual-machines/troubleshooting/toc.yml

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -173,11 +173,14 @@
173173
href: troubleshoot-recovery-disks-linux.md
174174
- name: Azure portal
175175
href: troubleshoot-recovery-disks-portal-linux.md
176-
- name: Boot errors
177-
href: boot-error-troubleshoot.md
176+
- name: Boot errors Linux
177+
href: boot-error-troubleshoot-linux.md
178178
items:
179179
- name: Grub Rescue
180180
href: troubleshoot-vm-boot-error.md
181+
- name: Boot errors Windows
182+
href: boot-error-troubleshoot.md
183+
items:
181184
- name: Boot diagnostics
182185
href: boot-diagnostics.md
183186
- name: BitLocker errors

0 commit comments

Comments
 (0)