Skip to content

Commit fec3882

Browse files
author
Mauricio
authored
Format GEN1 and GEN2 sections
1 parent d8fe469 commit fec3882

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

support/azure/virtual-machines/linux/troubleshoot-red-hat-os-upgrade-issues.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -630,17 +630,18 @@ sudo sed -i 's/^GRUB_DEFAULT=0/GRUB_DEFAULT=saved/' /etc/default/grub
630630
```
631631
2. Regenerate the GRUB configuration:
632632

633-
GEN1
633+
**GEN 1:**
634634

635635
```bash
636636
sudo grub2-mkconfig -o /boot/grub2/grub.cfg
637637
```
638638

639-
GEN2:
639+
**GEN 2:**
640640

641641
```bash
642642
grub2-mkconfig -o /boot/efi/EFI/redhat/grub.cfg
643643
```
644+
644645
3. Reboot the VM thru the serial console.
645646

646647
```

0 commit comments

Comments
 (0)