Changeset 4122675


Ignore:
Timestamp:
07/02/2005 06:00:19 PM (19 years ago)
Author:
Archaic <archaic@…>
Branches:
10.0, 10.0-rc1, 10.1, 10.1-rc1, 11.0, 11.0-rc1, 11.0-rc2, 11.0-rc3, 11.1, 11.1-rc1, 11.2, 11.2-rc1, 11.3, 11.3-rc1, 12.0, 12.0-rc1, 12.1, 12.1-rc1, 6.3, 6.4, 6.5, 6.6, 6.7, 6.8, 7.0, 7.1, 7.2, 7.3, 7.4, 7.5, 7.5-systemd, 7.6, 7.6-systemd, 7.7, 7.7-systemd, 7.8, 7.8-systemd, 7.9, 7.9-systemd, 8.0, 8.1, 8.2, 8.3, 8.4, 9.0, 9.1, arm, bdubbs/gcc13, ml-11.0, multilib, renodr/libudev-from-systemd, s6-init, trunk, xry111/arm64, xry111/arm64-12.0, xry111/clfs-ng, xry111/lfs-next, xry111/loongarch, xry111/loongarch-12.0, xry111/loongarch-12.1, xry111/mips64el, xry111/pip3, xry111/rust-wip-20221008, xry111/update-glibc
Children:
4b59d59
Parents:
d45df00
Message:

Standardized capitalization of GRUB.

git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@6339 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689

Files:
5 edited

Legend:

