Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -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]
Expand Down Expand Up @@ -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.