Re: [Bugfix] Hang on new mac laptops

2009-02-03 Thread phcoder
Fixed Pavel Roskin wrote: On Tue, 2009-02-03 at 22:30 +0100, phcoder wrote: - status = efi_call_3 (b->wait_for_event, 1, &(i->wait_for_key), &index); + /* status = efi_call_3 (b->wait_for_event, 1, &(i->wait_for_key), &index); if (status != GRUB_EFI_SUCCESS) -ret

Re: grub-probe detects ext4 wronly as ext2

2009-02-03 Thread Felix Zielcke
Am Montag, den 11.08.2008, 16:14 +0200 schrieb Javier Martín: > Hi there, > > After reading Felix's reply I've once again found your post and > implemented your request, so here is a new version of the patch > ("version 6"). Sorry for missing your message in the first instance... > u_u I'd like t

Re: Grub2 background images

2009-02-03 Thread BandiPat
Colin D Bennett wrote: On Tue, 03 Feb 2009 20:03:04 -0500 BandiPat wrote: Here is my new grub.cfg file: ... ### BEGIN /usr/etc/grub.d/00_header ### set default=0 set timeout=10 if loadfont /usr/share/grub/ascii.pf2 ; then set gfxmode=640x480 insmod gfxterm insmod vbe terminal_out

Internationalization

2009-02-03 Thread Varun Deshpande
hi while going through todo list i came across Internationalization. http://grub.enbug.org/AboutInternationalization I would like to do translation or coding for indic languages. As i am very new so can someone guide me for this. ___ Grub-devel mai

Re: Grub2 background images

2009-02-03 Thread Colin D Bennett
On Tue, 03 Feb 2009 20:03:04 -0500 BandiPat wrote: > Here is my new grub.cfg file: ... > ### BEGIN /usr/etc/grub.d/00_header ### > set default=0 > set timeout=10 > if loadfont /usr/share/grub/ascii.pf2 ; then >set gfxmode=640x480 >insmod gfxterm >insmod vbe >terminal_output gfxter

Re: Grub2 background images

2009-02-03 Thread BandiPat
Felix Zielcke wrote: Am Dienstag, den 03.02.2009, 15:22 -0500 schrieb BandiPat: Now on to my questions. I have built the new svn as a Zenwalk package. When updating Grub2 with new versions, is it advisable to run grub-install again, so that new or revised files get copied to your /boot/gru

Re: [Bugfix] Hang on new mac laptops

2009-02-03 Thread Pavel Roskin
On Tue, 2009-02-03 at 22:30 +0100, phcoder wrote: > - status = efi_call_3 (b->wait_for_event, 1, &(i->wait_for_key), > &index); > + /* status = efi_call_3 (b->wait_for_event, 1, > &(i->wait_for_key), &index); > if (status != GRUB_EFI_SUCCESS) > -return -1; > +

Re: update-grub failing only reporting "exiting with value 1" when problems with /boot/grub/device.map

2009-02-03 Thread Pavel Roskin
On Sat, 2009-01-31 at 10:12 +1030, Arthur Marsh wrote: > Hi, I had an update-grub fail only reporting "exiting with value 1". I cannot find "exiting with value" anywhere in the current grub2 sources from Subversion. Moreover, "update-grub" has been renamed to grub-mkconfig. -- Regards, Pavel Ro

[Bugfix] Hang on new mac laptops

2009-02-03 Thread phcoder
Hello. On new mac laptops waiting for keyboard event causes random hangs. Bugfix attached Thanks Vladimir 'phcoder' Serbinenko Index: ChangeLog === --- ChangeLog (revision 1967) +++ ChangeLog (working copy) @@ -1,3 +1,10 @@ +200

Re: Grub2 background images

2009-02-03 Thread Felix Zielcke
Am Dienstag, den 03.02.2009, 15:22 -0500 schrieb BandiPat: > Now on to my questions. I have built the new svn as a Zenwalk package. > When updating Grub2 with new versions, is it advisable to run > grub-install again, so that new or revised files get copied to your > /boot/grub directory or

Grub2 background images

2009-02-03 Thread BandiPat
Thanks Felix for this earlier: Oh for the graphic mode to work you need to have /usr/src/unifont.bdf file which is for Debian/Ubuntu in bf-utf-source package and then compile grub2 with `./configure --enable-grub-mkfont' so that the fonts files needed for it are generated. And then you can use a b

Re: compilation of grub-emu is currently broken

2009-02-03 Thread Vesa Jääskeläinen
Felix Zielcke wrote: > Am Sonntag, den 01.02.2009, 21:08 +0100 schrieb Felix Zielcke: >> grub_emu-normal_main.o: In function `grub_mod_init': >> /home/fz/grub/grub2.svn/normal/main.c:623: undefined reference to >> `grub_menu_viewer_register' >> grub_emu-normal_main.o: In function `grub_normal_exec

Floating point exception with a ext3 journal device

2009-02-03 Thread Felix Zielcke
If you create a journal device with `mke2fs -O journal_dev /dev/sdxy' and then do `ls (hdx,y)' or `search /' then grub-emu crashes with a FPE This has been reported on Debian http://bugs.debian.org/502333 The problem lies in fs/ext2.c:466 grub_ext2_blockgroup (data, ino /

Re: compilation of grub-emu is currently broken

2009-02-03 Thread Felix Zielcke
Am Sonntag, den 01.02.2009, 21:08 +0100 schrieb Felix Zielcke: > grub_emu-normal_main.o: In function `grub_mod_init': > /home/fz/grub/grub2.svn/normal/main.c:623: undefined reference to > `grub_menu_viewer_register' > grub_emu-normal_main.o: In function `grub_normal_execute': > /home/fz/grub/grub2