Re: [PATCH] Fix prefix autodetection when booting from EFI CD-ROM

2013-04-05 Thread Andrey Borzenkov
В Fri, 05 Apr 2013 15:12:26 +0200 Vladimir 'φ-coder/phcoder' Serbinenko пишет: > On 31.01.2013 13:24, Andrey Borzenkov wrote: > > > Fix autodetection of $prefix when booted from EFI CD-ROM. > > > > Based on patch from Matthew Garrett, modified to not overwrite > > memory returned by device path

Re: [PATCH] Fix prefix autodetection when booting from EFI CD-ROM

2013-04-05 Thread Vladimir 'φ-coder/phcoder' Serbinenko
On 31.01.2013 13:24, Andrey Borzenkov wrote: > Fix autodetection of $prefix when booted from EFI CD-ROM. > > Based on patch from Matthew Garrett, modified to not overwrite > memory returned by device path protocol handler and rebased to > current trunk. > > Additionally fixes potential memory le

[PATCH] do not hardcode grub.mo in grub-install_header

2013-04-05 Thread Andrey Borzenkov
TEXTDOMAIN is set to @PACKAGE@ everywhere, use the same instead of hardcoding "grub.mo". Signed-off-by: Andrey Borzenkov --- ChangeLog| 5 + util/grub-install_header | 8 2 files changed, 9 insertions(+), 4 deletions(-) diff --git a/ChangeLog b/ChangeLog index 4137

Re: [PATCH] make autogen.sh work on tardist again

2013-04-05 Thread Andrey Borzenkov
В Fri, 05 Apr 2013 13:48:34 +0200 Vladimir 'φ-coder/phcoder' Serbinenko пишет: > Please includew ChangeLog entry From: Andrey Borzenkov To: grub-devel@gnu.org Subject: [PATCH] make autogen.sh work on tardist again bor@opensuse:~/build/grub/foo/grub-2.00> ./autogen.sh Importing unicode... Impo

Re: [PATCH] make autogen.sh work on tardist again

2013-04-05 Thread Vladimir 'φ-coder/phcoder' Serbinenko
Please includew ChangeLog entry On 05.04.2013 13:30, Andrey Borzenkov wrote: > bor@opensuse:~/build/grub/foo/grub-2.00> ./autogen.sh > Importing unicode... > Importing libgcrypt... > WARNING: grub-core/lib/libgcrypt-grub already exists > WARNING: grub-core/lib/libgcrypt-grub/cipher already exists

Re: How do I find out what module is needed for a command?

2013-04-05 Thread Vladimir 'φ-coder/phcoder' Serbinenko
On 05.04.2013 12:28, Paul Menzel wrote: > Dear GRUB developers, > > > is there a program/script, which module I need to load to get a certain > command? Using my distribution `/boot/grub/grub.cfg` > > $ more /boot/grub/grub.cfg > […] > if [ -s $prefix/grubenv ]; then >

[PATCH] make autogen.sh work on tardist again

2013-04-05 Thread Andrey Borzenkov
bor@opensuse:~/build/grub/foo/grub-2.00> ./autogen.sh Importing unicode... Importing libgcrypt... WARNING: grub-core/lib/libgcrypt-grub already exists WARNING: grub-core/lib/libgcrypt-grub/cipher already exists WARNING: grub-core/lib/libgcrypt-grub/mpi already exists WARNING: grub-core/lib/libgcry

Re: How do I find out what module is needed for a command?

2013-04-05 Thread Andrey Borzenkov
В Fri, 05 Apr 2013 12:28:37 +0200 Paul Menzel пишет: > Dear GRUB developers, > > > is there a program/script, which module I need to load to get a certain > command? Using my distribution `/boot/grub/grub.cfg` > /usr/lib/grub/i386-pc/command.lst replace i386-pc with your platform. >

SATA disk on cntroller in AHCI mode not found: `disk/ahci.c:225: couldn't start CR`

