No description
Find a file
1999-05-13 04:31:22 +00:00
debian some bug fixes 1999-05-12 02:43:19 +00:00
docs some bug fixes 1999-05-12 02:43:19 +00:00
e2fs_stage1_5 some bug fixes 1999-05-12 02:43:19 +00:00
fat_stage1_5 some bug fixes 1999-05-12 02:43:19 +00:00
ffs_stage1_5 some bug fixes 1999-05-12 02:43:19 +00:00
grub bug fix 1999-05-13 04:31:22 +00:00
shared_src some bug fixes 1999-05-12 02:43:19 +00:00
stage1 some bug fixes 1999-05-12 02:43:19 +00:00
stage2 some bug fixes 1999-05-12 02:43:19 +00:00
stage2_debug some bug fixes 1999-05-12 02:43:19 +00:00
acinclude.m4 Last few niggly configure details to fix for 0.5.90 1999-03-02 02:41:04 +00:00
aclocal.m4 cleanups for low level disk I/O and a minor bug fix 1999-04-24 07:23:19 +00:00
AUTHORS Make /sbin/grub use a config file. 1999-03-27 22:24:27 +00:00
ChangeLog bug fix 1999-05-13 04:31:22 +00:00
config.guess Autoconf/Automake jumbo patches 1999-03-01 19:12:32 +00:00
config.sub Autoconf/Automake jumbo patches 1999-03-01 19:12:32 +00:00
configure some bug fixes 1999-05-12 02:43:19 +00:00
configure.in cleanups for low level disk I/O and a minor bug fix 1999-04-24 07:23:19 +00:00
COPYING Autoconf/Automake jumbo patches 1999-03-01 19:12:32 +00:00
INSTALL Autoconf/Automake jumbo patches 1999-03-01 19:12:32 +00:00
install-sh Autoconf/Automake jumbo patches 1999-03-01 19:12:32 +00:00
Makefile.am Big cleanups and code reduction. 1999-03-08 06:28:20 +00:00
Makefile.in some bug fixes 1999-05-12 02:43:19 +00:00
missing Autoconf/Automake jumbo patches 1999-03-01 19:12:32 +00:00
mkinstalldirs Autoconf/Automake jumbo patches 1999-03-01 19:12:32 +00:00
NEWS /sbin/grub works 1999-03-21 23:50:33 +00:00
README some bug fixes 1999-05-12 02:43:19 +00:00
THANKS some bug fixes 1999-05-12 02:43:19 +00:00

This is GNU GRUB, the GRand Unified Bootloader.  GRUB is intended to
provide important bootloader features that are missing from typical
personal computer BIOSes:

  - provides fully-featured command line and graphical interfaces
  - recognizes fdisk partitions and BSD disklabels
  - can dynamically read Linux ext2fs, BSD ufs, and MS-DOS FAT
    filesystems, plus hardcoded blocklists
  - can boot Multiboot-compliant kernels (such as GNU Mach), as well
    as standard Linux and BSD kernels

See the file NEWS for a description of recent changes to GRUB.

You need recent developmental environment to build GRUB. We recommend
you use the following utilities:

  - binutils 2.9.1.0.24 and later (Early 2.9.1.0.x is buggy, so don't use it.)
  - autoconf 19990301 and later (See http://sourceware.cygnus.com/autoconf
    for the information about how to get it from the CVS.)
  - automake 1.3, or 19990327 and later (Do not use 1.4!)
  - ncurses 4.0 and later (1.9.9 is too buggy, so don't use it.)
  - texinfo 3.12h and later

See the file INSTALL for instructions on how to build and install the
GRUB data and program files.  See `docs/install.html' for details
about using GRUB as your bootloader.

If you have any suggestions or bug reports, please send electronic
mail to the GRUB mailing list <bug-grub@gnu.org>.

DEVELOPERS: to subscribe to the mailing list, send e-mail to
<bug-grub-request@gnu.org>.  You can get the latest GRUB CVS tree from
`:pserver:anoncvs@anoncvs.gnu.org:/gd/gnu/anoncvsroot', module `grub'.
Just hit enter when CVS prompts you for a password.

  IMPORTANT SIZE LIMITS:

  - For the various stage2's, if they are being loaded from a block-list
    in the stage1, then be sure your blocklist is big enough.  The
    automated install will generally do this for you, it's just when
    dropping it on a raw floppy, you get the default compiled in, which
    is 512 * 80 disk sectors, or 40960 bytes.

  - For the FFS stage1.5, if you want to fit into the "bootloader" area
    of an FFS partition, it cannot be larger than 512 * 14 disk sectors,
    or 7168 bytes.