No description
Find a file
Robert Millan 51dbeac64c 2009-11-13 Robert Millan <rmh.grub@aybabtu.com>
* autogen.sh: New file.
2009-11-13 15:55:26 +00:00
docs 2009-11-13 Robert Millan <rmh.grub@aybabtu.com> 2009-11-13 15:48:17 +00:00
.cvsignore Add autom4te.cache 2004-04-23 13:25:15 +00:00
AUTHORS 2009-11-13 Robert Millan <rmh.grub@aybabtu.com> 2009-11-13 15:48:17 +00:00
autogen.sh 2009-11-13 Robert Millan <rmh.grub@aybabtu.com> 2009-11-13 15:55:26 +00:00
ChangeLog 2009-11-13 Robert Millan <rmh.grub@aybabtu.com> 2009-11-13 15:55:26 +00:00
configure.ac 2009-11-13 Robert Millan <rmh.grub@aybabtu.com> 2009-11-13 15:48:17 +00:00
COPYING Autoconf/Automake jumbo patches 1999-03-01 19:12:32 +00:00
INSTALL 2004-05-14 Yoshinori K. Okuji <okuji@enbug.org> 2004-05-14 20:16:55 +00:00
Makefile.am 2009-11-13 Robert Millan <rmh.grub@aybabtu.com> 2009-11-13 15:48:17 +00:00
NEWS 2005-05-08 Yoshinori K. Okuji <okuji@enbug.org> 2005-05-08 02:51:53 +00:00
README Simplify the file README, and update NEWS. 2002-05-30 20:21:30 +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, ReiserFS, JFS and XFS, BSD ufs,
    MS-DOS FAT16 and FAT32, Minix fs, and VSTa 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 boot loader. Type "info grub" in the shell prompt.

Please visit the official web page of GNU GRUB, for more information.
The URL is <http://www.gnu.org/software/grub/grub.html>.