mirror of
https://pagure.io/fedora-docs/quick-docs.git
synced 2024-11-24 21:35:17 +00:00
This commit is contained in:
commit
e8013e608a
1 changed files with 6 additions and 6 deletions
|
@ -17,12 +17,6 @@ $ dnf list installed | grep grub
|
||||||
|
|
||||||
.Procedure
|
.Procedure
|
||||||
|
|
||||||
. Create a configuration file for *GRUB2*.
|
|
||||||
+
|
|
||||||
----
|
|
||||||
# grub2-mkconfig -o /boot/grub2/grub.cfg
|
|
||||||
----
|
|
||||||
|
|
||||||
. List block devices available on the system.
|
. List block devices available on the system.
|
||||||
+
|
+
|
||||||
----
|
----
|
||||||
|
@ -37,6 +31,12 @@ $ lsblk
|
||||||
# grub2-install /dev/sda
|
# 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.
|
. Reboot your computer to boot with the newly installed bootloader.
|
||||||
|
|
||||||
.More information
|
.More information
|
||||||
|
|
Loading…
Reference in a new issue