Você deve adicionar no menu Grub2, Freebsd.
- Abra um terminal,
Pressione Ctrl + Alt + T
-
Execute:
$ sudo -i
e# nano /etc/grub.d/40_custom
No arquivo, você precisa adicionar estas linhas:
#!/bin/sh
exec tail -n +3 $0
# This file provides an easy way to add custom menu entries. Simply type the
# menu entries you want to add after this comment. Be careful not to change
# the 'exec tail' line above.
menuentry "FreeBSD" {
insmod ufs2
set root=(hd0,1)
chainloader +1
}
-
Ctrl + O , salve o arquivo. Ctrl + X , feche o nano.
-
Agora só precisa atualizar o Grub
# update-grub
Nota: altere estes parâmetros: %código% Isso se aplica à sua instalação do FreeBSD