freebsd-ports/sysutils/grub2-pcbsd/pkg-message
Kris Moore 8f18cb5b10 - Add sysutils/grub2-pcbsd
This installs PC-BSD's custom grub 2.02-prerelease, which includes
various enhancements for Boot-Environments and ZFS support
2014-06-06 15:26:31 +00:00

11 lines
415 B
Text

#############################################################
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,msdos1,bsd1)"
kfreebsd /boot/loader
}
Or use grub-mkconfig to create the config file.
#############################################################