lilo-inst.xml 1.4 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243
  1. <sect2>
  2. <title>Installation of Lilo</title>
  3. <para>
  4. We have chosen Lilo because we feel confortable with it, but you may wish to
  5. take a look elsewhere. Someone has written a hint on GRUB at<ulink
  6. url="http://archive.linuxfromscratch.org/lfs-hints/grub-howto.txt">
  7. http://archive.linuxfromscratch.org/lfs-hints/grub-howto.txt</ulink>,
  8. an alternative boot loader.
  9. </para>
  10. <para>
  11. Install Lilo by running the following commands:
  12. </para>
  13. <blockquote><literallayout>
  14. <userinput>make &amp;&amp;</userinput>
  15. <userinput>make install</userinput>
  16. </literallayout></blockquote>
  17. <para>
  18. It appears that compilation of this package fails on certain machines
  19. when the -g compiler flag is being used. If you can't compile Lilo at
  20. all, you should try to remove the -g value from the CFLAGS variable in the
  21. <filename>Makefile</filename> file.
  22. </para>
  23. <para>
  24. At the end of the installation the make install process will print a
  25. message stating that /sbin/lilo has to be executed to complete the
  26. update. Don't do this as it has no use. The /etc/lilo.conf isn't present
  27. yet. We will complete the installation of lilo in chapter 8.
  28. </para>
  29. <para>
  30. Maybe you'll be interested to know that someone wrote a hint on how to get a
  31. logo instead the the standard LILO prompt or menu. Take a look at it at <ulink
  32. url="http://archive.linuxfromscratch.org/lfs-hints/bootlogo.txt">
  33. http://archive.linuxfromscratch.org/lfs-hints/bootlogo.txt</ulink>.
  34. </para>
  35. </sect2>