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
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
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
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
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
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
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;
> +
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
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
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
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
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
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 /
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
14 matches
Mail list logo