grub2 boot root-on-zfs errors

2013-09-24 Thread Beeblebrox
@Andrey: >> Should not it be (hd0,gpt2)/bsds@/boot/kernel/kernel Tried that also, same error @Vladimir: >> Please reread what Andrey said. poolname is not part of the path. Somehow, I missed Andrey's answer... I don't understand however, how "poolname is not part of path". If we have tank0 as pool

Re: [PATCH v4 1/4] style: indent --no-tabs --gnu-style grub-core/commands/loadenv.c

2013-09-24 Thread Andrey Borzenkov
В Tue, 24 Sep 2013 19:00:29 -0700 Jon McCune пишет: > Added the option --no-tabs after observing that 'indent' did not > result in consistent tab usage. > How does it belong to this patch series? If you want to send whitespace fixes, send them as separate patch. It sure does not affect whitelis

Re: [PATCH v4 2/4] load_env support for whitelisting which variables are read from an env file, even if check_signatures=enforce

2013-09-24 Thread Andrey Borzenkov
В Tue, 24 Sep 2013 19:00:30 -0700 Jon McCune пишет: > This version of the patch implements whitelisting in the envblk subsystem, > instead of in loadenv.c. It seems to be cleaner than the previous patches. > > This works by adding an open_envblk_file_untrusted() method that bypasses > signature

Re: grub2 boot root-on-zfs errors

2013-09-24 Thread Vladimir 'φ-coder/phcoder' Serbinenko
On 24.09.2013 17:49, Beeblebrox wrote: > Neither of the above entries work. Neither of them is correct. Please reread what Andrey said. poolname is not part of the path. Also grub 2.00 is not enough for version 5000. You need current trunk signature.asc Description: OpenPGP digital signature ___

Re: grub2 boot root-on-zfs errors

2013-09-24 Thread Andrey Borzenkov
В Tue, 24 Sep 2013 18:49:33 +0300 Beeblebrox пишет: > Massimo: > >> should be written as (hd0,gpt2)/mydataset/@/myfolder/myfile. > Yes, of course - I made the mistake because I was in a hurry writing > the mail. My current & corrected menu choices are: > > menuentry "Test1-BSD-ZFS Direct-Boot" {

grub2 boot root-on-zfs errors

2013-09-24 Thread Beeblebrox
Massimo: >> should be written as (hd0,gpt2)/mydataset/@/myfolder/myfile. Yes, of course - I made the mistake because I was in a hurry writing the mail. My current & corrected menu choices are: menuentry "Test1-BSD-ZFS Direct-Boot" { insmod zfs search -s -l bsds set root='hd0,gpt2'

Re: grub2 boot root-on-zfs errors

2013-09-24 Thread Vladimir 'φ-coder/phcoder' Serbinenko
On 24.09.2013 13:01, Andrey Borzenkov wrote: > Like this? > > From: Andrey Borzenkov > To: grub-devel@gnu.org > Subject: [PATCH] document ZFS filename syntax. Go ahead signature.asc Description: OpenPGP digital signature ___ Grub-devel mailing list G

Re: GRUB_CRYPTODISK_ENABLE undocumented

2013-09-24 Thread Vladimir 'φ-coder/phcoder' Serbinenko
On 24.09.2013 12:39, Andrey Borzenkov wrote: > В Wed, 28 Aug 2013 15:04:44 +0800 > Michael Chang пишет: > >> Hi Andrey, >> >> 2013/3/29 Andrey Borzenkov : >>> Is it intentional? I hit it when testing grub on encrypted partition. >>> When no, I'll submit a patch. >> >> Do you have any progress on

Re: grub2 boot root-on-zfs errors

2013-09-24 Thread Andrey Borzenkov
В Tue, 24 Sep 2013 07:56:36 +0400 Andrey Borzenkov пишет: > В Mon, 23 Sep 2013 21:28:41 +0200 > Vladimir 'φ-coder/phcoder' Serbinenko пишет: > > > On 23.09.2013 20:59, Beeblebrox wrote: > > >>> This doesn't demonstrate anything else than that you didn't use tools > > > correctly. It's: grub-p

Re: GRUB_CRYPTODISK_ENABLE undocumented

2013-09-24 Thread Andrey Borzenkov
В Wed, 28 Aug 2013 15:04:44 +0800 Michael Chang пишет: > Hi Andrey, > > 2013/3/29 Andrey Borzenkov : > > Is it intentional? I hit it when testing grub on encrypted partition. > > When no, I'll submit a patch. > > Do you have any progress on this? Besides document it, IMHO why not we > consider

grub_video_blit_bitmap - mouse pointer implementation.

2013-09-24 Thread Melki Christian (consultant)
Hi. I'm trying to draw a mouse pointer in GRUB. My problem is that the mouse is a little bit special. I would like to draw that bitmap last and ask damaged bitmaps to do refresh when refreshing the mouse pointer. But GRUB does not work that way (Or have I misunderstood? I'd prefer not to refres