grub.xml 1.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354
  1. <sect1 id="ch-system-grub" xreflabel="Grub">
  2. <title>Installing Grub-&grub-version;</title>
  3. <?dbhtml filename="grub.html" dir="chapter06"?>
  4. <para>The Grub package contains the GRand Unified Bootloader.</para>
  5. <screen>&buildtime; &grub-time;
  6. &diskspace; &grub-compsize;</screen>
  7. &aa-grub-down;
  8. &aa-grub-dep;
  9. <sect2><title>&nbsp;</title><para>&nbsp;</para></sect2>
  10. <sect2>
  11. <title>Installation of Grub</title>
  12. <para>This package is known to behave badly when you have changed its default
  13. optimization flags (including the -march and -mcpu options). Therefore, if you
  14. have defined any environment variables that override default optimizations,
  15. such as CFLAGS and CXXFLAGS, we recommend unsetting them when building
  16. Grub.</para>
  17. <para>Prepare Grub for compilation:</para>
  18. <screen><userinput>./configure --prefix=/usr</userinput></screen>
  19. <para>Compile the package:</para>
  20. <screen><userinput>make</userinput></screen>
  21. <para>And install it:</para>
  22. <screen><userinput>make install
  23. mkdir /boot/grub
  24. cp /usr/share/grub/i386-pc/stage{1,2} /boot/grub</userinput></screen>
  25. <para>Replace <filename class="directory">i386-pc</filename> with whatever
  26. directory is appropriate for your hardware.</para>
  27. <para>The <filename class="directory">i386-pc</filename> directory also
  28. contains a number of <filename>*stage1_5</filename> files, different ones
  29. for different file systems. Have a look at the ones available and copy the
  30. appropriate ones to the <filename class="directory">/boot/grub</filename>
  31. directory. Most people will copy the <filename>e2fs_stage1_5</filename>
  32. and/or <filename>reiserfs_stage1_5</filename> files.</para>
  33. </sect2>
  34. &aa-grub-shortdesc;
  35. &aa-grub-desc;
  36. </sect1>