mirror of
https://pagure.io/fedora-docs/quick-docs.git
synced 2024-11-24 21:35:17 +00:00
Reviewed partial proc_adding-other-operating-systems-grub2.adoc (#522)
This commit is contained in:
parent
275bc3ca0a
commit
0271c0015e
1 changed files with 8 additions and 2 deletions
|
@ -3,7 +3,7 @@
|
|||
|
||||
Normally, *GRUB2* is preset to boot multiple operating systems during the Fedora installation process. If you can, it is advisable to install non-Linux operating systems first. Then, during the installation process, all those operating systems and their locations will be discovered and properly set.
|
||||
|
||||
Adding other records into the *GRUB2* menu only means to run `grub2-mkconfig` command to regenerate the configuration files. During this process, all operating systems known to the system will be added into the configuration. By reinstalling *GRUB2* into the MBR, this configuration will be used for further boots.
|
||||
Adding other records into the *GRUB2* menu only means to run `grub2-mkconfig` command to regenerate the configuration files. During this process, all operating systems known to the system will be added into the configuration. By reinstalling *GRUB2*, this configuration will be used for further boots.
|
||||
|
||||
.Before you start
|
||||
|
||||
|
@ -18,7 +18,13 @@ Adding other records into the *GRUB2* menu only means to run `grub2-mkconfig` co
|
|||
# grub2-mkconfig -o /boot/grub2/grub.cfg
|
||||
----
|
||||
|
||||
. Install *GRUB2* into the MBR of your primary hard disk.
|
||||
. Install *GRUB2*.
|
||||
* On UEFI systems:
|
||||
+
|
||||
----
|
||||
# dnf reinstall shim-* grub2-efi-* grub2-common
|
||||
----
|
||||
* On BIOS systems, specify the disk where the bootloader should be installed:
|
||||
+
|
||||
----
|
||||
# grub2-install /dev/sda
|
||||
|
|
Loading…
Reference in a new issue