diff --git a/modules/ROOT/pages/_partials/proc_installing-grub2-on-bios-system.adoc b/modules/ROOT/pages/_partials/proc_installing-grub2-on-bios-system.adoc index 6c1a548..accc5cf 100644 --- a/modules/ROOT/pages/_partials/proc_installing-grub2-on-bios-system.adoc +++ b/modules/ROOT/pages/_partials/proc_installing-grub2-on-bios-system.adoc @@ -17,12 +17,6 @@ $ dnf list installed | grep grub .Procedure -. Create a configuration file for *GRUB2*. -+ ----- -# grub2-mkconfig -o /boot/grub2/grub.cfg ----- - . List block devices available on the system. + ---- @@ -37,6 +31,12 @@ $ lsblk # grub2-install /dev/sda ---- +. Create a configuration file for *GRUB2*. ++ +---- +# grub2-mkconfig -o /boot/grub2/grub.cfg +---- + . Reboot your computer to boot with the newly installed bootloader. .More information