lilo-inst.xml 1.2 KB

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