[PATCH] Use common linker script for all i386-pc systems

2009-05-16 Thread Pavel Roskin
This allows us to remove checks for the linker symbols for the beginning and the end of the .bss section. Instead, we use the names from the linker script. Another benefit is a better unification of the build system. ChangeLog: * aclocal.m4: Remove grub_CHECK_BSS_START_SYMBOL and

Re: [PATCH] Make grub2 compile with Apple's gcc

2009-05-16 Thread Vladimir 'phcoder' Serbinenko
On Tue, May 12, 2009 at 10:57 PM, step21 wrote: > I didn't include sh.mod speifically in my past builds, but even with > it specifically added somehow I only get rescue mode. My other > grub.efi is in the same directory and still works perfectly. command > used if you want to check it: "./grub-mki

Re: can't compile r220 because of setjmp.S

2009-05-16 Thread Bean
Hi, Oh, sorry about the setjmp breakage. BTW, I've written a wiki page on lua script engine: http://grub.enbug.org/LUASupport On Sun, May 17, 2009 at 1:32 AM, Felix Zielcke wrote: > Am Samstag, den 16.05.2009, 19:27 +0200 schrieb Vladimir 'phcoder' > Serbinenko: >> 2009/5/16 Javier Martín : >>

Re: [PATCH] gfxpayload

2009-05-16 Thread Felix Zielcke
Am Samstag, den 16.05.2009, 20:01 +0200 schrieb Vladimir 'phcoder' Serbinenko: > Hello. Here is a long-discussed gfxpayload patch. To start linux in > 1024x768 mode do: > insmod vbe > gfxmode=1024x768 > linux ... > ... > boot > Multiple modes can be separated by either comma or semicolon. First > m

[PATCH] gfxpayload

2009-05-16 Thread Vladimir 'phcoder' Serbinenko
Hello. Here is a long-discussed gfxpayload patch. To start linux in 1024x768 mode do: insmod vbe gfxmode=1024x768 linux ... ... boot Multiple modes can be separated by either comma or semicolon. First mode can be "keep" which will make the system keep the current mode if accepted by kernel. Another

Re: can't compile r220 because of setjmp.S

2009-05-16 Thread Felix Zielcke
Am Samstag, den 16.05.2009, 19:27 +0200 schrieb Vladimir 'phcoder' Serbinenko: > 2009/5/16 Javier Martín : > > El sáb, 16-05-2009 a las 19:22 +0200, Felix Zielcke escribió: > >> Am Samstag, den 16.05.2009, 18:52 +0200 schrieb Felix Zielcke: > >> > >> > As said on IRC, it seems like the -m32 was mis

Re: Is this bad? :-)

2009-05-16 Thread Daniel Nebdal
On Sat, May 16, 2009 at 6:26 PM, Felix Zielcke wrote: > Am Samstag, den 16.05.2009, 11:51 -0400 schrieb BandiPat: >> Just built svn2220 to try, but it seems there might be a problem.  Can >> you guys enlighten or confirm?  Here is the resulting error when running >> grub-install. >> >> # grub-inst

Re: can't compile r220 because of setjmp.S

2009-05-16 Thread Vladimir 'phcoder' Serbinenko
2009/5/16 Javier Martín : > El sáb, 16-05-2009 a las 19:22 +0200, Felix Zielcke escribió: >> Am Samstag, den 16.05.2009, 18:52 +0200 schrieb Felix Zielcke: >> >> > As said on IRC, it seems like the -m32 was missing there, even though it >> > should be set through the COMMON_CSFLAGS in i386-pc.rmk.

Re: can't compile r220 because of setjmp.S

2009-05-16 Thread Javier Martín
El sáb, 16-05-2009 a las 19:22 +0200, Felix Zielcke escribió: > Am Samstag, den 16.05.2009, 18:52 +0200 schrieb Felix Zielcke: > > > As said on IRC, it seems like the -m32 was missing there, even though it > > should be set through the COMMON_CSFLAGS in i386-pc.rmk. > > But that did the trick in i

Re: can't compile r220 because of setjmp.S

2009-05-16 Thread Felix Zielcke
Am Samstag, den 16.05.2009, 18:52 +0200 schrieb Felix Zielcke: > As said on IRC, it seems like the -m32 was missing there, even though it > should be set through the COMMON_CSFLAGS in i386-pc.rmk. > But that did the trick in i386.rmk: > > -setjmp_mod_CFLAGS = $(COMMON_CFLAGS) > +setjmp_mod_ASFLAG

