From 6cb0bea3743a421c1d4f55c9560de92828c4f3f7 Mon Sep 17 00:00:00 2001 From: saumya1091 <106516978+saumya1091@users.noreply.github.com> Date: Fri, 13 Mar 2026 10:13:16 +0530 Subject: [PATCH] Update kernel-related-boot-issues.md az vm repair repair-button --button-command 'initrd' --verbose $RGNAME --name $VMNAME Above CLI command needs to be updated in the document:- Recover Azure Linux VM from kernel-related boot issues - Virtual Machines | Microsoft Learn Correct CLI command: az vm repair repair-button --button-command 'initrd' --verbose --g $RGNAME --name $VMNAME --- .../virtual-machines/linux/kernel-related-boot-issues.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/support/azure/virtual-machines/linux/kernel-related-boot-issues.md b/support/azure/virtual-machines/linux/kernel-related-boot-issues.md index f3e3445a75a..8ad23042f89 100644 --- a/support/azure/virtual-machines/linux/kernel-related-boot-issues.md +++ b/support/azure/virtual-machines/linux/kernel-related-boot-issues.md @@ -281,7 +281,7 @@ The ALAR scripts use the repair extension `repair-button` to fix the missing ini ```azurecli-interactive az extension add -n vm-repair az extension update -n vm-repair - az vm repair repair-button --button-command 'initrd' --verbose $RGNAME --name $VMNAME + az vm repair repair-button --button-command 'initrd' --verbose --g $RGNAME --name $VMNAME ``` > [!IMPORTANT] @@ -761,4 +761,4 @@ Kernel panics might be related to any of the following items. For more informati If the specific boot error isn't a kernel related boot issue, see [Troubleshoot Azure Linux Virtual Machines boot errors](./boot-error-troubleshoot-linux.md) for further troubleshooting options. - \ No newline at end of file +