No description
Find a file
2000-10-17 13:37:27 +00:00
debian merge the changes on the branch prepare_0_5_96 to the main trunk. 2000-10-07 07:19:12 +00:00
docs Added MD5 passwords and extended the password command. 2000-10-17 13:37:27 +00:00
grub change the format of drive info in the Multiboot Specification, implement some of the new features. 2000-10-15 21:18:14 +00:00
lib add linux devfs support into the grub shell. 2000-10-15 16:39:04 +00:00
netboot update the network support to etherboot-4.6.4. 2000-07-29 19:22:54 +00:00
stage1 change boot messages. 2000-09-10 08:46:52 +00:00
stage2 Added MD5 passwords and extended the password command. 2000-10-17 13:37:27 +00:00
util add a new option --recheck into grub-install, relieve the check of a device file in grub-install. 2000-10-15 18:24:58 +00:00
acconfig.h add a prefix * into each ljmp/lcall operand only if GAS supports it. 2000-05-31 02:15:13 +00:00
acinclude.m4 add a prefix * into each ljmp/lcall operand only if GAS supports it. 2000-05-31 02:15:13 +00:00
aclocal.m4 add a prefix * into each ljmp/lcall operand only if GAS supports it. 2000-05-31 02:15:13 +00:00
AUTHORS Added MD5 passwords and extended the password command. 2000-10-17 13:37:27 +00:00
BUGS update docs. 2000-05-13 04:31:57 +00:00
ChangeLog Added MD5 passwords and extended the password command. 2000-10-17 13:37:27 +00:00
compile leave the vga option for Linux, remove unnecessary compile scripts and add a really necessary compile script into the top dir. 2000-06-17 03:44:43 +00:00
config.guess Autoconf/Automake jumbo patches 1999-03-01 19:12:32 +00:00
config.h.in merge the changes on the branch prepare_0_5_96 to the main trunk. 2000-10-07 07:19:12 +00:00
config.sub Autoconf/Automake jumbo patches 1999-03-01 19:12:32 +00:00
configure Added MD5 passwords and extended the password command. 2000-10-17 13:37:27 +00:00
configure.in Added MD5 passwords and extended the password command. 2000-10-17 13:37:27 +00:00
COPYING Autoconf/Automake jumbo patches 1999-03-01 19:12:32 +00:00
depcomp I forgot to add depcomp to the CVS. 2000-03-27 07:58:18 +00:00
INSTALL don't define unusable commands, don't handle a dumb terminal if serial terminal support is disabled, enable serial terminal support by default. 2000-09-26 19:52:29 +00:00
install-sh Autoconf/Automake jumbo patches 1999-03-01 19:12:32 +00:00
Makefile.am add mbchk. 1999-10-18 12:36:27 +00:00
Makefile.in move mdate-sh and texinfo.tex to the top dir. 2000-06-19 11:46:27 +00:00
mdate-sh move mdate-sh and texinfo.tex to the top dir. 2000-06-19 11:46:27 +00:00
missing Update the build environment. You need the latest CVS version of Automake. 2000-03-27 07:57:31 +00:00
mkinstalldirs Autoconf/Automake jumbo patches 1999-03-01 19:12:32 +00:00
NEWS Added MD5 passwords and extended the password command. 2000-10-17 13:37:27 +00:00
README update the docs. 2000-07-02 04:03:25 +00:00
stamp-h.in modify the implement of the maintainer mode. 1999-09-13 13:32:31 +00:00
texinfo.tex move mdate-sh and texinfo.tex to the top dir. 2000-06-19 11:46:27 +00:00
THANKS added support for native devfs device names into grub-install. 2000-10-14 17:04:45 +00:00
TODO update docs. 2000-10-14 14:46:45 +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 and ReiserFS, BSD ufs, MS-DOS
    FAT16 and FAT32, and Minix fs 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.

If you are interested in the network support, see the file
README.netboot under the directory netboot.

See the file INSTALL for instructions on how to build and install the
GRUB data and program files. See the GRUB manual for details about
using GRUB as your bootloader. Type "info grub" in the shell prompt.

GNU GRUB has a page on the web. See:

	http://www.gnu.org/software/grub/grub.en.html (English)
	http://www.gnu.org/software/grub/grub.ja.html (Japanese)

If you have any suggestions or ideas, please send electronic mail to the
GRUB mailing list <bug-grub@gnu.org>. The archive of the list is
available at <http://www.mail-archive.com/bug-grub%40gnu.org/>.

When you encounter a problem or a bug, first of all, read the chapter
"Reporting bugs" in the document. Very often, people ask us their
questions with little (or no) information about their systems. That's
quite useless, because we have to *guess* what you did, what was
displayed and what really happened. Please notice that we may not see
your computer directly. So, whenever you report a bug, you must include
enough information so that we can understand what happened and even
reproduce your problem in our machines.

Once you have realized how to write a bug report, please submit it to
<bug-grub@gnu.org> with information about your computer and what you did
_as much as possible_. Excessive information is always better than no
information.

When you enhance/fix GRUB, please send the patch to <bug-grub@gnu.org>.
Do not forget to write your changes to ChangeLog; That helps us to
understand your changes correctly. And it is preferable that your patch
is the unified format. Just append `-u' option to the command `diff'.

NOTE: you should stick to the GNU Coding Standards. Look at the URL
<http://www.gnu.org/prep/standards_toc.html> to understand it.

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@subversions.gnu.org:/home/cvs', module `grub'.
Just hit enter when CVS prompts you for a password.
See <http://www.gnu.org/software/devel.html#CVS> for more details.

If you are really interested in the rapid development, you can subscribe
to the list <commit-grub@gnu.org>, by sending e-mail with the subject
"subscribe" to <commit-grub-request@gnu.org>. This list is not for a
general purpose but will notify you of CVS logs whenever any developer
checks in patches.

  IMPORTANT SIZE LIMITS:

  - 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.