grub-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: grub2 boot root-on-zfs errors


From: Massimo Maggi
Subject: Re: grub2 boot root-on-zfs errors
Date: Mon, 23 Sep 2013 21:24:32 +0200

2013/9/23 Beeblebrox <address@hidden>
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
 

reply via email to

[Prev in Thread] Current Thread [Next in Thread]