Improve wording of fixing OS boot problem section in help manual (#734376)
Place more emphasis on the instructions to restore GRUB, and less on other boot loaders. Bug 734376 - Add GRUB 2 Restore Steps to GParted Manual
This commit is contained in:
parent
fcccf377f2
commit
bc7573e45a
|
@ -2352,14 +2352,23 @@
|
||||||
</itemizedlist>
|
</itemizedlist>
|
||||||
</para>
|
</para>
|
||||||
<para>
|
<para>
|
||||||
You are advised to consult documentation for your boot loader
|
Fortunately the failure to boot can be often be fixed.
|
||||||
to learn how to fix the problem.
|
</para>
|
||||||
|
<para>
|
||||||
|
If your computer uses the GRUB boot loader,
|
||||||
|
see <xref linkend="gparted-fix-grub-boot-problem"/>
|
||||||
|
to restore the ability to boot.
|
||||||
|
</para>
|
||||||
|
<para>
|
||||||
|
If your computer does not use GRUB then you are advised to consult
|
||||||
|
documentation for your boot loader to learn how to fix the
|
||||||
|
problem.
|
||||||
You might consult the
|
You might consult the
|
||||||
<ulink type="http" url="http://gparted.org/faq.php">&appname; FAQ</ulink>,
|
<ulink type="http" url="http://gparted.org/faq.php">&appname; FAQ</ulink>,
|
||||||
or the
|
or the
|
||||||
<ulink type="http" url="http://gparted.org/forum.php">&appname; forum</ulink>.
|
<ulink type="http" url="http://gparted.org/forum.php">&appname; forum</ulink>.
|
||||||
You might also use Internet search engines to learn how other people
|
You might also search the Internet to learn how other people have
|
||||||
have solved similar problems.
|
solved similar problems.
|
||||||
</para>
|
</para>
|
||||||
|
|
||||||
<!-- ============= Fixing GRUB Boot Problem ========================== -->
|
<!-- ============= Fixing GRUB Boot Problem ========================== -->
|
||||||
|
|
Loading…
Reference in New Issue