Re: How important is the MBR partition offset of grub-mkrescue ?

2013-11-04 Thread Andrey Borzenkov
В Sun, 03 Nov 2013 18:16:09 +0100 "Thomas Schmitt" пишет: > Hi, > > i believe to have found the udev rules in Debian 6 which > govern the population of /dev/disk/by-label. > > File > /lib/udev/rules.d/60-persistent-storage.rules > has > # probe filesystem metadata of disks > KERNEL!="sr*"

[PATCH] document GRUB_DISABLE_SUBMENU

2013-11-04 Thread Andrey Borzenkov
Signed-off-by: Andrey Borzenkov --- docs/grub.texi | 8 1 file changed, 8 insertions(+) diff --git a/docs/grub.texi b/docs/grub.texi index fced603..fbabea8 100644 --- a/docs/grub.texi +++ b/docs/grub.texi @@ -1450,6 +1450,14 @@ Normally, @command{grub-mkconfig} will try to use the ext

Re: New command to check NT's hibernation state

2013-11-04 Thread Andrey Borzenkov
В Mon, 04 Nov 2013 01:48:51 +0100 Vladimir 'φ-coder/phcoder' Serbinenko пишет: > Going through e-mail archives found this one, looks like it got > forgotten. Fixed problems with it and simplified greatly and committed. Is command name a typo? cmd = grub_register_command ("check_nt_hibrerfil",

Re: [PATCH] document GRUB_DISABLE_SUBMENU

2013-11-04 Thread Vladimir 'φ-coder/phcoder' Serbinenko
> +@item GRUB_DISABLE_SUBMENU > +Normally, @command{grub-mkconfig} will generate top level menu entry for > +the kernel with highest version number and put all other found kernels > +or alternative menu entries for recovery mode in submenu. For entries > returned > +by @command{os-prober} first en

Re: New command to check NT's hibernation state

2013-11-04 Thread Vladimir 'φ-coder/phcoder' Serbinenko
On 04.11.2013 14:13, Andrey Borzenkov wrote: > В Mon, 04 Nov 2013 01:48:51 +0100 > Vladimir 'φ-coder/phcoder' Serbinenko пишет: > >> Going through e-mail archives found this one, looks like it got >> forgotten. Fixed problems with it and simplified greatly and committed. > > Is command name a ty

Re: How important is the MBR partition offset of grub-mkrescue ?

2013-11-04 Thread Thomas Schmitt
Hi, Andrey Borzenkov: > I confirm this. The culprit is this rule in 60-persistent-storage.rules: > > # for partitions import parent information > ENV{DEVTYPE}=="partition", IMPORT{parent}="ID_*" > > I'm not really sure how exactly to fix it. [...] > I'm interested in which information actually ne

Re: How important is the MBR partition offset of grub-mkrescue ?

2013-11-04 Thread Andrey Borzenkov
В Mon, 04 Nov 2013 15:03:45 +0100 "Thomas Schmitt" пишет: > Is there an upstream with whom one could discuss this issue Yes. It was on Cc on my message; you removed it. ___ Grub-devel mailing list Grub-devel@gnu.org https://lists.gnu.org/mailman/listi

Re: How important is the MBR partition offset of grub-mkrescue ?

2013-11-04 Thread Thomas Schmitt
Hi, > > Is there an upstream with whom one could discuss this issue > Yes. It was on Cc on my message; you removed it. Sorry. I did not notice and did not copy it. I'll subscribe there and post a short version of my previous mail. Have a nice day :) Thomas ___

Re: [PATCH] document GRUB_DISABLE_SUBMENU

2013-11-04 Thread Andrey Borzenkov
В Mon, 04 Nov 2013 14:15:40 +0100 Vladimir 'φ-coder/phcoder' Serbinenko пишет: > Could you add that toggling this requires changing default/GRUB_DEFAULT > and saved default? > > Like this? From: Andrey Borzenkov To: grub-devel@gnu.org Subject: [PATCH] document GRUB_DISABLE_SUBMENU Signed-off

Re: [PATCH] document GRUB_DISABLE_SUBMENU

2013-11-04 Thread Vladimir 'φ-coder/phcoder' Serbinenko
On 04.11.2013 15:27, Andrey Borzenkov wrote: > В Mon, 04 Nov 2013 14:15:40 +0100 > Vladimir 'φ-coder/phcoder' Serbinenko пишет: >> Could you add that toggling this requires changing default/GRUB_DEFAULT >> and saved default? >> >> > > Like this? > I think it should be "will" not "may". And also

Re: Is: Wrap-up Was: Re: EFI and multiboot2 devlopment work for Xen

2013-11-04 Thread Stefano Stabellini
On Wed, 30 Oct 2013, Daniel Kiper wrote: > Hi, > > Here is a short summary of our discussion. It looks > that we have two choices right now: > - chainloader, > - multiboot2 protocol. > > chainloader solution could be implemented quite easily. Some code should be > added for command line parsi

GRUB2 XEN PV port is able to boot linux

2013-11-04 Thread Vladimir 'φ-coder/phcoder' Serbinenko
For now it's 64-bit only but it works. I've also tested with netbsd and GNU mach. All of them work as well as when launched directly from hypervisor. GNU GRUB version 2.00 Minimal BASH-like line editing is supported. For the first word, TAB lists possible com

Re: GRUB2 XEN PV port is able to boot linux

2013-11-04 Thread Vladimir 'φ-coder/phcoder' Serbinenko
On 05.11.2013 04:39, Vladimir 'φ-coder/phcoder' Serbinenko wrote: > For now it's 64-bit only but it works. I've also tested with netbsd and > GNU mach. All of them work as well as when launched directly from > hypervisor. Forgot the most important thing: it's available under http://git.savannah.gnu

Re: grub2 boot root-on-zfs errors

2013-11-04 Thread Beeblebrox
Another slight problem. Updated the GIT repo to latest, $ gmake clean && /autogen.sh --disable-werror && ./configure --disable-werror $ gmake => /usr/bin/ld: unrecognised emulation mode: elf_i386 Supported emulations: elf_x86_64_fbsd elf_i386_fbsd gmake[3]: *** [disk.module] Error 1 gmake[3]: Lea