Differences
This shows you the differences between two versions of the page.
— | grub [2016/05/02 17:57] (current) – created - external edit 127.0.0.1 | ||
---|---|---|---|
Line 1: | Line 1: | ||
+ | ====== grub ====== | ||
+ | * [[grub2]] | ||
+ | |||
+ | * [[https:// | ||
+ | |||
+ | ==== NetBSD ==== | ||
+ | |||
+ | * [[NetBSD]] | ||
+ | |||
+ | * [[http:// | ||
+ | |||
+ | < | ||
+ | =========================================================================== | ||
+ | $NetBSD: MESSAGE,v 1.6 2006/12/17 19:21:42 jmmv Exp $ | ||
+ | |||
+ | If your root filesystem is of a type not supported directly by grub | ||
+ | (e.g., lfs), you may have difficulties. | ||
+ | details. | ||
+ | |||
+ | GRUB is not actually installed on your disk until you run a command | ||
+ | such as | ||
+ | grub-install /dev/wd0d | ||
+ | or | ||
+ | grub-install ' | ||
+ | |||
+ | To boot NetBSD, put something similar to these lines into / | ||
+ | |||
+ | title NetBSD | ||
+ | root (hd0, | ||
+ | chainloader +1 | ||
+ | |||
+ | Alternatively, | ||
+ | provided that your kernel was built with " | ||
+ | |||
+ | title NetBSD | ||
+ | root (hd0, | ||
+ | kernel /netbsd | ||
+ | |||
+ | =========================================================================== | ||
+ | </ |