freebsd-ports/sysutils/grub2/pkg-message

12 lines
404 B
Text
Raw Normal View History

#############################################################
To install GRUB on the master boot record of your hard drive
use 'grub-install <drive-to-install>' command.
A typical menu entry in /boot/grub/grub.cfg for FreeBSD:
menuentry "FreeBSD" {
set root(hd0,1,a)
kfreebsd /boot/loader
}
Or use grub-mkconfig to create the config file.
#############################################################