mirror of
https://github.com/beard7n/bsdports.git
synced 2026-04-10 18:41:17 +02:00
14 lines
417 B
Plaintext
14 lines
417 B
Plaintext
#############################################################
|
|
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.
|
|
#############################################################
|