Re: can't compile r220 because of setjmp.S

2009-05-16 Thread Felix Zielcke
Am Samstag, den 16.05.2009, 18:34 +0200 schrieb Vladimir 'phcoder' Serbinenko: > On Sat, May 16, 2009 at 6:23 PM, Felix Zielcke wrote: > > Hi list, > > > > r2220 on amd64 fails for me with: > > > > cc -Ilib/i386 -I/tmp/buildd/grub2-1.96+20090516/lib/i3

Re: can't compile r220 because of setjmp.S

2009-05-16 Thread Vladimir 'phcoder' Serbinenko
On Sat, May 16, 2009 at 6:23 PM, Felix Zielcke wrote: > Hi list, > > r2220 on amd64 fails for me with: > > cc -Ilib/i386 -I/tmp/buildd/grub2-1.96+20090516/lib/i386 -I. -I./include > -I/tmp/buildd/grub2-1.96+20090516/include -Wall -W -DASM_FILE=1   -MD -c -o > setjmp_mod-l

Re: Is this bad? :-)

2009-05-16 Thread Felix Zielcke
Am Samstag, den 16.05.2009, 11:51 -0400 schrieb BandiPat: > Just built svn2220 to try, but it seems there might be a problem. Can > you guys enlighten or confirm? Here is the resulting error when running > grub-install. > > # grub-install /dev/sda > /usr/sbin/grub-install: line 307: 679 Segm

can't compile r220 because of setjmp.S

2009-05-16 Thread Felix Zielcke
Hi list, r2220 on amd64 fails for me with: cc -Ilib/i386 -I/tmp/buildd/grub2-1.96+20090516/lib/i386 -I. -I./include -I/tmp/buildd/grub2-1.96+20090516/include -Wall -W -DASM_FILE=1 -MD -c -o setjmp_mod-lib_i386_setjmp.o /tmp/buildd/grub2-1.96+20090516/lib/i386/setjmp.S setjmp.S: Assembler

Is this bad? :-)

2009-05-16 Thread BandiPat
Just built svn2220 to try, but it seems there might be a problem. Can you guys enlighten or confirm? Here is the resulting error when running grub-install. # grub-install /dev/sda /usr/sbin/grub-install: line 307: 679 Segmentation fault $grub_setup ${setup_verbose} ${setup_force} --direct

Re: [PATCH] LUA script engine for grub2

2009-05-16 Thread Felix Zielcke
Am Samstag, den 16.05.2009, 20:37 +0800 schrieb Bean: > Hi, > > Committed. Hi Bean, I think it would be good if you could document this in the Wiki. -- Felix Zielcke ___ Grub-devel mailing list Grub-devel@gnu.org http://lists.gnu.org/mailman/listin

Re: [PATCH] LUA script engine for grub2

2009-05-16 Thread Bean
Hi, Committed. -- Bean ___ Grub-devel mailing list Grub-devel@gnu.org http://lists.gnu.org/mailman/listinfo/grub-devel

Re: [PATCH] Split 3: boot script support

2009-05-16 Thread Bean
Hi, Committed. On Sun, May 3, 2009 at 12:35 PM, Bean wrote: > Hi, > > Since the script split patch has been committed, this one should be > quite trivial. I'd commit it in a few days if there is no objection. > > On Fri, Apr 17, 2009 at 7:22 PM, phcoder wrote: >> Hello, I find this useful. It p

Re: [REQUEST]: GRUB2 - As replacement for the Windows BootLoader

2009-05-16 Thread Chip Panarchy
Thanks Joey, finally got around to testing it. Getting; Error 1 "Bad filename (must be absolute pathname or blocklist)" Any other ideas? Thanks in advance, Panarchy On Fri, May 15, 2009 at 9:13 PM, Chip Panarchy wrote: > Thanks > > Tomorrow, when I boot into Linux, I'll add that line to my m

Re: Xserve specs

2009-05-16 Thread uzer cheg
On Fri, May 15, 2009 at 12:24 AM, decoder wrote: > > > D4T from the thread on the Ubuntu forum reported grub svn revision 2063 to > work with Xserve 1,1 without problems, using fakebios and the proper kernel > options. > Just note that you have to build grub2 in i386 mode. Just tested on lates b