2013-04-05 Thread Paul Menzel
Dear GRUB developers, as reported to the coreboot mailing list already [1][2], using GRUB (4778) as a payload [3] on the AMD SB800 based ASRock E350M1 [4], the SATA disk attached to the SATA controller is not found when the controller is in AHCI mode. Using IDE mode works. grub> set

How do I find out what module is needed for a command?

2013-04-05 Thread Paul Menzel
Dear GRUB developers, is there a program/script, which module I need to load to get a certain command? Using my distribution `/boot/grub/grub.cfg` $ more /boot/grub/grub.cfg […] if [ -s $prefix/grubenv ]; then load_env fi set default="1>Debian GN

Re: [PATCH] Add testpci command (v4)

2013-04-05 Thread Vladimir 'φ-coder/phcoder' Serbinenko
On 25.01.2013 06:12, Jonathan McDowell wrote: > On Sun, Jan 20, 2013 at 11:27:28PM +0100, Vladimir 'φ-coder/phcoder' > Serbinenko wrote: >> > On 13.10.2012 00:18, Jonathan McDowell wrote: > (some code) >> > ARG_TYPE_INT means that the argument is decimal integer but it's not the >> > case here. >>

Re: Command documentation part 1.

2013-04-05 Thread Andrey Borzenkov
В Fri, 05 Apr 2013 09:45:38 +0200 Vladimir 'φ-coder/phcoder' Serbinenko пишет: > > Yes. Could you send the patch as whole so I can commit it? > > From: Andrey Borzenkov Subject: [PATCH v4] document grub commands Add documentation for more grub commands. Signed-off-by: Andrey Borzenkov -

Re: Command documentation part 1.

2013-04-05 Thread Vladimir 'φ-coder/phcoder' Serbinenko
On 05.04.2013 09:41, Andrey Borzenkov wrote: > В Wed, 03 Apr 2013 11:11:44 +0200 > Vladimir 'φ-coder/phcoder' Serbinenko пишет: > >> On 30.03.2013 09:46, Andrey Borzenkov wrote: >> >>> В Tue, 26 Mar 2013 11:48:37 +0100 >>> Vladimir 'φ-coder/phcoder' Serbinenko пишет: >>> > +@deffn Command b

Re: Command documentation part 1.

2013-04-05 Thread Andrey Borzenkov
В Wed, 03 Apr 2013 11:11:44 +0200 Vladimir 'φ-coder/phcoder' Serbinenko пишет: > On 30.03.2013 09:46, Andrey Borzenkov wrote: > > > В Tue, 26 Mar 2013 11:48:37 +0100 > > Vladimir 'φ-coder/phcoder' Serbinenko пишет: > > > >>> +@deffn Command background_color color > >>> +Set background color fo

[PATCH] 30_os-prober: add $onstr ot top level Linux entries too

2013-04-05 Thread Andrey Borzenkov
This fixes two issues 1. It visually distinguishes between multiple installations of the same OS version. Currently all of them get identical titles. 2. linux prober is using "(on /dev/xxx)" as indication that entry has to be skipped. Top level entries should be skipped too. $onstr was already a

Re: [PATCH] suppress error message "/grub2/locale/en.mo.gz not found"

2013-04-05 Thread Andrey Borzenkov
В Tue, 25 Sep 2012 22:52:29 +0100 Colin Watson пишет: > On Mon, Sep 24, 2012 at 02:51:49PM +0800, Michael Chang wrote: > > We don't insert gettext module if message catalog file missing to > > prevent error message from being logged. > > I already posted a patch against the gettext module itself

Re: [PATCH] Make grub_efidisk_get_device_name() work on 4K native disks.

2013-04-05 Thread Vladimir 'φ-coder/phcoder' Serbinenko
On 04.04.2013 20:14, Andrey Borzenkov wrote: > В Thu, 4 Apr 2013 13:52:05 -0400 > Peter Jones пишет: > >> On Wed, Apr 03, 2013 at 11:03:46PM +0400, Andrey Borzenkov wrote: >>> В Wed, 3 Apr 2013 11:53:06 -0400 >>> Peter Jones пишет: >>> When we have 4kB sectors instead of 512b sectors, hd.