Fixed Bootloading w/ Grub.

This commit is contained in:
Robert Krátký 2018-01-20 18:59:12 +01:00
parent b02b632030
commit 8ba1b0b06a
12 changed files with 89 additions and 126 deletions

View file

@ -1,5 +1,5 @@
= Booting the system using a configuration file on a different partition.
[[booting-with-configfile-on-different-partition]]
= Booting the system using a configuration file on a different partition.
If you end up in *GRUB2* boot prompt, it is also possible to boot using a _configfile_ that's located on another
partition, as is often the case with multi-boot systems containing Ubuntu and Fedora. To boot the system using a configuration files on a different partition:
@ -27,6 +27,6 @@ configfile /grub2/grub.cfg
----
.More information
* The *hd0,msdos1* line shows the pertinent _boot_ partition, which holds the
`grub.cfg` file. The setting may be different on your system. See also xref:using-grub2-prompt[Using the GRUB2 boot prompt] for more information.
* The *hd0,msdos1* line shows the pertinent _boot_ partition, which holds the `grub.cfg` file. The setting may be different on your system. See also xref:using-grub2-prompt[Using the GRUB2 boot prompt] for more information.