2013/9/23 Beeblebrox <zap...@berentweb.com>

> menuentry 'FreeBSD-ZFS' {
>     insmod zfs
>     set root='hd0,gpt2'
>     kfreebsd /boot/loader      }
>
> Fails because grub cannot find bootloader and gives "no such file" error.
>

You didn't specify the dataset (or snapshot) which has the /boot/loader
file you're interested in.
For instance:
tankpool/mydataset/myfolder/myfile
should be written as (hd0,gpt2)/mydataset/@/myfolder/myfile.
You can check the syntax by using the Grub interactive command line and
tab-completion.
Regards,
Massimo Maggi
_______________________________________________
Grub-devel mailing list
Grub-devel@gnu.org
https://lists.gnu.org/mailman/listinfo/grub-devel

Reply via email to