pkgsrc/sysutils/grub/MESSAGE

21 lines
652 B
Text
Raw Normal View History

2002-04-16 02:24:54 +02:00
===========================================================================
$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.
2002-04-16 02:24:54 +02:00
GRUB is not actually installed on your disk until you run a command
such as
grub-install /dev/wd0d
or
2002-04-16 02:24:54 +02:00
grub-install '(hd0)'
2004-12-29 11:08:04 +01:00
To boot NetBSD, put something similar to these lines into /grub/menu.lst:
title NetBSD
2004-12-29 15:38:18 +01:00
root (hd0,0,a) # NetBSD on 1st MBR partition of 1st IDE disk
2004-12-29 11:08:04 +01:00
chainloader +1
2002-04-16 02:24:54 +02:00
===========================================================================