Re: EFI and 32bit vs. 64bit

2009-06-04 Thread James Jarvis
Vladimir 'phcoder' Serbinenko wrote: On Wed, Jun 3, 2009 at 11:32 PM, Felix Zielcke wrote: Hello, just talked with a guy from the debian-boot people about using grub-efi for the Intel Mac Users. Is there any way avaible in Linux to detect somehow if the EFI is 64bit or 32bit? If you E

Re: [PATCH] add true and false commands

2009-06-04 Thread Marco Gerards
Felix Zielcke writes: > Am Montag, den 01.06.2009, 16:24 +0200 schrieb Vladimir 'phcoder' > Serbinenko: >> However convention for >> creating false is: >> return grub_error (GRUB_ERR_TEST_FAILURE, "false"); >> and not >> return 1; > > Ok changed it. If everyone is fine with placing this in no

[PATCH] add a --disk-module option to grub-install

2009-06-04 Thread Felix Zielcke
Here's a patch which adds --disk-module to grub-install for i386-pc to make it easier for users to try out ata mod instead of biosdisk. -- Felix Zielcke 2009-06-04 Felix Zielcke * util/i386/pc/grub-install.in: Add a parameter --disk-module. diff --git a/util/i386/pc/grub-install.in b/util/i3

Re: multiboot take partial mmap

2009-06-04 Thread Andrey Valyaev
On Четверг 04 июня 2009 03:18:15 Vladimir 'phcoder' Serbinenko wrote: > > My kernel worked fine with grub-legacy. > > But encounter problem. > > kernel receive mmap up to 1meg... > Be sure to use latest svn and post your exact config > since I didn't have such a problem in my tests Sorry, it's my

Re: [PATCH] add a --disk-module option to grub-install

2009-06-04 Thread Felix Zielcke
Am Donnerstag, den 04.06.2009, 20:57 +0200 schrieb Felix Zielcke: > Here's a patch which adds --disk-module to grub-install for i386-pc to > make it easier for users to try out ata mod instead of biosdisk. Args I forgot the actual parsing of the option. -- Felix Zielcke diff --git a/util/i386/pc/

Re: [PATCH] fix scripting problems

2009-06-04 Thread Vladimir 'phcoder' Serbinenko
Commited On Sun, May 31, 2009 at 12:05 AM, Vladimir 'phcoder' Serbinenko wrote: > On Sat, May 30, 2009 at 11:50 PM, Pavel Roskin wrote: >> On Sat, 2009-05-30 at 23:43 +0200, Vladimir 'phcoder' Serbinenko wrote: >>> Hello. This patch fixes a bunch of bugs in scripting engine >> >> Please give a d

Re: status grub2 port of grub-legasy map command

2009-06-04 Thread Vladimir 'phcoder' Serbinenko
>> I think the other >> part of the patch should be committed right now, though. > This might be a problem ;) (we still have no repository online:( ) Commited -- Regards Vladimir 'phcoder' Serbinenko ___ Grub-devel mailing list Grub-devel@gnu.org ht

Re: EFI and 32bit vs. 64bit

2009-06-04 Thread Felix Zielcke
Am Donnerstag, den 04.06.2009, 01:23 +0200 schrieb Vladimir 'phcoder' Serbinenko: > On Wed, Jun 3, 2009 at 11:32 PM, Felix Zielcke wrote: > > Hello, > > > > just talked with a guy from the debian-boot people about using grub-efi > > for the Intel Mac Users. > > Is there any way avaible in Linux to

Re: multiboot take partial mmap

2009-06-04 Thread Vladimir 'phcoder' Serbinenko
On Thu, Jun 4, 2009 at 10:07 PM, Andrey Valyaev wrote: > On Четверг 04 июня 2009 03:18:15 Vladimir 'phcoder' Serbinenko wrote: >> > My kernel worked fine with grub-legacy. >> > But encounter problem. >> > kernel receive mmap up to 1meg... >> Be sure to use latest svn and post your exact config >> s

Re: multiboot take partial mmap

2009-06-04 Thread Andrey Valyaev
On Пятница 05 июня 2009 05:24:09 Vladimir 'phcoder' Serbinenko wrote: > > Sorry, it's my bug... > > grub2 place modules to upper pages, but grub-legasy place modules after > > kernel. > > I wrong check the modules location for searching temporary kernel memory. > > mmap work. > Do you mean that me