Skip to content

Commit ef874f5

Browse files
committed
Fix formatting
1 parent 7f49d6c commit ef874f5

1 file changed

Lines changed: 7 additions & 7 deletions

File tree

support/azure/virtual-machines/linux/hyper-v-driver-issues-linux-vm.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -154,17 +154,17 @@ Here are some reasons for VM boot failures:
154154
2. Mount the copy of the OS file systems in the repair VM by using [chroot](chroot-environment-linux.md).
155155
3. Once the chroot process is completed, verify if `hv_` drivers are missing on the current kernel:
156156
157-
- For RHEL-based images
157+
- For RHEL-based images:
158158
159159
```bash
160160
lsinitrd /boot/initramfs-<kernel-version>.img | grep -i hv_
161161
```
162-
- For SLES-based images
162+
- For SLES-based images:
163163
164164
```bash
165165
lsinitrd /boot/initrd-<versión-del-kernel> | grep -i hv_
166166
```
167-
- For Ubuntu/Debian-based images
167+
- For Ubuntu/Debian-based images:
168168
169169
```bash
170170
lsinitrd /boot/initrd.img-$(uname -r) | grep -i hv_
@@ -175,7 +175,7 @@ Here are some reasons for VM boot failures:
175175

176176
3. Edit the */etc/dracut.conf* or */etc/initramfs-tools/modules* file, depending on your Linux distribution, and add the following line to the file:
177177

178-
- For RHEL/SLES-based images
178+
- For RHEL/SLES-based images:
179179

180180
```bash
181181
vi /etc/dracut.conf
@@ -185,7 +185,7 @@ Here are some reasons for VM boot failures:
185185
add_drivers+=" hv_vmbus hv_netvsc hv_storvsc "
186186
```
187187

188-
- For Ubuntu/Debian-based images
188+
- For Ubuntu/Debian-based images:
189189

190190
```bash
191191
vi /etc/initramfs-tools/modules
@@ -197,11 +197,11 @@ Here are some reasons for VM boot failures:
197197
hv_storvsc
198198
```
199199

200-
4. Rebuild the initial RAM disk image for your affected kernel by [regenerating missing initramfs manually](kernel-related-boot-issues.md#missing-initramfs-manual).
200+
4. Rebuild the initial RAM disk image for your affected kernel by following the steps in [Regenerate missing initramfs manually](kernel-related-boot-issues.md#missing-initramfs-manual).
201201

202202
## Verify the network driver is functional after a fresh boot or reboot
203203

204-
To confirm that the Hyper-V network driver (`hv_netvsc`) is active and functional, check the system logs for the following message:
204+
To confirm that the Hyper-V network driver (`hv_netvsc`) is active and functional, check the system logs and look for the following entry:
205205

206206
```output
207207
*hv\_vmbus: registering driver hv\_netvsc*

0 commit comments

Comments
 (0)