I have got installed Debian 9 Stretch and FreeBSD with UFS boot partition and root filesystem on ZFS. I use GPT scheme of partitioning on a legacy BIOS. Here's content of
When I'm trying to boot FreeBSD through GRUB I receive `error: attempt to read or write outside of disk 'hd0'`.
Can anyone help me?
/etc/grub.d/40_custom
:
Code:
menuentry "FreeBSD" {
insmod bsd
insmod ufs2
set root='(hd0,gpt5)'
chainloader +1
}
When I'm trying to boot FreeBSD through GRUB I receive `error: attempt to read or write outside of disk 'hd0'`.
Can anyone help me?