lilo-inst.xml 1.2 KB

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