diff --git a/en_US.ISO8859-1/books/faq/book.sgml b/en_US.ISO8859-1/books/faq/book.sgml index d552f66af9..dd5d807b46 100644 --- a/en_US.ISO8859-1/books/faq/book.sgml +++ b/en_US.ISO8859-1/books/faq/book.sgml @@ -5518,10 +5518,33 @@ C:\="DOS" The &linux;+FreeBSD mini-HOWTO is a good reference for - FreeBSD and &linux; interoperability issues. + FreeBSD and &linux; interoperability issues. + + + How do I boot &os; and &linux; using GRUB + + + + Booting &os; using GRUB is very simple. Just + add the following to your configuration file + /boot/grub/grub.conf. + + title FreeBSD 6.1 + root (hd0,a) + kernel /boot/loader + + + Where hd0,a points to your root parition + on the first disk. If you need to specify which slice number + should be used, use something like this (hd0,2,a). + By default, if slice number is omitted, GRUB searches the + first slice which has 'a' partition. + + + How do I boot FreeBSD and &linux; using BootEasy?