You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: articles/virtual-machines/troubleshooting/chroot-logical-volume-manager.md
+29-2Lines changed: 29 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -212,7 +212,30 @@ If needed remove or upgrade the **kernel**
212
212
213
213
214
214
### Example 3 - enable Serial Console
215
-
If access has not been possible to the Azure serial console, verify GRUB configuration parameters for your Linux VM and correct them. DEtailed information can be found [in this doc](https://docs.microsoft.com/azure/virtual-machines/troubleshooting/serial-console-grub-proactive-configuration)
215
+
If access has not been possible to the Azure serial console, verify GRUB configuration parameters for your Linux VM and correct them. Detailed information can be found [in this doc](https://docs.microsoft.com/azure/virtual-machines/troubleshooting/serial-console-grub-proactive-configuration)
216
+
217
+
### Example 4 - kernel loading with problematic LVM swap volume
218
+
219
+
A VM may fail to fully boot and drops into the **dracut** prompt.
220
+
More details of the failure can be located from either Azure serial console or navigate to Azure portal -> boot diagnostics -> Serial log
221
+
222
+
223
+
An error similar to this may be present:
224
+
225
+
```
226
+
[ 188.000765] dracut-initqueue[324]: Warning: /dev/VG/SwapVol does not exist
227
+
Starting Dracut Emergency Shell...
228
+
Warning: /dev/VG/SwapVol does not exist
229
+
```
230
+
231
+
The grub.cfg is configured in this example to load an LV with the name of **rd.lvm.lv=VG/SwapVol** and the VM is unable to locate this. This line shows how the kernel is being loaded referencing the LV SwapVol
0 commit comments