grub.xml 1.8 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758
  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>First fix a compilation problem with GCC-&gcc-version;:</para>
  18. <screen><userinput>sed -i 's/2 long/2/' stage2/fsys_reiserfs.c</userinput></screen>
  19. <para>Now prepare Grub for compilation:</para>
  20. <screen><userinput>./configure --prefix=/usr</userinput></screen>
  21. <para>Compile the package:</para>
  22. <screen><userinput>make</userinput></screen>
  23. <para>And install it:</para>
  24. <screen><userinput>make install
  25. mkdir /boot/grub
  26. cp /usr/share/grub/i386-pc/stage{1,2} /boot/grub</userinput></screen>
  27. <para>Replace <filename class="directory">i386-pc</filename> with whatever
  28. directory is appropriate for your hardware.</para>
  29. <para>The <filename class="directory">i386-pc</filename> directory also
  30. contains a number of <filename>*stage1_5</filename> files, different ones
  31. for different filesystems. Have a look at the ones available and copy the
  32. appropriate ones to the <filename class="directory">/boot/grub</filename>
  33. directory. Most people will copy the <filename>e2fs_stage1_5</filename>
  34. and/or <filename>reiserfs_stage1_5</filename> files.</para>
  35. </sect2>
  36. &aa-grub-shortdesc;
  37. &aa-grub-desc;
  38. </sect1>