pkgsrc/sysutils/grub/MESSAGE
wiz aff2367316 Update to 0.96:
New in 0.96 - 2005-01-30:
* The command "fallback" supports mutiple fallback entries.
* The command "savedefault" supports an optional argument which
  is the number of next boot entry or the special keyword `fallback'.
* New utility "grub-set-default".
* New section "Making your system robust" in the manual.
2005-02-19 10:23:13 +00:00

20 lines
652 B
Text

===========================================================================
$NetBSD: MESSAGE,v 1.5 2005/02/19 10:23:13 wiz Exp $
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
or
grub-install '(hd0)'
To boot NetBSD, put something similar to these lines into /grub/menu.lst:
title NetBSD
root (hd0,0,a) # NetBSD on 1st MBR partition of 1st IDE disk
chainloader +1
===========================================================================