Lines Matching refs:GRUB
2 @appendix Hacking GRUB
4 This chapter documents the user-invisible aspect of GRUB.
14 * Embedded data:: Embedded variables in GRUB
17 * Bootstrap tricks:: The bootstrap mechanism used in GRUB
30 GRUB consists of two distinct components, called @dfn{stages}, which are
90 @section Embedded variables in GRUB
100 The version number (not GRUB's, but the installation mechanism's).
158 The version string (GRUB's).
270 GRUB built-in commands are defined in a uniformal interface, whether
295 @section The bootstrap mechanism used in GRUB
302 However, GRUB is a very large program, so we break GRUB into 2 (or 3)
316 GRUB should support both the CHS mode and the LBA mode (@pxref{Low-level
319 The solution used by GRUB is that Stage 1 loads only the first sector of
391 When you write patches for GRUB, please send them to the mailing list
403 always has the current version (@pxref{Obtaining and Building GRUB}).
418 Be careful enough of the license term and the copyright. Because GRUB
422 to ask GRUB maintainers, whenever you are not sure what you should do.