2002-04-16 02:24:54 +02:00
|
|
|
===========================================================================
|
|
|
|
$NetBSD: MESSAGE,v 1.2 2002/04/16 00:24:54 wiz Exp $
|
Import new package grub. Submitted by jgoerzen@complete.org in
pkg/15065. I updated it to 0.91 and removed patch-aa which
the submitter already sent to the grub people.
GRUB is the GRand Unified Bootloader. Briefly, bootloader is the first
software program that runs when a computer starts. It is responsible for
loading and transferring control to the operating system kernel software
(such as NetBSD orLinux). GRUB understands ffs, FAT{16,32}, ext2fs,
ReiserFS, minixfs, and VSTafs. It can directly boot NetBSD, FreeBSD,
OpenBSD and Linux without any other bootloader, loading a.out and ELF
kernels from the disk and passing along necessary arguments (in most cases).
It can also boot any operating system (the above, plus eg Windows, OS/2) by
chaining to that operating system's specific loader. Grub features a
runtime command line and loads its configuration at boot rather than
requiring rerunning of a separate utility. Other features are TFTP booting,
serial console support, large disk support, support for both DOS MBR label
and BSD disklabel simultaneously, booting from hard drive or floppy.
GRUB is available for the i386 architecture only.
2002-04-11 21:53:25 +02:00
|
|
|
|
2002-04-16 02:24:54 +02:00
|
|
|
Because NetBSD already uses /boot for a different purpose, this
|
|
|
|
version of GRUB has been compiled to look in /grub for its files
|
|
|
|
(specifically, menu.lst and the loaders). If your root filesystem
|
|
|
|
is of a type not supported directly by grub (e.g., lfs), you may
|
|
|
|
have difficulties. See the info docs for more details.
|
|
|
|
|
|
|
|
GRUB is not actually installed on your disk until you run a command
|
|
|
|
such as
|
|
|
|
grub-install /dev/wd0d
|
Import new package grub. Submitted by jgoerzen@complete.org in
pkg/15065. I updated it to 0.91 and removed patch-aa which
the submitter already sent to the grub people.
GRUB is the GRand Unified Bootloader. Briefly, bootloader is the first
software program that runs when a computer starts. It is responsible for
loading and transferring control to the operating system kernel software
(such as NetBSD orLinux). GRUB understands ffs, FAT{16,32}, ext2fs,
ReiserFS, minixfs, and VSTafs. It can directly boot NetBSD, FreeBSD,
OpenBSD and Linux without any other bootloader, loading a.out and ELF
kernels from the disk and passing along necessary arguments (in most cases).
It can also boot any operating system (the above, plus eg Windows, OS/2) by
chaining to that operating system's specific loader. Grub features a
runtime command line and loads its configuration at boot rather than
requiring rerunning of a separate utility. Other features are TFTP booting,
serial console support, large disk support, support for both DOS MBR label
and BSD disklabel simultaneously, booting from hard drive or floppy.
GRUB is available for the i386 architecture only.
2002-04-11 21:53:25 +02:00
|
|
|
or
|
2002-04-16 02:24:54 +02:00
|
|
|
grub-install '(hd0)'
|
|
|
|
|
|
|
|
===========================================================================
|