usr/src/grub/grub-0.97/README
author Christopher Siden <chris.siden@delphix.com>
Mon, 21 May 2012 12:11:39 -0700
changeset 13700 2889e2596bd6
parent 8044 b3af80bbf173
permissions -rw-r--r--
2619 asynchronous destruction of ZFS file systems 2747 SPA versioning with zfs feature flags Reviewed by: Matt Ahrens <[email protected]> Reviewed by: George Wilson <[email protected]> Reviewed by: Richard Lowe <[email protected]> Reviewed by: Dan Kruchinin <[email protected]> Approved by: Eric Schrock <[email protected]>
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
0
68f95e015346 OpenSolaris Launch
stevel@tonic-gate
parents:
diff changeset
     1
This is GNU GRUB, the GRand Unified Bootloader.  GRUB is intended to
68f95e015346 OpenSolaris Launch
stevel@tonic-gate
parents:
diff changeset
     2
provide important bootloader features that are missing from typical
68f95e015346 OpenSolaris Launch
stevel@tonic-gate
parents:
diff changeset
     3
personal computer BIOSes:
68f95e015346 OpenSolaris Launch
stevel@tonic-gate
parents:
diff changeset
     4
68f95e015346 OpenSolaris Launch
stevel@tonic-gate
parents:
diff changeset
     5
  - provides fully-featured command line and graphical interfaces
68f95e015346 OpenSolaris Launch
stevel@tonic-gate
parents:
diff changeset
     6
  - recognizes fdisk partitions and BSD disklabels
68f95e015346 OpenSolaris Launch
stevel@tonic-gate
parents:
diff changeset
     7
  - can dynamically read Linux ext2fs, ReiserFS, JFS and XFS, BSD ufs,
68f95e015346 OpenSolaris Launch
stevel@tonic-gate
parents:
diff changeset
     8
    MS-DOS FAT16 and FAT32, Minix fs, and VSTa fs filesystems, plus
68f95e015346 OpenSolaris Launch
stevel@tonic-gate
parents:
diff changeset
     9
    hardcoded blocklists
68f95e015346 OpenSolaris Launch
stevel@tonic-gate
parents:
diff changeset
    10
  - can boot Multiboot-compliant kernels (such as GNU Mach), as well
68f95e015346 OpenSolaris Launch
stevel@tonic-gate
parents:
diff changeset
    11
    as standard Linux and *BSD kernels
68f95e015346 OpenSolaris Launch
stevel@tonic-gate
parents:
diff changeset
    12
68f95e015346 OpenSolaris Launch
stevel@tonic-gate
parents:
diff changeset
    13
See the file NEWS for a description of recent changes to GRUB.
68f95e015346 OpenSolaris Launch
stevel@tonic-gate
parents:
diff changeset
    14
68f95e015346 OpenSolaris Launch
stevel@tonic-gate
parents:
diff changeset
    15
If you are interested in the network support, see the file
68f95e015346 OpenSolaris Launch
stevel@tonic-gate
parents:
diff changeset
    16
README.netboot under the directory netboot.
68f95e015346 OpenSolaris Launch
stevel@tonic-gate
parents:
diff changeset
    17
68f95e015346 OpenSolaris Launch
stevel@tonic-gate
parents:
diff changeset
    18
See the file INSTALL for instructions on how to build and install the
68f95e015346 OpenSolaris Launch
stevel@tonic-gate
parents:
diff changeset
    19
GRUB data and program files. See the GRUB manual for details about
68f95e015346 OpenSolaris Launch
stevel@tonic-gate
parents:
diff changeset
    20
using GRUB as your boot loader. Type "info grub" in the shell prompt.
68f95e015346 OpenSolaris Launch
stevel@tonic-gate
parents:
diff changeset
    21
68f95e015346 OpenSolaris Launch
stevel@tonic-gate
parents:
diff changeset
    22
Please visit the official web page of GNU GRUB, for more information.
68f95e015346 OpenSolaris Launch
stevel@tonic-gate
parents:
diff changeset
    23
The URL is <http://www.gnu.org/software/grub/grub.html>.