lilo-inst.xml 1.3 KB

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