Re: [solved] Re: USB device not seen by grub

2009-12-05 Thread Vladimir 'φ-coder/phcoder' Serbinenko
Chris Jones wrote: > On Thu, Dec 03, 2009 at 05:52:37PM EST, Vladimir 'φ-coder/phcoder' Serbinenko > wrote: > > [..] > > >> This is just module loading. I guess your terminal is slow which causes >> an enormous slowback when loading module. You can using >> > > >> debug=usb,uhci,ohci >>

Grub2 hanging in (my) qemu

2009-12-05 Thread Carles Pina i Estany
Hello, Doing some tests in Grub2 and my qemu (same environtment than some days ago): when I move the cursor down in the main menu Grub2 hangs. First revision that this happens is 1907 Itth the patch: --- 2009-12-02 Robert Millan Use the same reboot approach on i386 coreboot and qemu

Re: Grub2 hanging in (my) qemu

2009-12-05 Thread Carles Pina i Estany
Hello, On Dec/05/2009, Carles Pina i Estany wrote: > Doing some tests in Grub2 and my qemu (same environtment than some days > ago): when I move the cursor down in the main menu Grub2 hangs. I forgot to mention it: Vladimir fixed in in revno 1913. -- Carles Pina i Estany http://pinux.

New Chinese (simplified) PO file for 'grub' (version 1.97+20091122)

2009-12-05 Thread Translation Project Robot
Hello, gentle maintainer. This is a message from the Translation Project robot. A revised PO file for textual domain 'grub' has been submitted by the Chinese (simplified) team of translators. The file is available at: http://translationproject.org/latest/grub/zh_CN.po (We can arrange thing

Re: [PATCH] Cryptography

2009-12-05 Thread Vladimir 'φ-coder/phcoder' Serbinenko
Robert Millan wrote: > On Tue, Nov 17, 2009 at 01:21:07PM +0100, Robert Millan wrote: > >> On Mon, Nov 16, 2009 at 02:48:02PM +0100, Vladimir 'phcoder' Serbinenko >> wrote: >> >>> === added file 'include/grub/cipher_wrap.h' >>> --- include/grub/cipher_wrap.h 1970-01-01 00:00:00 +