Unmodified
Added
Removed
  • chapter03/packages.xml

    rd45df00 r4122675  
    166166
    167167<varlistentry>
    168 <term>Grub (&grub-version;) - 949 KB:</term>
     168<term>GRUB (&grub-version;) - 949 KB:</term>
    169169<listitem>
    170170<para><ulink url="&alpha-gnu;grub/"/></para>
  • chapter06/grub.xml

    rd45df00 r4122675  
    77]>
    88<sect1 id="ch-system-grub" role="wrap">
    9 <title>Grub-&grub-version;</title>
     9<title>GRUB-&grub-version;</title>
    1010<?dbhtml filename="grub.html"?>
    1111
    12 <indexterm zone="ch-system-grub"><primary sortas="a-Grub">Grub</primary></indexterm>
     12<indexterm zone="ch-system-grub"><primary sortas="a-Grub">GRUB</primary></indexterm>
    1313
    1414<sect2 role="package"><title/>
    15 <para>The Grub package contains the Grand Unified Bootloader.</para>
     15<para>The GRUB package contains the GRand Unified Bootloader.</para>
    1616
    1717<segmentedlist>
     
    2929
    3030<sect2 role="installation">
    31 <title>Installation of Grub</title>
     31<title>Installation of GRUB</title>
    3232
    3333<para>This package is known to have issues when its default
     
    3636variables that override default optimizations have been defined, such
    3737as <envar>CFLAGS</envar> and <envar>CXXFLAGS</envar>,
    38 unset them when building Grub.</para>
     38unset them when building GRUB.</para>
    3939
    40 <para>Prepare Grub for compilation:</para>
     40<para>Prepare GRUB for compilation:</para>
    4141
    4242<screen><userinput>./configure --prefix=/usr</userinput></screen>
     
    7575
    7676
    77 <sect2 id="contents-grub" role="content"><title>Contents of Grub</title>
     77<sect2 id="contents-gRUB" role="content"><title>Contents of GRUB</title>
    7878
    7979<segmentedlist>
  • chapter08/grub.xml

    rd45df00 r4122675  
    99
    1010<indexterm zone="ch-bootable-grub">
    11 <primary sortas="a-Grub">Grub</primary>
     11<primary sortas="a-Grub">GRUB</primary>
    1212<secondary>configuring</secondary></indexterm>
    1313
     
    2626unusable (un-bootable).</para>
    2727
    28 <para>Earlier, we compiled and installed the Grub boot loader software
     28<para>Earlier, we compiled and installed the GRUB boot loader software
    2929in preparation for this step. The procedure involves writing some
    30 special Grub files to specific locations on the hard drive. We highly
    31 recommend creating a Grub boot floppy diskette as a backup. Insert a
     30special GRUB files to specific locations on the hard drive. We highly
     31recommend creating a GRUB boot floppy diskette as a backup. Insert a
    3232blank floppy diskette and run the following commands:</para>
    3333
     
    4040<screen><userinput>grub</userinput></screen>
    4141
    42 <para>Grub uses its own naming structure for drives and partitions in
     42<para>GRUB uses its own naming structure for drives and partitions in
    4343the form of <emphasis>(hdn,m)</emphasis>, where <emphasis>n</emphasis>
    4444is the hard drive number and <emphasis>m</emphasis> is the partition
    4545number, both starting from zero. For example, partition <filename
    4646class="partition">hda1</filename> is <emphasis>(hd0,0)</emphasis> to
    47 Grub and <filename class="partition">hdb3</filename> is
    48 <emphasis>(hd1,2)</emphasis>. In contrast to Linux, Grub does not
     47GRUB and <filename class="partition">hdb3</filename> is
     48<emphasis>(hd1,2)</emphasis>. In contrast to Linux, GRUB does not
    4949consider CD-ROM drives to be hard drives. For example, if using a CD
    5050on <filename class="partition">hdb</filename> and a second hard drive
     
    5858class="partition">hda4</filename>.</para>
    5959
    60 <para>Tell Grub where to search for its
     60<para>Tell GRUB where to search for its
    6161<filename>stage{1,2}</filename> files. The Tab key can be used
    62 everywhere to make Grub show the alternatives:</para>
     62everywhere to make GRUB show the alternatives:</para>
    6363
    6464<screen><userinput>root (hd0,3)</userinput></screen>
     
    6868using a third party boot manager to manage the Master Boot Record
    6969(MBR). In this scenario, it would make more sense to install
    70 Grub into the <quote>boot sector</quote> of the LFS partition. In this
     70GRUB into the <quote>boot sector</quote> of the LFS partition. In this
    7171case, this next command would become <userinput>setup
    7272(hd0,3)</userinput>.</para></warning>
    7373
    74 <para>Tell Grub to install itself into the MBR of
     74<para>Tell GRUB to install itself into the MBR of
    7575<filename class="partition">hda</filename>:</para>
    7676
    7777<screen><userinput>setup (hd0)</userinput></screen>
    7878
    79 <para>If all went well, Grub will have reported finding its files in
     79<para>If all went well, GRUB will have reported finding its files in
    8080<filename class="directory">/boot/grub</filename>. That's all there is
    8181to it. Quit the <command>grub</command> shell:</para>
     
    8383<screen><userinput>quit</userinput></screen>
    8484
    85 <para>Create a <quote>menu list</quote> file defining Grub's boot menu:</para>
     85<para>Create a <quote>menu list</quote> file defining GRUB's boot menu:</para>
    8686
    8787<screen><userinput>cat &gt; /boot/grub/menu.lst &lt;&lt; "EOF"
     
    123123
    124124<para>If <command>info grub</command> does not provide all necessary material, additional
    125 information regarding Grub is located on its website at:
     125information regarding GRUB is located on its website at:
    126126<ulink url="http://www.gnu.org/software/grub/"/>.</para>
    127127
    128 <para>The FHS stipulates that Grub's <filename>menu.lst</filename> file should be symlinked to
     128<para>The FHS stipulates that GRUB's <filename>menu.lst</filename> file should be symlinked to
    129129<filename class="symlink">/etc/grub/menu.lst</filename>.  To satisfy this requirement, issue the
    130130following command:</para>
  • chapter08/introduction.xml

    rd45df00 r4122675  
    1010<para>It is time to make the LFS system bootable. This chapter
    1111discusses creating an <filename>fstab</filename> file, building a
    12 kernel for the new LFS system, and installing the Grub boot loader so
     12kernel for the new LFS system, and installing the GRUB boot loader so
    1313that the LFS system can be selected for booting at startup.</para>
    1414
  • chapter09/reboot.xml

    rd45df00 r4122675  
    5151<screen><userinput>shutdown -r now</userinput></screen>
    5252
    53 <para>Assuming the Grub boot loader was set up as outlined earlier, the menu
     53<para>Assuming the GRUB boot loader was set up as outlined earlier, the menu
    5454is set to boot <emphasis>LFS &version;</emphasis> automatically.</para>
    5555
Note: See TracChangeset for help on using the changeset viewer.