lilo-inst.xml 1.4 KB

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