reboot.xml 1.2 KB

123456789101112131415161718192021222324252627282930
  1. <sect1 id="ch08-reboot">
  2. <title>Rebooting the system</title>
  3. <para>Now that all software has been installed, bootscripts have been created,
  4. it's time to reboot the computer. Before we reboot let's exit the
  5. chroot'ed environment first and unmount the LFS partition by running:</para>
  6. <para><screen><userinput>umount $LFS/proc &amp;&amp;</userinput>
  7. <userinput>umount $LFS</userinput></screen></para>
  8. <para>And you can reboot your system by running something like:</para>
  9. <para><screen><userinput>/sbin/shutdown -r now</userinput></screen></para>
  10. <para>At the LILO: prompt make sure that you tell it to boot
  11. <emphasis>lfs</emphasis> and not the default entry which will boot your
  12. host system again.</para>
  13. <para>During the first boot you will get a few errors from syslogd and klogd.
  14. These errors occur because we haven't setup networking yet. That will
  15. be taken care of in the next chapter. So don't worry about those errors
  16. for now.</para>
  17. <para>As just stated, one thing remains to be done and that's setting up
  18. networking. After having rebooted and finished the next chapter of this
  19. book the LFS system is completely ready for use, and you can start
  20. adding your own software.</para>
  21. </sect1>