Taken from: https://github.com/freebsd/freebsd-ports.git Commit id: 5070672073b68be364139bc6b3a89100bd17d331
11 lines
415 B
Text
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.
|
|
#############################################################
|