Skip to content

Commit d134e05

Browse files
author
Mauricio
authored
update a note
1 parent dc2e3db commit d134e05

1 file changed

Lines changed: 5 additions & 3 deletions

File tree

support/azure/virtual-machines/linux/linux-virtual-machine-cannot-start-fstab-errors.md

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -103,9 +103,11 @@ The ALAR scripts use the repair extension `repair-button` to fix fstab issues by
103103
az vm repair repair-button --button-command fstab --verbose rgtest --name vmtest
104104
```
105105
106-
> [!Note]
107-
>The resource group name "rgtest and vm name "vmtest", are examples and the values need to change accordingly.
108-
>The fstab repair script will take a backup of the original file and strip off any lines in the /etc/fstab file which are not needed to boot a system. After successful start of the OS, edit the fstab again and correct any errors which didn’t allow a reboot of the system before.
106+
>[!NOTE]
107+
>The resource group name "rgtest" and VM name "vmtest" shown in these examples are placeholders and must be updated accordingly.
108+
>The Repair VM script, in conjunction with the ALAR script, will temporarily create a Resource Group, a repair VM, and a copy of the OS disk from the affected VM. It backs up the original /etc/fstab file and modifies it—either by stripping out or commenting out data file system entries that are not required for booting the system.
109+
>After the OS starts successfully, review and edit the /etc/fstab file to correct any errors that may have prevented a proper reboot. Finally, the Resource Group containing the repair VM will be automatically deleted by the repair-button script.
110+
109111
110112
#### Use Manual Method
111113

0 commit comments

Comments
 (0)