gettext: normal/*

2009-12-05 Thread Carles Pina i Estany
Hello, I have finished in my computer normal/* (looks very nice to see Grub2 screens in Catalan :-) ). There is one string in function grub_normal_reader_init: --- grub_printf (_("\ [ Minimal BASH-like line editing is supported. For the first word, TAB\n\ lists possible command comple

Re: USB device not seen by grub

2009-12-05 Thread Robert Millan
On Fri, Dec 04, 2009 at 09:28:32PM -0600, richardvo...@gmail.com wrote: > > And all of this only to make good to someone who would like to see every > > free software die? > > Not all supporters of free software share that philosophy, quite a few > of us like to be able to tell people "that propri

Re: gettext: normal/*

2009-12-05 Thread Robert Millan
On Sat, Dec 05, 2009 at 07:31:02PM +, Carles Pina i Estany wrote: > > Hello, > > I have finished in my computer normal/* (looks very nice to see Grub2 > screens in Catalan :-) ). > > There is one string in function grub_normal_reader_init: > > --- > grub_printf (_("\ > [ Minimal BASH

Re: USB device not seen by grub

2009-12-05 Thread Robert Millan
On Fri, Dec 04, 2009 at 04:45:01PM -0600, richardvo...@gmail.com wrote: > There are actually quite a lot of devices like this. Most notebooks > have broken BIOS that won't load the extension ROM from a PCMCIA slot, > if grub could do so it would enable booting from a wide variety of > PCMCIA/CardB

Re: Miscellaneous file cleanup

2009-12-05 Thread Robert Millan
On Fri, Dec 04, 2009 at 06:05:37PM -0600, Bruce Dubbs wrote: > + docs/{grub.info,version.texi,stamp-vti} This seems bash-specific. Have you tested it with another shell? -- Robert Millan The DRM opt-in fallacy: "Your data belongs to us. We will decide when (and how) you may access your

Re: gettext: normal/*

2009-12-05 Thread Carles Pina i Estany
Hi, On Dec/05/2009, Robert Millan wrote: > > There is one string in function grub_normal_reader_init: > > > > --- > > grub_printf (_("\ > > [ Minimal BASH-like line editing is supported. For the first word, TAB\n\ > >lists possible command completions. Anywhere else TAB lists possibl

Re: Documenting the GRUB configure (during build)

2009-12-05 Thread Robert Millan
On Fri, Dec 04, 2009 at 07:46:24PM -0600, Bruce Dubbs wrote: > I want to submit an update to the INSTALL file. In looking at > ./configure, it does some guessing. We have: Note that we don't need to document all configure flags, only the ones that are set in stone like --prefix. If we documen

Re: Miscellaneous file cleanup

2009-12-05 Thread Bruce Dubbs
Robert Millan wrote: On Fri, Dec 04, 2009 at 06:05:37PM -0600, Bruce Dubbs wrote: + docs/{grub.info,version.texi,stamp-vti} This seems bash-specific. Have you tested it with another shell? No I didn't. Sorry about that. Try this patch. -- Bruce === modified file 'Makefile.in' --

Re: Documenting the GRUB configure (during build)

2009-12-05 Thread Bruce Dubbs
Robert Millan wrote: On Fri, Dec 04, 2009 at 07:46:24PM -0600, Bruce Dubbs wrote: I want to submit an update to the INSTALL file. In looking at ./configure, it does some guessing. We have: Note that we don't need to document all configure flags, only the ones that are set in stone like --pr

Re: fonts for gfxmenu, help needed

2009-12-05 Thread Michal Suchanek
2009/11/30 Michal Suchanek : > 2009/11/30 Qianqian Fang : >> Michal Suchanek wrote: >>> >>> Aestetics is relative but uniform stroke width is not. >>> >>> Yes, I suspected it would not be a common character, my character >>> table does not list a meaning for it. >>> >>> However, similar issue can b

Re: Just a cosmetic question about grub_vprintf()?

2009-12-05 Thread rubisher
Colin Watson wrote: On Sat, Nov 28, 2009 at 06:21:20PM +, rubisher wrote: Robert Millan wrote: On Sun, Nov 22, 2009 at 01:10:11PM +, rubisher wrote: But as far as the 1st parameter of grub_vsprintf is a pointer, wouldn't it be better to write: --- kern/misc.c.orig2009-11-22 13:07:2

Re: Documenting the GRUB configure (during build)

2009-12-05 Thread Seth Goldberg
+10 :). --S On Dec 5, 2009, at 1:42 PM, Bruce Dubbs wrote: Robert Millan wrote: On Fri, Dec 04, 2009 at 07:46:24PM -0600, Bruce Dubbs wrote: I want to submit an update to the INSTALL file. In looking at ./ configure, it does some guessing. We have: Note that we don't need to document

Re: gettext: normal/*

2009-12-05 Thread Carles Pina i Estany
Hello, I think that my patch is fine. I only want to ask for two particular things: > === modified file 'include/grub/normal.h' > --- include/grub/normal.h 2009-08-24 23:55:06 + > +++ include/grub/normal.h 2009-12-05 20:14:56 + > @@ -73,6 +73,7 @@ void grub_parse_color_name_pair

kern/device.c and https://savannah.gnu.org/bugs/?26834

2009-12-05 Thread Arthur Marsh
Hi, I rebuilt grub2 from Debian unstable sources with the following patch applied and have no longer had to manually remove the "search" line in my grub.gfg in order to boot on a hard disk with /boot partition visible to the BIOS where the entire disk is bigger than what the BIOS recognises.

Re: [Gnewsense-dev] Re: [Announce] Initial GRUB2 on Yeeloong

2009-12-05 Thread Robert Millan
On Wed, Oct 28, 2009 at 09:02:06PM +0100, Vladimir 'phcoder' Serbinenko wrote: > >> Create a font.bin as explained here: http://grub.enbug.org/gfxterm > > ./grub-mkimage -O elf -o grub.elf -d . -f font.bin sm712 gfxterm sh normal > at_keyboard ata linux part_msdos ext2 Hi, Vladimir's port of GRU