Add a pointer to troubleshooting boot problems

This commit is contained in:
Bruce Dubbs 2023-03-12 00:26:41 -06:00
parent c6fa6912e1
commit 5fa9f630cd

View File

@ -75,6 +75,12 @@
</para> </para>
</listitem> </listitem>
<listitem>
<para>
Ensure a password is set for the root user.
</para>
</listitem>
<listitem> <listitem>
<para> <para>
A review of the following configuration files A review of the following configuration files
@ -133,7 +139,21 @@ umount -v $LFS</userinput></screen>
<para>Assuming the GRUB boot loader was set up as outlined earlier, the menu <para>Assuming the GRUB boot loader was set up as outlined earlier, the menu
is set to boot <emphasis>LFS &version;</emphasis> automatically.</para> is set to boot <emphasis>LFS &version;</emphasis> automatically.</para>
<para>When the reboot is complete, the LFS system is ready for use and <para>When the reboot is complete, the LFS system is ready for use. What you
more software may be added to suit your needs.</para> will see is a simple <quote>login: </quote> prompt. At this point, you can
proceed to
<phrase revision="sysv">
<ulink url="https://www.linuxfromscratch.org/blfs/view/stable/">
the BLFS Book</ulink></phrase>
<phrase revision="systemd">
<ulink url="https://www.linuxfromscratch.org/blfs/view/stable-systemd/">
the BLFS Book</ulink></phrase>
where you can add more software to suit your needs.</para>
<para>
If your reboot is <emphasis role="bold">not</emphasis> successful, it
is time to troubleshoot. For hints on solving inital booting problems, see
<ulink url="https://www.linuxfromscratch.org/lfs/troubleshooting.html"/>.
</para>
</sect1> </sect1>